Skip to content

Commit b8bf0fa

Browse files
authored
Update Package branch-based dependencies (#10027)
Update the Package.swift dependencies to have their branch dependency be `release/6.4.x`, to match the projects branch name. Depends on: swiftlang/swift-build#1370
1 parent 0f83708 commit b8bf0fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ func swiftSyntaxDependencies(_ names: [String]) -> [Target.Dependency] {
11001100
// this right now.
11011101

11021102
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
1103-
let relatedDependenciesBranch = "main"
1103+
let relatedDependenciesBranch = "release/6.4.x"
11041104

11051105
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
11061106
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
@@ -1130,7 +1130,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
11301130
.package(url: "https://github.com/apple/swift-system.git", revision: "1.5.0"),
11311131
.package(url: "https://github.com/apple/swift-collections.git", revision: "1.1.6"),
11321132
.package(url: "https://github.com/apple/swift-certificates.git", revision: "1.10.1"),
1133-
.package(url: "https://github.com/swiftlang/swift-toolchain-sqlite.git", revision: "1.0.7"),
1133+
.package(url: "https://github.com/swiftlang/swift-toolchain-sqlite.git", revision: "1.0.9"),
11341134
// Not in toolchain, used for use in previewing documentation
11351135
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
11361136
]

0 commit comments

Comments
 (0)