Skip to content

Commit c6ed68a

Browse files
authored
Merge pull request #2154 from Wilfred/fix_package_warnings
Fix Package.swift warnings
2 parents efe4836 + 8797f9c commit c6ed68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)