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 671af62 commit 3882170Copy full SHA for 3882170
Package.swift
@@ -6,7 +6,7 @@ import Foundation
6
/// If we are in a controlled CI environment, we can use internal compiler flags
7
/// to speed up the build or improve it.
8
let swiftSyntaxSwiftSettings: [SwiftSetting]
9
-if case _? = ProcessInfo.processInfo.environment["SWIFT_BUILD_SCRIPT_ENVIRONMENT"] {
+if ProcessInfo.processInfo.environment["SWIFT_BUILD_SCRIPT_ENVIRONMENT"] != nil {
10
let groupFile = URL(fileURLWithPath: #file)
11
.deletingLastPathComponent()
12
.appendingPathComponent("utils")
0 commit comments