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 cdc22da commit c14047aCopy full SHA for c14047a
Package.swift
@@ -247,7 +247,7 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
247
248
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
249
package.dependencies += [
250
- .package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
+ .package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("release/5.3")),
251
]
252
} else {
253
0 commit comments