From 7ae08416483cb07849c694010af5f210275af2bc Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 28 Aug 2024 16:48:26 +0100 Subject: [PATCH] Pin DocC to below 1.4 Motivation: Unfortunately, the DocC plugin no longer builds on 5.8: https://github.com/swiftlang/swift-docc-plugin/issues/94. We need to keep building. Modifications: - Forcefully pin the DocC plugin down. Result: CI works now. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 36279eab31..3d884bce6f 100644 --- a/Package.swift +++ b/Package.swift @@ -549,7 +549,7 @@ if Context.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { .package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.0.2"), .package(url: "https://github.com/apple/swift-system.git", from: "1.2.0"), - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), + .package(url: "https://github.com/apple/swift-docc-plugin", "1.0.0"..<"1.4.0"), ] } else { package.dependencies += [