We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f87100 commit 73f3539Copy full SHA for 73f3539
Package.swift
@@ -97,7 +97,10 @@ var includeTargets: [String] = []
97
var includeProducts: [String] = []
98
99
if Context.environment["METACODABLE_CI"] == nil {
100
- unusedDeps.append(contentsOf: ["swift-format", "swift-docc-plugin"])
+ unusedDeps.append("swift-format")
101
+ if Context.environment["SPI_GENERATE_DOCS"] == nil {
102
+ unusedDeps.append("swift-docc-plugin")
103
+ }
104
}
105
106
if Context.environment["SWIFT_SYNTAX_EXTENSION_MACRO_FIXED"] != nil {
0 commit comments