Skip to content

Commit 85d19a9

Browse files
authored
Move the SourceKitLSPAPI target to the SwiftPM product (#7209)
Traditionally, we have tried to keep swift-driver and llbuild dependencies out of the `libSwiftPMDataModel` product, in fact that is the main motivation for its existence. `SourceKitLSPAPI` depends on the build parts of SwiftPM, so it should not be part of the data model library.
1 parent af36a11 commit 85d19a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ let swiftPMDataModelProduct = (
4242
"PackageMetadata",
4343
"PackageModel",
4444
"SourceControl",
45-
"SourceKitLSPAPI",
4645
"Workspace",
4746
]
4847
)
@@ -58,6 +57,7 @@ let swiftPMProduct = (
5857
targets: swiftPMDataModelProduct.targets + [
5958
"Build",
6059
"LLBuildManifest",
60+
"SourceKitLSPAPI",
6161
"SPMLLBuild",
6262
]
6363
)

0 commit comments

Comments
 (0)