The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Antlr4, reference 4.9.1 (0b4eed), with Swift 6.1 for Wasm on 27 May 2025 22:36:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

 12 | ///
 13 |
 14 | public class Vocabulary: Hashable {
    |              `- note: class 'Vocabulary' does not conform to the 'Sendable' protocol
 15 |     private static let EMPTY_NAMES: [String?] = [String?](repeating: "", count: 1)
 16 |
    :
 23 |     /// except _org.antlr.v4.runtime.Token#EOF_.
 24 |     ///
 25 |     public static let EMPTY_VOCABULARY: Vocabulary = Vocabulary(EMPTY_NAMES, EMPTY_NAMES, EMPTY_NAMES)
    |                       |- warning: static property 'EMPTY_VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'EMPTY_VOCABULARY' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |
 27 |
[138/159] Compiling Antlr4 ParseTree.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[139/159] Compiling Antlr4 ParseTreeListener.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[140/159] Compiling Antlr4 ParseTreeProperty.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[141/159] Compiling Antlr4 ParseTreeVisitor.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[142/159] Compiling Antlr4 ParseTreeWalker.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[143/159] Compiling Antlr4 RuleNode.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[144/159] Compiling Antlr4 SyntaxTree.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[145/159] Compiling Antlr4 TerminalNode.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[146/159] Compiling Antlr4 TerminalNodeImpl.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[147/159] Compiling Antlr4 Tree.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[148/159] Compiling Antlr4 Trees.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[149/159] Compiling Antlr4 Chunk.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[150/159] Compiling Antlr4 ParseTreeMatch.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[151/159] Compiling Antlr4 ParseTreePattern.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[152/159] Compiling Antlr4 ParseTreePatternMatcher.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[153/159] Compiling Antlr4 RuleTagToken.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[154/159] Compiling Antlr4 TagChunk.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[155/159] Compiling Antlr4 TextChunk.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
[156/159] Compiling Antlr4 TokenTagToken.swift
/host/spi-builder-workspace/Sources/Antlr4/tree/ParseTreeWalker.swift:8:23: warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 |
 7 | public class ParseTreeWalker {
   |              `- note: class 'ParseTreeWalker' does not conform to the 'Sendable' protocol
 8 |     public static let DEFAULT = ParseTreeWalker()
   |                       |- warning: static property 'DEFAULT' is not concurrency-safe because non-'Sendable' type 'ParseTreeWalker' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'DEFAULT' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public init() {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/139] Compiling Antlr4 IntSet.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[3/139] Compiling Antlr4 Interval.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[4/139] Compiling Antlr4 IntervalSet.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[5/139] Compiling Antlr4 MultiMap.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[6/139] Compiling Antlr4 MurmurHash.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[7/139] Compiling Antlr4 Utils.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[8/139] Compiling Antlr4 ANTLRError.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[9/139] Compiling Antlr4 ANTLRException.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[10/139] Compiling Antlr4 ArrayExtension.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[11/139] Compiling Antlr4 CharacterExtension.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[12/139] Compiling Antlr4 IntStreamExtension.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[13/139] Compiling Antlr4 StringExtension.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[14/139] Compiling Antlr4 TokenExtension.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[15/139] Compiling Antlr4 UUIDExtension.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[16/139] Compiling Antlr4 CommonUtil.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[17/139] Compiling Antlr4 Mutex.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[18/139] Compiling Antlr4 Stack.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[19/139] Compiling Antlr4 AbstractParseTreeVisitor.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[20/139] Compiling Antlr4 ErrorNode.swift
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:9: error: cannot find 'pthread_mutex_init' in scope
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |         `- error: cannot find 'pthread_mutex_init' in scope
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:19:36: error: 'nil' requires a contextual type
17 |     ///
18 |     init() {
19 |         pthread_mutex_init(&mutex, nil)
   |                                    `- error: 'nil' requires a contextual type
20 |     }
21 |
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:31:9: error: cannot find 'pthread_mutex_lock' in scope
29 |     @discardableResult
30 |     func synchronized<R>(closure: () throws -> R) rethrows -> R {
31 |         pthread_mutex_lock(&mutex)
   |         `- error: cannot find 'pthread_mutex_lock' in scope
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:33:13: error: cannot find 'pthread_mutex_unlock' in scope
31 |         pthread_mutex_lock(&mutex)
32 |         defer {
33 |             pthread_mutex_unlock(&mutex)
   |             `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         }
