Skip to content

Commit 7ae0841

Browse files
committed
Pin DocC to below 1.4
Motivation: Unfortunately, the DocC plugin no longer builds on 5.8: swiftlang/swift-docc-plugin#94. We need to keep building. Modifications: - Forcefully pin the DocC plugin down. Result: CI works now.
1 parent 65db2db commit 7ae0841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ if Context.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
549549
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"),
550550
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.2"),
551551
.package(url: "https://github.com/apple/swift-system.git", from: "1.2.0"),
552-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
552+
.package(url: "https://github.com/apple/swift-docc-plugin", "1.0.0"..<"1.4.0"),
553553
]
554554
} else {
555555
package.dependencies += [

0 commit comments

Comments
 (0)