Skip to content

Commit 796017a

Browse files
Crash0v3rrid3claude
andcommitted
revert(spm): generated Package.swift tracks branch: "main" again (DEVA11Y-477)
The generated Dummy Package.swift was pinned to revision db817c3 (DEVA11Y-477/F-005). Per maintainer intent, the SPM scan should always resolve the latest plugin from main — consistent with self-update now tracking main — so revert the dependency to branch: "main". Regenerated the three spm.sh.sha256 sidecars to match (cli.sh unchanged). Reopens the F-005 mutable-source concern by design; revisit with a release tag once tagging exists. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4293136 commit 796017a

6 files changed

Lines changed: 6 additions & 15 deletions

File tree

scripts/bash/spm.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ import PackageDescription
6060
let package = Package(
6161
name: "Dummy",
6262
dependencies: [
63-
// DEVA11Y-477 / F-005: pin to an immutable revision instead of a mutable
64-
// branch HEAD. No release tags exist yet; this is the current origin/main
65-
// SHA. Bump to a release tag (.exact("x.y.z")) once tags are published.
66-
.package(url: "https://github.com/browserstack/AccessibilityDevTools.git", revision: "db817c37cf74cba47e2fef535f53a35bfc88ec6a")
63+
.package(url: "https://github.com/browserstack/AccessibilityDevTools.git", branch: "main")
6764
],
6865
targets: []
6966
)

scripts/bash/spm.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9be47b26350acd877948997dce43c6582da9cb0206c5c2e56db88c415c63579c spm.sh
1+
dceb8b3a2f8b464bcd8e6c1894ee605b3fbc9714e2cbb874ccfdcacc19240232 spm.sh

scripts/fish/spm.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ import PackageDescription
7373
let package = Package(
7474
name: "Dummy",
7575
dependencies: [
76-
// DEVA11Y-477 / F-005: pin to an immutable revision instead of a mutable
77-
// branch HEAD. No release tags exist yet; this is the current origin/main
78-
// SHA. Bump to a release tag (.exact("x.y.z")) once tags are published.
79-
.package(url: "https://github.com/browserstack/AccessibilityDevTools.git", revision: "db817c37cf74cba47e2fef535f53a35bfc88ec6a")
76+
.package(url: "https://github.com/browserstack/AccessibilityDevTools.git", branch: "main")
8077
],
8178
targets: []
8279
)

scripts/fish/spm.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
813d10eb97ebef74e28da3037cf87d631f771c8eb9af452c5d78434bfda586aa spm.sh
1+
26b93b08b0d3b42e678de38ec8514a477304acfe38c7fcd2b5da4aa4f6ac2337 spm.sh

scripts/zsh/spm.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ import PackageDescription
7272
let package = Package(
7373
name: "Dummy",
7474
dependencies: [
75-
// DEVA11Y-477 / F-005: pin to an immutable revision instead of a mutable
76-
// branch HEAD. No release tags exist yet; this is the current origin/main
77-
// SHA. Bump to a release tag (.exact("x.y.z")) once tags are published.
78-
.package(url: "https://github.com/browserstack/AccessibilityDevTools.git", revision: "db817c37cf74cba47e2fef535f53a35bfc88ec6a")
75+
.package(url: "https://github.com/browserstack/AccessibilityDevTools.git", branch: "main")
7976
],
8077
targets: []
8178
)

scripts/zsh/spm.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0ec0dc70730a10f0933ab680fe359ae163f46770cdcba72e0d5a4f727f2a67bd spm.sh
1+
e0cf1746d26c4cb015b0c2a7280079d13bba336a425026dd738baa0d6019fea7 spm.sh

0 commit comments

Comments
 (0)