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 6bf6442 commit aa1faddCopy full SHA for aa1fadd
Package.swift
@@ -160,7 +160,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
160
161
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
162
package.dependencies += [
163
- .package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "main"),
+ .package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "release/6.0"),
164
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.0.0")),
165
// The 'swift-argument-parser' version declared here must match that
166
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
0 commit comments