We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
relatedDependenciesBranch
release/5.7
1 parent a8ea520 commit d9b3382Copy full SHA for d9b3382
Package.swift
@@ -569,7 +569,7 @@ let package = Package(
569
// this right now.
570
571
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
572
-let relatedDependenciesBranch = "main"
+let relatedDependenciesBranch = "release/5.7"
573
574
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
575
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
0 commit comments