File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
11051105if 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 ]
You can’t perform that action at this time.
0 commit comments