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