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 34a57f2 commit b78cf04Copy full SHA for b78cf04
Package.swift
@@ -157,8 +157,7 @@ let package = Package(
157
)
158
159
if ProcessInfo.processInfo.environment["SPI_GENERATE_DOCS"] != nil
160
- || ProcessInfo.processInfo.environment["CI"] != nil
161
- // NB: For local testing in Xcode:
+ || ProcessInfo.processInfo.environment["CI"] != nil// NB: For local testing in Xcode:
162
// || true
163
{
164
package.traits.insert(
0 commit comments