We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swift-llbuild
Package.swift
1 parent 7564a2a commit 880430eCopy full SHA for 880430e
Package.swift
@@ -137,7 +137,7 @@ let package = Package(
137
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
138
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
139
package.dependencies += [
140
- .package(url: "https://github.com/apple/swift-llbuild.git", .branch("main")),
+ .package(url: "https://github.com/apple/swift-llbuild.git", .branch("release/5.8")),
141
]
142
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
143
.product(name: "llbuildSwift", package: "swift-llbuild"),
0 commit comments