File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ let package = Package(
282
282
// this right now.
283
283
284
284
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
285
- let relatedDependenciesBranch = " main "
285
+ let relatedDependenciesBranch = " release/5.4 "
286
286
287
287
if ProcessInfo . processInfo. environment [ " SWIFTPM_LLBUILD_FWK " ] == nil {
288
288
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
@@ -306,10 +306,8 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
306
306
// The 'swift-argument-parser' version declared here must match that
307
307
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
308
308
// dependency version changes here with those projects.
309
- . package (
310
- url: " https://github.com/apple/swift-argument-parser.git " ,
311
- . upToNextMinor( from: " 0.3.1 " ) ) ,
312
- . package ( url: " https://github.com/apple/swift-driver.git " , . branch( " main " ) ) ,
309
+ . package ( url: " https://github.com/apple/swift-argument-parser.git " , . upToNextMinor( from: " 0.3.1 " ) ) ,
310
+ . package ( url: " https://github.com/apple/swift-driver.git " , . branch( relatedDependenciesBranch) ) ,
313
311
]
314
312
} else {
315
313
package . dependencies += [
You can’t perform that action at this time.
0 commit comments