35 |         return try closure()
/host/spi-builder-workspace/Sources/Antlr4/misc/utils/Mutex.swift:40:9: error: cannot find 'pthread_mutex_destroy' in scope
38 |     deinit {
39 |         // free the mutex resource
40 |         pthread_mutex_destroy(&mutex)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
41 |     }
42 | }
[21/158] Emitting module Antlr4
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[22/158] Compiling Antlr4 ParseTree.swift
[23/158] Compiling Antlr4 ParseTreeListener.swift
[24/158] Compiling Antlr4 ParseTreeProperty.swift
[25/158] Compiling Antlr4 ParseTreeVisitor.swift
[26/158] Compiling Antlr4 ParseTreeWalker.swift
[27/158] Compiling Antlr4 RuleNode.swift
[28/158] Compiling Antlr4 SyntaxTree.swift
[29/158] Compiling Antlr4 TerminalNode.swift
[30/158] Compiling Antlr4 TerminalNodeImpl.swift
[31/158] Compiling Antlr4 Tree.swift
[32/158] Compiling Antlr4 Trees.swift
[33/158] Compiling Antlr4 Chunk.swift
[34/158] Compiling Antlr4 ParseTreeMatch.swift
[35/158] Compiling Antlr4 ParseTreePattern.swift
[36/158] Compiling Antlr4 ParseTreePatternMatcher.swift
[37/158] Compiling Antlr4 RuleTagToken.swift
[38/158] Compiling Antlr4 TagChunk.swift
[39/158] Compiling Antlr4 TextChunk.swift
[40/158] Compiling Antlr4 TokenTagToken.swift
[41/158] Compiling Antlr4 ANTLRErrorListener.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[42/158] Compiling Antlr4 ANTLRErrorStrategy.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[43/158] Compiling Antlr4 ANTLRFileStream.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[44/158] Compiling Antlr4 ANTLRInputStream.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[45/158] Compiling Antlr4 BailErrorStrategy.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[46/158] Compiling Antlr4 BaseErrorListener.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[47/158] Compiling Antlr4 BufferedTokenStream.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[48/158] Compiling Antlr4 CharStream.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[49/158] Compiling Antlr4 CommonToken.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[50/158] Compiling Antlr4 CommonTokenFactory.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[51/158] Compiling Antlr4 CommonTokenStream.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[52/158] Compiling Antlr4 ConsoleErrorListener.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[53/158] Compiling Antlr4 DefaultErrorStrategy.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[54/158] Compiling Antlr4 DiagnosticErrorListener.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[55/158] Compiling Antlr4 FailedPredicateException.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[56/158] Compiling Antlr4 InputMismatchException.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[57/158] Compiling Antlr4 IntStream.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[58/158] Compiling Antlr4 InterpreterRuleContext.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[59/158] Compiling Antlr4 Lexer.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[60/158] Compiling Antlr4 LexerInterpreter.swift
/host/spi-builder-workspace/Sources/Antlr4/Lexer.swift:135:13: warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
133 |         // Mark start location in char stream so unbuffered streams are
134 |         // guaranteed at least have text of current token
135 |         var tokenStartMarker = _input.mark()
    |             `- warning: variable 'tokenStartMarker' was never mutated; consider changing to 'let' constant
136 |         defer {
137 |             // make sure we release marker after match or
[61/158] Compiling Antlr4 DecisionEventInfo.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[62/158] Compiling Antlr4 DecisionInfo.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[63/158] Compiling Antlr4 DecisionState.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[64/158] Compiling Antlr4 DefaultATNConfig.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[65/158] Compiling Antlr4 EmptyPredictionContext.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[66/158] Compiling Antlr4 EpsilonTransition.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[67/158] Compiling Antlr4 ErrorInfo.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[68/158] Compiling Antlr4 LL1Analyzer.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[69/158] Compiling Antlr4 LexerATNConfig.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[70/158] Compiling Antlr4 LexerATNSimulator.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[71/158] Compiling Antlr4 LexerAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[72/158] Compiling Antlr4 LexerActionExecutor.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[73/158] Compiling Antlr4 LexerActionType.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[74/158] Compiling Antlr4 LexerChannelAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[75/158] Compiling Antlr4 LexerCustomAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[76/158] Compiling Antlr4 LexerIndexedCustomAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[77/158] Compiling Antlr4 LexerModeAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[78/158] Compiling Antlr4 LexerMoreAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[79/158] Compiling Antlr4 LexerPopModeAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:119:13: warning: variable 'mark' was never mutated; consider changing to 'let' constant
117 |
118 |         self.mode = mode
119 |         var mark = input.mark()
    |             `- warning: variable 'mark' was never mutated; consider changing to 'let' constant
120 |         defer {
121 |             try! input.release(mark)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:612:13: warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
610 |         }
611 |
612 |         var savedCharPositionInLine = charPositionInLine
    |             `- warning: variable 'savedCharPositionInLine' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:613:13: warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
611 |
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
    |             `- warning: variable 'savedLine' was never mutated; consider changing to 'let' constant
