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 @@ -121,7 +121,7 @@ let package = Package(
121
121
if ProcessInfo . processInfo. environment [ " SWIFT_DRIVER_LLBUILD_FWK " ] == nil {
122
122
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
123
123
package . dependencies += [
124
- . package ( url: " https://github.com/apple/swift-llbuild.git " , . branch( " main " ) ) ,
124
+ . package ( url: " https://github.com/apple/swift-llbuild.git " , . branch( " release/5.6 " ) ) ,
125
125
]
126
126
} else {
127
127
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -135,7 +135,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
135
135
136
136
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
137
137
package . dependencies += [
138
- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " main " ) ) ,
138
+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " release/5.6 " ) ) ,
139
139
. package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMinor( from: " 4.0.0 " ) ) ,
140
140
// The 'swift-argument-parser' version declared here must match that
141
141
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
You can’t perform that action at this time.
0 commit comments