File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ let package = Package(
146146if ProcessInfo . processInfo. environment [ " SWIFT_DRIVER_LLBUILD_FWK " ] == nil {
147147 if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
148148 package . dependencies += [
149- . package ( url: " https://github.com/apple/swift-llbuild.git " , branch: " main " ) ,
149+ . package ( url: " https://github.com/apple/swift-llbuild.git " , branch: " release/6.1 " ) ,
150150 ]
151151 package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
152152 . product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
@@ -165,7 +165,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
165165
166166if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
167167 package . dependencies += [
168- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , branch: " main " ) ,
168+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , branch: " release/6.1 " ) ,
169169 . package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMinor( from: " 5.0.0 " ) ) ,
170170 // The 'swift-argument-parser' version declared here must match that
171171 // used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
You can’t perform that action at this time.
0 commit comments