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 bb2ce16 commit 8c62122Copy full SHA for 8c62122
Package.swift
@@ -243,7 +243,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
243
package.dependencies += [
244
.package(name: "IndexStoreDB", path: "../indexstore-db"),
245
.package(name: "SwiftPM", path: "../swiftpm"),
246
- .package(path: "../swiftpm/swift-tools-support-core"),
+ .package(path: "../swift-tools-support-core"),
247
.package(path: "../swift-argument-parser")
248
]
249
}
0 commit comments