From dd890c870c832f53316629c88df6925401a68ceb Mon Sep 17 00:00:00 2001 From: Franz Busch Date: Wed, 2 Jul 2025 12:57:36 +0200 Subject: [PATCH] Remove the DocC plugin as a dependency When DocC was introduced the DocC plugin was useful for building documentation locally. Nowadays both Xcode and VSCode have built-in support to generate this without the need for the plugin. This PR removes the direct dependency on the plugin. --- Package.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Package.swift b/Package.swift index 4a99d5f8..c97097b4 100644 --- a/Package.swift +++ b/Package.swift @@ -77,7 +77,6 @@ let package = Package( if Context.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { package.dependencies += [ .package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"), - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), ] } else { package.dependencies += [