@@ -18,6 +18,7 @@ let package = Package(
18
18
. library( name: " SwiftCompilerPluginMessageHandling " , targets: [ " SwiftCompilerPluginMessageHandling " ] ) ,
19
19
. library( name: " SwiftDiagnostics " , targets: [ " SwiftDiagnostics " ] ) ,
20
20
. library( name: " SwiftIDEUtils " , targets: [ " SwiftIDEUtils " ] ) ,
21
+ . library( name: " SwiftLibraryPluginProvider " , targets: [ " SwiftLibraryPluginProvider " ] ) ,
21
22
. library( name: " SwiftOperators " , targets: [ " SwiftOperators " ] ) ,
22
23
. library( name: " SwiftParser " , targets: [ " SwiftParser " ] ) ,
23
24
. library( name: " SwiftParserDiagnostics " , targets: [ " SwiftParserDiagnostics " ] ) ,
@@ -143,7 +144,12 @@ let package = Package(
143
144
144
145
. target(
145
146
name: " SwiftLibraryPluginProvider " ,
146
- dependencies: [ " SwiftSyntaxMacros " , " SwiftCompilerPluginMessageHandling " ] ,
147
+ dependencies: [ " SwiftSyntaxMacros " , " SwiftCompilerPluginMessageHandling " , " _SwiftLibraryPluginProviderCShims " ] ,
148
+ exclude: [ " CMakeLists.txt " ]
149
+ ) ,
150
+
151
+ . target(
152
+ name: " _SwiftLibraryPluginProviderCShims " ,
147
153
exclude: [ " CMakeLists.txt " ]
148
154
) ,
149
155
0 commit comments