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 @@ -112,7 +112,7 @@ let package = Package(
112
112
if ProcessInfo . processInfo. environment [ " SWIFT_DRIVER_LLBUILD_FWK " ] == nil {
113
113
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
114
114
package . dependencies += [
115
- . package ( url: " https://github.com/apple/swift-llbuild.git " , . branch( " main " ) ) ,
115
+ . package ( url: " https://github.com/apple/swift-llbuild.git " , . branch( " release/5.5 " ) ) ,
116
116
]
117
117
} else {
118
118
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -126,7 +126,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
126
126
127
127
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
128
128
package . dependencies += [
129
- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " main " ) ) ,
129
+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " release/5.5 " ) ) ,
130
130
. package ( url: " https://github.com/jpsim/Yams.git " , . upToNextMinor( from: " 4.0.0 " ) ) ,
131
131
// The 'swift-argument-parser' version declared here must match that
132
132
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
You can’t perform that action at this time.
0 commit comments