File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ builder:
13
13
- SwiftCompilerPluginMessageHandling
14
14
- SwiftDiagnostics
15
15
- SwiftIDEUtils
16
+ - SwiftLibraryPluginProvider
16
17
- SwiftOperators
17
18
- SwiftParser
18
19
- SwiftParserDiagnostics
Original file line number Diff line number Diff line change @@ -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 " ] ) ,
You can’t perform that action at this time.
0 commit comments