614 |         var index = input.index()
615 |         var marker = input.mark()
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:614:13: warning: variable 'index' was never mutated; consider changing to 'let' constant
612 |         var savedCharPositionInLine = charPositionInLine
613 |         var savedLine = line
614 |         var index = input.index()
    |             `- warning: variable 'index' was never mutated; consider changing to 'let' constant
615 |         var marker = input.mark()
616 |         do {
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerATNSimulator.swift:615:13: warning: variable 'marker' was never mutated; consider changing to 'let' constant
613 |         var savedLine = line
614 |         var index = input.index()
615 |         var marker = input.mark()
    |             `- warning: variable 'marker' was never mutated; consider changing to 'let' constant
616 |         do {
617 |             try consume(input)
/host/spi-builder-workspace/Sources/Antlr4/atn/LexerActionExecutor.swift:152:13: warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
150 |     public func execute(_ lexer: Lexer, _ input: CharStream, _ startIndex: Int) throws {
151 |         var requiresSeek: Bool = false
152 |         var stopIndex: Int = input.index()
    |             `- warning: variable 'stopIndex' was never mutated; consider changing to 'let' constant
153 |         defer {
154 |             if requiresSeek {
/host/spi-builder-workspace/Sources/Antlr4/atn/EpsilonTransition.swift:12:33: warning: function call causes an infinite recursion
10 |     private let outermostPrecedenceReturnInside: Int
11 |
12 |     public convenience override init(_ target: ATNState) {
   |                                 `- warning: function call causes an infinite recursion
13 |         self.init(target, -1)
14 |     }
[80/158] Compiling Antlr4 RangeTransition.swift
[81/158] Compiling Antlr4 RuleStartState.swift
[82/158] Compiling Antlr4 RuleStopState.swift
[83/158] Compiling Antlr4 RuleTransition.swift
[84/158] Compiling Antlr4 SemanticContext.swift
[85/158] Compiling Antlr4 SetTransition.swift
[86/158] Compiling Antlr4 SingletonPredictionContext.swift
[87/158] Compiling Antlr4 StarBlockStartState.swift
[88/158] Compiling Antlr4 StarLoopEntryState.swift
[89/158] Compiling Antlr4 StarLoopbackState.swift
[90/158] Compiling Antlr4 TokensStartState.swift
[91/158] Compiling Antlr4 Transition.swift
[92/158] Compiling Antlr4 WildcardTransition.swift
[93/158] Compiling Antlr4 DFA.swift
[94/158] Compiling Antlr4 DFASerializer.swift
[95/158] Compiling Antlr4 DFAState.swift
[96/158] Compiling Antlr4 LexerDFASerializer.swift
[97/158] Compiling Antlr4 BitSet.swift
[98/158] Compiling Antlr4 DoubleKeyMap.swift
[99/158] Compiling Antlr4 LexerPushModeAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[100/158] Compiling Antlr4 LexerSkipAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[101/158] Compiling Antlr4 LexerTypeAction.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[102/158] Compiling Antlr4 LookaheadEventInfo.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[103/158] Compiling Antlr4 LookupATNConfig.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[104/158] Compiling Antlr4 LookupDictionary.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[105/158] Compiling Antlr4 LoopEndState.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[106/158] Compiling Antlr4 NotSetTransition.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[107/158] Compiling Antlr4 ParseInfo.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[108/158] Compiling Antlr4 ParserATNSimulator.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[109/158] Compiling Antlr4 PlusBlockStartState.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[110/158] Compiling Antlr4 PlusLoopbackState.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[111/158] Compiling Antlr4 PrecedencePredicateTransition.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[112/158] Compiling Antlr4 PredicateEvalInfo.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[113/158] Compiling Antlr4 PredicateTransition.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[114/158] Compiling Antlr4 PredictionContext.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[115/158] Compiling Antlr4 PredictionContextCache.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[116/158] Compiling Antlr4 PredictionMode.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[117/158] Compiling Antlr4 ProfilingATNSimulator.swift
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:56:13: warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 54 |     override
 55 |     public func adaptivePredict(_ input: TokenStream, _ decision: Int,_ outerContext: ParserRuleContext?) throws -> Int {
 56 |         var outerContext = outerContext
    |             `- warning: variable 'outerContext' was never mutated; consider changing to 'let' constant
 57 |         self._sllStopIndex = -1
 58 |         self._llStopIndex = -1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:60:13: warning: variable 'start' was never mutated; consider changing to 'let' constant
 58 |         self._llStopIndex = -1
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
    |             `- warning: variable 'start' was never mutated; consider changing to 'let' constant
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:61:13: warning: variable 'alt' was never mutated; consider changing to 'let' constant
 59 |         self.currentDecision = decision
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
    |             `- warning: variable 'alt' was never mutated; consider changing to 'let' constant
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
 63 |         decisions[decision].timeInPrediction += (stop - start)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:62:13: warning: variable 'stop' was never mutated; consider changing to 'let' constant
 60 |         var start: Int64 = Int64(Date().timeIntervalSince1970) //System.nanoTime(); // expensive but useful info
 61 |         var alt: Int = try  super.adaptivePredict(input, decision, outerContext)
 62 |         var stop: Int64 = Int64(Date().timeIntervalSince1970)  //System.nanoTime();
    |             `- warning: variable 'stop' was never mutated; consider changing to 'let' constant
 63 |         decisions[decision].timeInPrediction += (stop - start)
 64 |         decisions[decision].invocations += 1
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:66:13: warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 64 |         decisions[decision].invocations += 1
 65 |
 66 |         var SLL_k: Int64 = Int64(_sllStopIndex - _startIndex + 1)
    |             `- warning: variable 'SLL_k' was never mutated; consider changing to 'let' constant
 67 |         decisions[decision].SLL_TotalLook += SLL_k
 68 |         decisions[decision].SLL_MinLook = decisions[decision].SLL_MinLook == 0 ? SLL_k : min(decisions[decision].SLL_MinLook, SLL_k)
/host/spi-builder-workspace/Sources/Antlr4/atn/ProfilingATNSimulator.swift:76:17: warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 74 |
 75 |         if _llStopIndex >= 0 {
 76 |             var LL_k: Int64 = Int64(_llStopIndex - _startIndex + 1)
    |                 `- warning: variable 'LL_k' was never mutated; consider changing to 'let' constant
 77 |             decisions[decision].LL_TotalLook += LL_k
 78 |             decisions[decision].LL_MinLook = decisions[decision].LL_MinLook == 0 ? LL_k : min(decisions[decision].LL_MinLook, LL_k)
[118/158] Compiling Antlr4 LexerNoViableAltException.swift
[119/158] Compiling Antlr4 ListTokenSource.swift
[120/158] Compiling Antlr4 NoViableAltException.swift
[121/158] Compiling Antlr4 Parser.swift
[122/158] Compiling Antlr4 ParserInterpreter.swift
[123/158] Compiling Antlr4 ParserRuleContext.swift
[124/158] Compiling Antlr4 ProxyErrorListener.swift
[125/158] Compiling Antlr4 RecognitionException.swift
[126/158] Compiling Antlr4 Recognizer.swift
[127/158] Compiling Antlr4 RuleContext.swift
[128/158] Compiling Antlr4 RuntimeMetaData.swift
[129/158] Compiling Antlr4 Token.swift
[130/158] Compiling Antlr4 TokenFactory.swift
[131/158] Compiling Antlr4 TokenSource.swift
[132/158] Compiling Antlr4 TokenStream.swift
[133/158] Compiling Antlr4 TokenStreamRewriter.swift
[134/158] Compiling Antlr4 UnbufferedCharStream.swift
[135/158] Compiling Antlr4 UnbufferedTokenStream.swift
[136/158] Compiling Antlr4 VocabularySingle.swift
[137/158] Compiling Antlr4 WritableToken.swift
[138/158] Compiling Antlr4 ATN.swift
[139/158] Compiling Antlr4 ATNConfig.swift
[140/158] Compiling Antlr4 ATNConfigSet.swift
[141/158] Compiling Antlr4 ATNDeserializationOptions.swift
[142/158] Compiling Antlr4 ATNDeserializer.swift
[143/158] Compiling Antlr4 ATNSimulator.swift
[144/158] Compiling Antlr4 ATNState.swift
[145/158] Compiling Antlr4 ATNType.swift
[146/158] Compiling Antlr4 AbstractPredicateTransition.swift
[147/158] Compiling Antlr4 ActionTransition.swift
[148/158] Compiling Antlr4 AmbiguityInfo.swift
[149/158] Compiling Antlr4 ArrayPredictionContext.swift
[150/158] Compiling Antlr4 AtomTransition.swift
[151/158] Compiling Antlr4 BasicBlockStartState.swift
[152/158] Compiling Antlr4 BasicState.swift
[153/158] Compiling Antlr4 BlockEndState.swift
[154/158] Compiling Antlr4 BlockStartState.swift
[155/158] Compiling Antlr4 ContextSensitivityInfo.swift
BUILD FAILURE 6.1 wasm