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