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.
1 parent 65eed71 commit 2fa7228Copy full SHA for 2fa7228
Package.swift
@@ -443,6 +443,6 @@ if useLocalDependencies {
443
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
444
]
445
if !useLLBuildFramework {
446
- package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "main"),]
+ package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "release/6.2"),]
447
}
448
0 commit comments