File tree Expand file tree Collapse file tree 2 files changed +1
-80
lines changed Expand file tree Collapse file tree 2 files changed +1
-80
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,8 @@ import Foundation
7
7
/// to speed up the build or improve it.
8
8
var swiftSyntaxSwiftSettings : [ SwiftSetting ] = [ ]
9
9
if ProcessInfo . processInfo. environment [ " SWIFT_BUILD_SCRIPT_ENVIRONMENT " ] != nil {
10
- let groupFile = URL ( fileURLWithPath: #file)
11
- . deletingLastPathComponent ( )
12
- . appendingPathComponent ( " utils " )
13
- . appendingPathComponent ( " group.json " )
14
10
swiftSyntaxSwiftSettings += [
15
- . define( " SWIFTSYNTAX_ENABLE_ASSERTIONS " ) ,
16
- . unsafeFlags( [
17
- " -Xfrontend " , " -group-info-path " ,
18
- " -Xfrontend " , groupFile. path,
19
- // Enforcing exclusivity increases compile time of release builds by 2 minutes.
20
- // Disable it when we're in a controlled CI environment.
21
- " -enforce-exclusivity=unchecked " ,
22
- ] ) ,
11
+ . define( " SWIFTSYNTAX_ENABLE_ASSERTIONS " )
23
12
]
24
13
}
25
14
if ProcessInfo . processInfo. environment [ " SWIFTSYNTAX_ENABLE_RAWSYNTAX_VALIDATION " ] != nil {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments