@@ -38,10 +38,9 @@ package.targets += [
3838 name: " AssociationMacro " ,
3939 dependencies: [
4040 . product( name: " SwiftSyntax " , package : " swift-syntax " ) ,
41+ . product( name: " SwiftSyntaxBuilder " , package : " swift-syntax " ) ,
4142 . product( name: " SwiftSyntaxMacros " , package : " swift-syntax " ) ,
4243 . product( name: " SwiftCompilerPlugin " , package : " swift-syntax " ) ,
43- . product( name: " SwiftSyntaxBuilder " , package : " swift-syntax " ) ,
44- . product( name: " SwiftParserDiagnostics " , package : " swift-syntax " ) ,
4544 ]
4645 ) ,
4746
@@ -51,6 +50,7 @@ package.targets += [
5150 " Association " ,
5251 " AssociationMacro " ,
5352 . product( name: " MacroTesting " , package : " swift-macro-testing " ) ,
53+ . product( name: " SwiftCompilerPlugin " , package : " swift-syntax " ) ,
5454 ]
5555 ) ,
5656]
@@ -66,11 +66,10 @@ package.targets += [
6666 . macro(
6767 name: " SwizzlingMacro " ,
6868 dependencies: [
69- . product( name: " SwiftCompilerPlugin " , package : " swift-syntax " ) ,
7069 . product( name: " SwiftSyntax " , package : " swift-syntax " ) ,
71- . product( name: " SwiftSyntaxMacros " , package : " swift-syntax " ) ,
7270 . product( name: " SwiftSyntaxBuilder " , package : " swift-syntax " ) ,
73- . product( name: " SwiftParserDiagnostics " , package : " swift-syntax " ) ,
71+ . product( name: " SwiftSyntaxMacros " , package : " swift-syntax " ) ,
72+ . product( name: " SwiftCompilerPlugin " , package : " swift-syntax " ) ,
7473 ]
7574 ) ,
7675
@@ -80,11 +79,12 @@ package.targets += [
8079 " Swizzling " ,
8180 " SwizzlingMacro " ,
8281 . product( name: " MacroTesting " , package : " swift-macro-testing " ) ,
82+ . product( name: " SwiftCompilerPlugin " , package : " swift-syntax " ) ,
8383 ]
8484 ) ,
8585]
8686
8787package . dependencies += [
8888 . package ( url: " https://github.com/pointfreeco/swift-macro-testing " , from: " 0.6.0 " ) ,
89- . package ( url: " https://github.com/swiftlang/swift-syntax " , " 509 .0.0" ..< " 602 .0.0" ) ,
89+ . package ( url: " https://github.com/swiftlang/swift-syntax " , " 600 .0.0" ..< " 603 .0.0" ) ,
9090]
0 commit comments