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(
141
141
if ProcessInfo . processInfo. environment [ " SWIFT_DRIVER_LLBUILD_FWK " ] == nil {
142
142
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
143
143
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 " ) ,
145
145
]
146
146
package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
147
147
. product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
@@ -160,7 +160,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
160
160
161
161
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
162
162
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 " ) ,
164
164
. package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMinor( from: " 5.0.0 " ) ) ,
165
165
// The 'swift-argument-parser' version declared here must match that
166
166
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
You can’t perform that action at this time.
0 commit comments