We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46bd60c + b70b11c commit b461fd4Copy full SHA for b461fd4
Package.swift
@@ -141,7 +141,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
141
]
142
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
143
.product(name: "llbuildSwift", package: "swift-llbuild"),
144
- .product(name: "llbuild", package: "swift-llbuild"),
145
146
} else {
147
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -151,7 +150,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
151
150
152
153
.product(name: "llbuildSwift", package: "llbuild"),
154
- .product(name: "llbuild", package: "llbuild"),
155
156
}
157
0 commit comments