File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,15 @@ let package = Package(
3535 . product( name: " SwiftParser " , package : " swift-syntax " ) ,
3636 . product( name: " SwiftSyntax " , package : " swift-syntax " ) ,
3737 . product( name: " SwiftSyntaxBuilder " , package : " swift-syntax " ) ,
38- . product( name: " SwiftSyntaxMacro " , package : " swift-syntax " )
39- ]
38+ . product( name: " SwiftSyntaxMacros " , package : " swift-syntax " )
39+ ] ,
40+ path: " Sources/SwiftMacros " ,
4041 ) ,
4142 . target(
4243 name: " SwiftifyImport " ,
43- dependencies: [ " SwiftifyImportMacro " ]
44+ dependencies: [ " SwiftifyImportMacro " ] ,
45+ path: " Sources/PublicCorePortal " ,
46+ swiftSettings: [ . enableExperimentalFeature( " LifetimeDependence " ) ] ,
4447 )
4548 ]
4649)
Original file line number Diff line number Diff line change 1+ ../../../../ stdlib/ public/ core/ SwiftifyImport. swift
You can’t perform that action at this time.
0 commit comments