@@ -229,7 +229,7 @@ var targets: [Target] = [
229
229
. product( name: " SwiftDocC " , package : " swift-docc " ) ,
230
230
. product( name: " SymbolKit " , package : " swift-docc-symbolkit " ) ,
231
231
] ,
232
- exclude: [ " CMakeLists.txt " ] ,
232
+ exclude: [ ] ,
233
233
swiftSettings: globalSwiftSettings
234
234
) ,
235
235
@@ -808,7 +808,7 @@ var dependencies: [Package.Dependency] {
808
808
. package ( url: " https://github.com/swiftlang/swift-docc.git " , branch: relatedDependenciesBranch) ,
809
809
. package ( url: " https://github.com/swiftlang/swift-docc-symbolkit.git " , branch: relatedDependenciesBranch) ,
810
810
. package ( url: " https://github.com/swiftlang/swift-markdown.git " , branch: relatedDependenciesBranch) ,
811
- . package ( url: " https://github.com/apple /swift-tools-support-core.git " , branch: relatedDependenciesBranch) ,
811
+ . package ( url: " https://github.com/swiftlang /swift-tools-support-core.git " , branch: relatedDependenciesBranch) ,
812
812
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.4.0 " ) ,
813
813
. package ( url: " https://github.com/swiftlang/swift-syntax.git " , branch: relatedDependenciesBranch) ,
814
814
. package ( url: " https://github.com/apple/swift-crypto.git " , from: " 3.0.0 " ) ,
0 commit comments