@@ -229,7 +229,7 @@ var targets: [Target] = [
229229 . product( name: " SwiftDocC " , package : " swift-docc " ) ,
230230 . product( name: " SymbolKit " , package : " swift-docc-symbolkit " ) ,
231231 ] ,
232- exclude: [ " CMakeLists.txt " ] ,
232+ exclude: [ ] ,
233233 swiftSettings: globalSwiftSettings
234234 ) ,
235235
@@ -808,7 +808,7 @@ var dependencies: [Package.Dependency] {
808808 . package ( url: " https://github.com/swiftlang/swift-docc.git " , branch: relatedDependenciesBranch) ,
809809 . package ( url: " https://github.com/swiftlang/swift-docc-symbolkit.git " , branch: relatedDependenciesBranch) ,
810810 . 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) ,
812812 . package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.4.0 " ) ,
813813 . package ( url: " https://github.com/swiftlang/swift-syntax.git " , branch: relatedDependenciesBranch) ,
814814 . package ( url: " https://github.com/apple/swift-crypto.git " , from: " 3.0.0 " ) ,
0 commit comments