File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ let package = Package(
2525 // Targets can depend on other targets in this package, and on products in packages which this package depends on.
2626 . target(
2727 name: " xcparse " ,
28- dependencies: [ " XCParseCore " , " SwiftToolsSupport " ] ) ,
28+ dependencies: [ " XCParseCore " , " SwiftToolsSupport-auto " ] ) ,
2929 . target(
3030 name: " XCParseCore " ,
31- dependencies: [ " SwiftToolsSupport " ] ) ,
31+ dependencies: [ " SwiftToolsSupport-auto " ] ) ,
3232 . testTarget(
3333 name: " xcparseTests " ,
3434 dependencies: [ " xcparse " ] ) ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import TSCBasic
1111import TSCUtility
1212import XCParseCore
1313
14- let xcparseCurrentVersion = Version ( 2 , 1 , 0 )
14+ let xcparseCurrentVersion = Version ( 2 , 2 , 1 )
1515
1616struct XCResultToolCompatability {
1717 var supportsExport : Bool = true
You can’t perform that action at this time.
0 commit comments