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 ffab126 commit 561e474Copy full SHA for 561e474
Package.swift
@@ -460,6 +460,6 @@ if useLocalDependencies {
460
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
461
]
462
if !useLLBuildFramework {
463
- package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "release/6.2"),]
+ package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "main"),]
464
}
465
0 commit comments