From 5e4ac4accc0d901c9d360e5f6b2853d97e2a6dfa Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Tue, 9 Sep 2025 11:18:52 +0200 Subject: [PATCH] Added the Swift DocC plugin package dependency to the dependencies in the Package file. --- Package.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a46f6f0..16057bd 100644 --- a/Package.swift +++ b/Package.swift @@ -32,7 +32,8 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-openapi-generator.git", from: "1.3.0"), .package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.5.0"), - .package(url: "https://github.com/apple/swift-openapi-urlsession", from: "1.0.2") + .package(url: "https://github.com/apple/swift-openapi-urlsession", from: "1.0.2"), + .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"), ], targets: [ .target(