File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ builder:
88 - documentation_targets :
99 # First item in the list is the "landing" (default) target
1010 - SwiftSyntax
11- - IDEUtils
1211 - SwiftBasicFormat
12+ - SwiftCompilerPlugin
13+ - SwiftCompilerPluginMessageHandling
1314 - SwiftDiagnostics
15+ - SwiftIDEUtils
1416 - SwiftOperators
1517 - SwiftParser
1618 - SwiftParserDiagnostics
1719 - SwiftRefactor
1820 - SwiftSyntaxBuilder
19- - SwiftSyntaxParser
21+ - SwiftSyntaxMacros
22+ - SwiftSyntaxMacrosTestSupport
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ let package = Package(
4545 . macCatalyst( . v13) ,
4646 ] ,
4747 products: [
48+ . library( name: " SwiftBasicFormat " , targets: [ " SwiftBasicFormat " ] ) ,
4849 . library( name: " SwiftCompilerPlugin " , targets: [ " SwiftCompilerPlugin " ] ) ,
4950 . library( name: " SwiftCompilerPluginMessageHandling " , targets: [ " SwiftCompilerPluginMessageHandling " ] ) ,
5051 . library( name: " SwiftDiagnostics " , targets: [ " SwiftDiagnostics " ] ) ,
You can’t perform that action at this time.
0 commit comments