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 1313c36 + 11fc686 commit ae26948Copy full SHA for ae26948
Package.swift
@@ -149,12 +149,3 @@ let package = Package(
149
),
150
]
151
)
152
-
153
-#if swift(>=5.6)
154
-// If `SWIFTCI_USE_LOCAL_DEPS` is set, we are in a CI enviornment that might disallow
155
-// internet access, so we can't load swift-docc-plugin. Simply don't load it in these
156
-// environments because we don't build docc in CI at the moment.
157
-if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
158
- package.dependencies.append(.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"))
159
-}
160
-#endif
0 commit comments