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.
2 parents 2742168 + ae26948 commit 38e3e4dCopy full SHA for 38e3e4d
Package.swift
@@ -172,13 +172,4 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
172
package.dependencies += [
173
.package(path: "../swift-argument-parser")
174
]
175
-}
176
-
177
-#if swift(>=5.6)
178
-// If `SWIFTCI_USE_LOCAL_DEPS` is set, we are in a CI enviornment that might disallow
179
-// internet access, so we can't load swift-docc-plugin. Simply don't load it in these
180
-// environments because we don't build docc in CI at the moment.
181
-if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
182
- package.dependencies.append(.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"))
183
184
-#endif
+}
0 commit comments