Build Information
Successful build of Antlr4, reference main (0b4eed), with Swift 6.2 for Android on 18 Jun 2025 21:23:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MaxHaertwig/ANTLR4-Swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/MaxHaertwig/ANTLR4-Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0b4eed9 Update to antlr 4.9.1
Cloned https://github.com/MaxHaertwig/ANTLR4-Swift.git
Revision (git rev-parse @):
0b4eed93b803c931db67cc30434b5531f72d50b1
SUCCESS checkout https://github.com/MaxHaertwig/ANTLR4-Swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/MaxHaertwig/ANTLR4-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/140] 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 | }
[4/159] Compiling Antlr4 ParseTree.swift
[5/159] Compiling Antlr4 ParseTreeListener.swift
[6/159] Compiling Antlr4 ParseTreeProperty.swift
[7/159] Compiling Antlr4 ParseTreeVisitor.swift
[8/159] Compiling Antlr4 ParseTreeWalker.swift
[9/159] Compiling Antlr4 RuleNode.swift
[10/159] Compiling Antlr4 SyntaxTree.swift
[11/159] Compiling Antlr4 TerminalNode.swift
[12/159] Compiling Antlr4 TerminalNodeImpl.swift
[13/159] Compiling Antlr4 Tree.swift
[14/159] Compiling Antlr4 Trees.swift
[15/159] Compiling Antlr4 Chunk.swift
[16/159] Compiling Antlr4 ParseTreeMatch.swift
[17/159] Compiling Antlr4 ParseTreePattern.swift
[18/159] Compiling Antlr4 ParseTreePatternMatcher.swift
[19/159] Compiling Antlr4 RuleTagToken.swift
[20/159] Compiling Antlr4 TagChunk.swift
[21/159] Compiling Antlr4 TextChunk.swift
[22/159] Compiling Antlr4 TokenTagToken.swift
[23/159] 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
[24/159] 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
[25/159] 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
[26/159] 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
[27/159] 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
[28/159] 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
[29/159] 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
[30/159] 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
[31/159] 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
[32/159] 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
[33/159] 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
[34/159] 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
[35/159] 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
[36/159] 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
[37/159] 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
[38/159] 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
[39/159] 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
[40/159] 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
[41/159] 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
[42/159] 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
[43/159] 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)
[44/159] 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)
[45/159] 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)
[46/159] 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)
[47/159] 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)
[48/159] 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)
[49/159] 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)
[50/159] 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)
[51/159] 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)
[52/159] 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)
[53/159] 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)
[54/159] 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)
[55/159] 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)
[56/159] 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)
[57/159] 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)
[58/159] 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)
[59/159] 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)
[60/159] 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)
[61/159] 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)
[62/159] Compiling Antlr4 RangeTransition.swift
[63/159] Compiling Antlr4 RuleStartState.swift
[64/159] Compiling Antlr4 RuleStopState.swift
[65/159] Compiling Antlr4 RuleTransition.swift
[66/159] Compiling Antlr4 SemanticContext.swift
[67/159] Compiling Antlr4 SetTransition.swift
[68/159] Compiling Antlr4 SingletonPredictionContext.swift
[69/159] Compiling Antlr4 StarBlockStartState.swift
[70/159] Compiling Antlr4 StarLoopEntryState.swift
[71/159] Compiling Antlr4 StarLoopbackState.swift
[72/159] Compiling Antlr4 TokensStartState.swift
[73/159] Compiling Antlr4 Transition.swift
[74/159] Compiling Antlr4 WildcardTransition.swift
[75/159] Compiling Antlr4 DFA.swift
[76/159] Compiling Antlr4 DFASerializer.swift
[77/159] Compiling Antlr4 DFAState.swift
[78/159] Compiling Antlr4 LexerDFASerializer.swift
[79/159] Compiling Antlr4 BitSet.swift
[80/159] Compiling Antlr4 DoubleKeyMap.swift
[81/159] Compiling Antlr4 WritableToken.swift
[82/159] Compiling Antlr4 ATN.swift
[83/159] Compiling Antlr4 ATNConfig.swift
[84/159] Compiling Antlr4 ATNConfigSet.swift
[85/159] Compiling Antlr4 ATNDeserializationOptions.swift
[86/159] Compiling Antlr4 ATNDeserializer.swift
[87/159] Compiling Antlr4 ATNSimulator.swift
[88/159] Compiling Antlr4 ATNState.swift
[89/159] Compiling Antlr4 ATNType.swift
[90/159] Compiling Antlr4 AbstractPredicateTransition.swift
[91/159] Compiling Antlr4 ActionTransition.swift
[92/159] Compiling Antlr4 AmbiguityInfo.swift
[93/159] Compiling Antlr4 ArrayPredictionContext.swift
[94/159] Compiling Antlr4 AtomTransition.swift
[95/159] Compiling Antlr4 BasicBlockStartState.swift
[96/159] Compiling Antlr4 BasicState.swift
[97/159] Compiling Antlr4 BlockEndState.swift
[98/159] Compiling Antlr4 BlockStartState.swift
[99/159] Compiling Antlr4 ContextSensitivityInfo.swift
[100/159] Compiling Antlr4 IntSet.swift
[101/159] Compiling Antlr4 Interval.swift
[102/159] Compiling Antlr4 IntervalSet.swift
[103/159] Compiling Antlr4 MultiMap.swift
[104/159] Compiling Antlr4 MurmurHash.swift
[105/159] Compiling Antlr4 Utils.swift
[106/159] Compiling Antlr4 ANTLRError.swift
[107/159] Compiling Antlr4 ANTLRException.swift
[108/159] Compiling Antlr4 ArrayExtension.swift
[109/159] Compiling Antlr4 CharacterExtension.swift
[110/159] Compiling Antlr4 IntStreamExtension.swift
[111/159] Compiling Antlr4 StringExtension.swift
[112/159] Compiling Antlr4 TokenExtension.swift
[113/159] Compiling Antlr4 UUIDExtension.swift
[114/159] Compiling Antlr4 CommonUtil.swift
[115/159] Compiling Antlr4 Mutex.swift
[116/159] Compiling Antlr4 Stack.swift
[117/159] Compiling Antlr4 AbstractParseTreeVisitor.swift
[118/159] Compiling Antlr4 ErrorNode.swift
[119/159] Compiling Antlr4 LexerNoViableAltException.swift
[120/159] Compiling Antlr4 ListTokenSource.swift
[121/159] Compiling Antlr4 NoViableAltException.swift
[122/159] Compiling Antlr4 Parser.swift
[123/159] Compiling Antlr4 ParserInterpreter.swift
[124/159] Compiling Antlr4 ParserRuleContext.swift
[125/159] Compiling Antlr4 ProxyErrorListener.swift
[126/159] Compiling Antlr4 RecognitionException.swift
[127/159] Compiling Antlr4 Recognizer.swift
[128/159] Compiling Antlr4 RuleContext.swift
[129/159] Compiling Antlr4 RuntimeMetaData.swift
[130/159] Compiling Antlr4 Token.swift
[131/159] Compiling Antlr4 TokenFactory.swift
[132/159] Compiling Antlr4 TokenSource.swift
[133/159] Compiling Antlr4 TokenStream.swift
[134/159] Compiling Antlr4 TokenStreamRewriter.swift
[135/159] Compiling Antlr4 UnbufferedCharStream.swift
[136/159] Compiling Antlr4 UnbufferedTokenStream.swift
[137/159] Compiling Antlr4 VocabularySingle.swift
[138/159] 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 | }
[139/159] 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 | }
[140/159] 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 | }
[141/159] 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 | }
[142/159] 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 | }
[143/159] 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 | }
[144/159] 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 | }
[145/159] 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 | }
[146/159] 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 | }
[147/159] 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 | }
[148/159] 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 | }
[149/159] 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 | }
[150/159] 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 | }
[151/159] 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 | }
[152/159] 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 | }
[153/159] 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 | }
[154/159] 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 | }
[155/159] 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 | }
[156/159] 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 | }
[157/160] Wrapping AST for Antlr4 for debugging
[158/160] Write Objects.LinkFileList
[159/160] Linking libAntlr4.so
Build complete! (19.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Antlr4",
"name" : "Antlr4",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Antlr4",
"targets" : [
"Antlr4"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "Antlr4Tests",
"module_type" : "SwiftTarget",
"name" : "Antlr4Tests",
"path" : "Tests/Antlr4Tests",
"sources" : [
"MurmurHashTests.swift",
"ParseTreePatternMatcherTests.swift",
"RuntimeMetaDataTests.swift",
"StringExtensionTests.swift",
"TokenStreamRewriterTests.swift",
"TokenStreamTests.swift",
"VisitorTests.swift",
"gen/LexerA.swift",
"gen/LexerAATN.swift",
"gen/LexerB.swift",
"gen/LexerBATN.swift",
"gen/VisitorBasicBaseListener.swift",
"gen/VisitorBasicBaseVisitor.swift",
"gen/VisitorBasicLexer.swift",
"gen/VisitorBasicLexerATN.swift",
"gen/VisitorBasicListener.swift",
"gen/VisitorBasicParser.swift",
"gen/VisitorBasicParserATN.swift",
"gen/VisitorBasicVisitor.swift",
"gen/VisitorCalcBaseListener.swift",
"gen/VisitorCalcBaseVisitor.swift",
"gen/VisitorCalcLexer.swift",
"gen/VisitorCalcLexerATN.swift",
"gen/VisitorCalcListener.swift",
"gen/VisitorCalcParser.swift",
"gen/VisitorCalcParserATN.swift",
"gen/VisitorCalcVisitor.swift"
],
"target_dependencies" : [
"Antlr4"
],
"type" : "test"
},
{
"c99name" : "Antlr4",
"module_type" : "SwiftTarget",
"name" : "Antlr4",
"path" : "Sources/Antlr4",
"product_memberships" : [
"Antlr4"
],
"sources" : [
"ANTLRErrorListener.swift",
"ANTLRErrorStrategy.swift",
"ANTLRFileStream.swift",
"ANTLRInputStream.swift",
"BailErrorStrategy.swift",
"BaseErrorListener.swift",
"BufferedTokenStream.swift",
"CharStream.swift",
"CommonToken.swift",
"CommonTokenFactory.swift",
"CommonTokenStream.swift",
"ConsoleErrorListener.swift",
"DefaultErrorStrategy.swift",
"DiagnosticErrorListener.swift",
"FailedPredicateException.swift",
"InputMismatchException.swift",
"IntStream.swift",
"InterpreterRuleContext.swift",
"Lexer.swift",
"LexerInterpreter.swift",
"LexerNoViableAltException.swift",
"ListTokenSource.swift",
"NoViableAltException.swift",
"Parser.swift",
"ParserInterpreter.swift",
"ParserRuleContext.swift",
"ProxyErrorListener.swift",
"RecognitionException.swift",
"Recognizer.swift",
"RuleContext.swift",
"RuntimeMetaData.swift",
"Token.swift",
"TokenFactory.swift",
"TokenSource.swift",
"TokenStream.swift",
"TokenStreamRewriter.swift",
"UnbufferedCharStream.swift",
"UnbufferedTokenStream.swift",
"VocabularySingle.swift",
"WritableToken.swift",
"atn/ATN.swift",
"atn/ATNConfig.swift",
"atn/ATNConfigSet.swift",
"atn/ATNDeserializationOptions.swift",
"atn/ATNDeserializer.swift",
"atn/ATNSimulator.swift",
"atn/ATNState.swift",
"atn/ATNType.swift",
"atn/AbstractPredicateTransition.swift",
"atn/ActionTransition.swift",
"atn/AmbiguityInfo.swift",
"atn/ArrayPredictionContext.swift",
"atn/AtomTransition.swift",
"atn/BasicBlockStartState.swift",
"atn/BasicState.swift",
"atn/BlockEndState.swift",
"atn/BlockStartState.swift",
"atn/ContextSensitivityInfo.swift",
"atn/DecisionEventInfo.swift",
"atn/DecisionInfo.swift",
"atn/DecisionState.swift",
"atn/DefaultATNConfig.swift",
"atn/EmptyPredictionContext.swift",
"atn/EpsilonTransition.swift",
"atn/ErrorInfo.swift",
"atn/LL1Analyzer.swift",
"atn/LexerATNConfig.swift",
"atn/LexerATNSimulator.swift",
"atn/LexerAction.swift",
"atn/LexerActionExecutor.swift",
"atn/LexerActionType.swift",
"atn/LexerChannelAction.swift",
"atn/LexerCustomAction.swift",
"atn/LexerIndexedCustomAction.swift",
"atn/LexerModeAction.swift",
"atn/LexerMoreAction.swift",
"atn/LexerPopModeAction.swift",
"atn/LexerPushModeAction.swift",
"atn/LexerSkipAction.swift",
"atn/LexerTypeAction.swift",
"atn/LookaheadEventInfo.swift",
"atn/LookupATNConfig.swift",
"atn/LookupDictionary.swift",
"atn/LoopEndState.swift",
"atn/NotSetTransition.swift",
"atn/ParseInfo.swift",
"atn/ParserATNSimulator.swift",
"atn/PlusBlockStartState.swift",
"atn/PlusLoopbackState.swift",
"atn/PrecedencePredicateTransition.swift",
"atn/PredicateEvalInfo.swift",
"atn/PredicateTransition.swift",
"atn/PredictionContext.swift",
"atn/PredictionContextCache.swift",
"atn/PredictionMode.swift",
"atn/ProfilingATNSimulator.swift",
"atn/RangeTransition.swift",
"atn/RuleStartState.swift",
"atn/RuleStopState.swift",
"atn/RuleTransition.swift",
"atn/SemanticContext.swift",
"atn/SetTransition.swift",
"atn/SingletonPredictionContext.swift",
"atn/StarBlockStartState.swift",
"atn/StarLoopEntryState.swift",
"atn/StarLoopbackState.swift",
"atn/TokensStartState.swift",
"atn/Transition.swift",
"atn/WildcardTransition.swift",
"dfa/DFA.swift",
"dfa/DFASerializer.swift",
"dfa/DFAState.swift",
"dfa/LexerDFASerializer.swift",
"misc/BitSet.swift",
"misc/DoubleKeyMap.swift",
"misc/IntSet.swift",
"misc/Interval.swift",
"misc/IntervalSet.swift",
"misc/MultiMap.swift",
"misc/MurmurHash.swift",
"misc/Utils.swift",
"misc/exception/ANTLRError.swift",
"misc/exception/ANTLRException.swift",
"misc/extension/ArrayExtension.swift",
"misc/extension/CharacterExtension.swift",
"misc/extension/IntStreamExtension.swift",
"misc/extension/StringExtension.swift",
"misc/extension/TokenExtension.swift",
"misc/extension/UUIDExtension.swift",
"misc/utils/CommonUtil.swift",
"misc/utils/Mutex.swift",
"misc/utils/Stack.swift",
"tree/AbstractParseTreeVisitor.swift",
"tree/ErrorNode.swift",
"tree/ParseTree.swift",
"tree/ParseTreeListener.swift",
"tree/ParseTreeProperty.swift",
"tree/ParseTreeVisitor.swift",
"tree/ParseTreeWalker.swift",
"tree/RuleNode.swift",
"tree/SyntaxTree.swift",
"tree/TerminalNode.swift",
"tree/TerminalNodeImpl.swift",
"tree/Tree.swift",
"tree/Trees.swift",
"tree/pattern/Chunk.swift",
"tree/pattern/ParseTreeMatch.swift",
"tree/pattern/ParseTreePattern.swift",
"tree/pattern/ParseTreePatternMatcher.swift",
"tree/pattern/RuleTagToken.swift",
"tree/pattern/TagChunk.swift",
"tree/pattern/TextChunk.swift",
"tree/pattern/TokenTagToken.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.