@@ -18,6 +18,7 @@ let package = Package(
1818 . library( name: " SwiftCompilerPluginMessageHandling " , targets: [ " SwiftCompilerPluginMessageHandling " ] ) ,
1919 . library( name: " SwiftDiagnostics " , targets: [ " SwiftDiagnostics " ] ) ,
2020 . library( name: " SwiftIDEUtils " , targets: [ " SwiftIDEUtils " ] ) ,
21+ . library( name: " SwiftLibraryPluginProvider " , targets: [ " SwiftLibraryPluginProvider " ] ) ,
2122 . library( name: " SwiftOperators " , targets: [ " SwiftOperators " ] ) ,
2223 . library( name: " SwiftParser " , targets: [ " SwiftParser " ] ) ,
2324 . library( name: " SwiftParserDiagnostics " , targets: [ " SwiftParserDiagnostics " ] ) ,
@@ -143,7 +144,12 @@ let package = Package(
143144
144145 . target(
145146 name: " SwiftLibraryPluginProvider " ,
146- dependencies: [ " SwiftSyntaxMacros " , " SwiftCompilerPluginMessageHandling " ] ,
147+ dependencies: [ " SwiftSyntaxMacros " , " SwiftCompilerPluginMessageHandling " , " _SwiftLibraryPluginProviderCShims " ] ,
148+ exclude: [ " CMakeLists.txt " ]
149+ ) ,
150+
151+ . target(
152+ name: " _SwiftLibraryPluginProviderCShims " ,
147153 exclude: [ " CMakeLists.txt " ]
148154 ) ,
149155
0 commit comments