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