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 @@ -147,7 +147,7 @@ let package = Package(
147
147
if ProcessInfo . processInfo. environment [ " SWIFT_DRIVER_LLBUILD_FWK " ] == nil {
148
148
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
149
149
package . dependencies += [
150
- . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " main " ) ,
150
+ . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " release/6.2 " ) ,
151
151
]
152
152
package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
153
153
. product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
@@ -166,7 +166,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
166
166
167
167
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
168
168
package . dependencies += [
169
- . package ( url: " https://github.com/swiftlang/swift-tools-support-core.git " , branch: " main " ) ,
169
+ . package ( url: " https://github.com/swiftlang/swift-tools-support-core.git " , branch: " release/6.2 " ) ,
170
170
// The 'swift-argument-parser' version declared here must match that
171
171
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
172
172
// dependency version changes here with those projects.
You can’t perform that action at this time.
0 commit comments