We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b140 commit 3a73847Copy full SHA for 3a73847
Package.swift
@@ -145,7 +145,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
145
]
146
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
147
.product(name: "llbuildSwift", package: "swift-llbuild"),
148
- .product(name: "llbuild", package: "swift-llbuild"),
149
150
} else {
151
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -155,7 +154,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
155
154
156
157
.product(name: "llbuildSwift", package: "llbuild"),
158
- .product(name: "llbuild", package: "llbuild"),
159
160
}
161
0 commit comments