Skip to content

Commit a295bb4

Browse files
committed
[5.5] Switch branch dependencies on swift-tools-support-core and swift-llbuild from main to release/5.5 (as usual for every release).
1 parent 67eeb6c commit a295bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ let package = Package(
112112
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
113113
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
114114
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")),
116116
]
117117
} else {
118118
// 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 {
126126

127127
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
128128
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")),
130130
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "4.0.0")),
131131
// The 'swift-argument-parser' version declared here must match that
132132
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate

0 commit comments

Comments
 (0)