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 @@ -141,7 +141,7 @@ let package = Package(
141141if ProcessInfo . processInfo. environment [ " SWIFT_DRIVER_LLBUILD_FWK " ] == nil {
142142 if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
143143 package . dependencies += [
144- . package ( url: " https://github.com/apple/swift-llbuild.git " , branch: " main " ) ,
144+ . package ( url: " https://github.com/apple/swift-llbuild.git " , branch: " release/6.0 " ) ,
145145 ]
146146 package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
147147 . product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
@@ -160,7 +160,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
160160
161161if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
162162 package . dependencies += [
163- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , branch: " main " ) ,
163+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , branch: " release/6.0 " ) ,
164164 . package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMinor( from: " 5.0.0 " ) ) ,
165165 // The 'swift-argument-parser' version declared here must match that
166166 // used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
You can’t perform that action at this time.
0 commit comments