The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Plato with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pedroesli/Plato.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/pedroesli/Plato
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ee0a30d Create LICENSE
Cloned https://github.com/pedroesli/Plato.git
Revision (git rev-parse @):
ee0a30d707fd45516726d30fab3a37797cd09bad
SUCCESS checkout https://github.com/pedroesli/Plato.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/pedroesli/Plato.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/antlr/antlr4
[1/164941] Fetching antlr4
Fetched https://github.com/antlr/antlr4 from cache (4.82s)
Computing version for https://github.com/antlr/antlr4
Computed https://github.com/antlr/antlr4 at 4.13.1 (0.94s)
Creating working copy for https://github.com/antlr/antlr4
Working copy of https://github.com/antlr/antlr4 resolved at 4.13.1
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/Plato.tokens
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/Plato.interp
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/PlatoLexer.interp
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/PlatoLexer.tokens
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/140] Emitting module Antlr4
[6/140] Compiling Antlr4 RuleStartState.swift
[7/140] Compiling Antlr4 RuleStopState.swift
[8/140] Compiling Antlr4 RuleTransition.swift
[9/140] Compiling Antlr4 SemanticContext.swift
[10/140] Compiling Antlr4 SetTransition.swift
[11/140] Compiling Antlr4 SingletonPredictionContext.swift
[12/140] Compiling Antlr4 StarBlockStartState.swift
[13/140] Compiling Antlr4 StarLoopEntryState.swift
[14/140] Compiling Antlr4 StarLoopbackState.swift
[15/140] Compiling Antlr4 TokensStartState.swift
[16/140] Compiling Antlr4 Transition.swift
[17/140] Compiling Antlr4 WildcardTransition.swift
[18/140] Compiling Antlr4 DFA.swift
[19/140] Compiling Antlr4 DFASerializer.swift
[20/140] Compiling Antlr4 DFAState.swift
[21/140] Compiling Antlr4 LexerDFASerializer.swift
[22/140] Compiling Antlr4 BitSet.swift
[23/140] Compiling Antlr4 DoubleKeyMap.swift
[24/140] Compiling Antlr4 IntSet.swift
[25/159] Compiling Antlr4 LexerNoViableAltException.swift
[26/159] Compiling Antlr4 ListTokenSource.swift
[27/159] Compiling Antlr4 NoViableAltException.swift
[28/159] Compiling Antlr4 Parser.swift
[29/159] Compiling Antlr4 ParserInterpreter.swift
[30/159] Compiling Antlr4 ParserRuleContext.swift
[31/159] Compiling Antlr4 ProxyErrorListener.swift
[32/159] Compiling Antlr4 RecognitionException.swift
[33/159] Compiling Antlr4 Recognizer.swift
[34/159] Compiling Antlr4 RuleContext.swift
[35/159] Compiling Antlr4 RuntimeMetaData.swift
[36/159] Compiling Antlr4 Token.swift
[37/159] Compiling Antlr4 TokenFactory.swift
[38/159] Compiling Antlr4 TokenSource.swift
[39/159] Compiling Antlr4 TokenStream.swift
[40/159] Compiling Antlr4 TokenStreamRewriter.swift
[41/159] Compiling Antlr4 UnbufferedCharStream.swift
[42/159] Compiling Antlr4 UnbufferedTokenStream.swift
[43/159] Compiling Antlr4 VocabularySingle.swift
[44/159] Compiling Antlr4 WritableToken.swift
[45/159] Compiling Antlr4 LexerSkipAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[46/159] Compiling Antlr4 LexerTypeAction.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[47/159] Compiling Antlr4 LookaheadEventInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[48/159] Compiling Antlr4 LookupATNConfig.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[49/159] Compiling Antlr4 LookupDictionary.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[50/159] Compiling Antlr4 LoopEndState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[51/159] Compiling Antlr4 NotSetTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[52/159] Compiling Antlr4 ParseInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[53/159] Compiling Antlr4 ParserATNSimulator.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[54/159] Compiling Antlr4 PlusBlockStartState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[55/159] Compiling Antlr4 PlusLoopbackState.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[56/159] Compiling Antlr4 PrecedencePredicateTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[57/159] Compiling Antlr4 PredicateEvalInfo.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[58/159] Compiling Antlr4 PredicateTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[59/159] Compiling Antlr4 PredictionContext.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[60/159] Compiling Antlr4 PredictionContextCache.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[61/159] Compiling Antlr4 PredictionMode.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[62/159] Compiling Antlr4 ProfilingATNSimulator.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[63/159] Compiling Antlr4 RangeTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[64/159] Compiling Antlr4 ANTLRErrorListener.swift
[65/159] Compiling Antlr4 ANTLRErrorStrategy.swift
[66/159] Compiling Antlr4 ANTLRFileStream.swift
[67/159] Compiling Antlr4 ANTLRInputStream.swift
[68/159] Compiling Antlr4 BailErrorStrategy.swift
[69/159] Compiling Antlr4 BaseErrorListener.swift
[70/159] Compiling Antlr4 BufferedTokenStream.swift
[71/159] Compiling Antlr4 CharStream.swift
[72/159] Compiling Antlr4 CommonToken.swift
[73/159] Compiling Antlr4 CommonTokenFactory.swift
[74/159] Compiling Antlr4 CommonTokenStream.swift
[75/159] Compiling Antlr4 ConsoleErrorListener.swift
[76/159] Compiling Antlr4 DefaultErrorStrategy.swift
[77/159] Compiling Antlr4 DiagnosticErrorListener.swift
[78/159] Compiling Antlr4 FailedPredicateException.swift
[79/159] Compiling Antlr4 InputMismatchException.swift
[80/159] Compiling Antlr4 IntStream.swift
[81/159] Compiling Antlr4 InterpreterRuleContext.swift
[82/159] Compiling Antlr4 Lexer.swift
[83/159] Compiling Antlr4 LexerInterpreter.swift
[84/159] Compiling Antlr4 InterpreterDataReader.swift
[85/159] Compiling Antlr4 Interval.swift
[86/159] Compiling Antlr4 IntervalSet.swift
[87/159] Compiling Antlr4 MultiMap.swift
[88/159] Compiling Antlr4 MurmurHash.swift
[89/159] Compiling Antlr4 Utils.swift
[90/159] Compiling Antlr4 ANTLRError.swift
[91/159] Compiling Antlr4 ANTLRException.swift
[92/159] Compiling Antlr4 ArrayExtension.swift
[93/159] Compiling Antlr4 CharacterExtension.swift
[94/159] Compiling Antlr4 IntStreamExtension.swift
[95/159] Compiling Antlr4 StringExtension.swift
[96/159] Compiling Antlr4 TokenExtension.swift
[97/159] Compiling Antlr4 UUIDExtension.swift
[98/159] Compiling Antlr4 CommonUtil.swift
[99/159] Compiling Antlr4 Mutex.swift
[100/159] Compiling Antlr4 Stack.swift
[101/159] Compiling Antlr4 AbstractParseTreeVisitor.swift
[102/159] Compiling Antlr4 ErrorNode.swift
[103/159] Compiling Antlr4 ATN.swift
[104/159] Compiling Antlr4 ATNConfig.swift
[105/159] Compiling Antlr4 ATNConfigSet.swift
[106/159] Compiling Antlr4 ATNDeserializationOptions.swift
[107/159] Compiling Antlr4 ATNDeserializer.swift
[108/159] Compiling Antlr4 ATNSimulator.swift
[109/159] Compiling Antlr4 ATNState.swift
[110/159] Compiling Antlr4 ATNType.swift
[111/159] Compiling Antlr4 AbstractPredicateTransition.swift
[112/159] Compiling Antlr4 ActionTransition.swift
[113/159] Compiling Antlr4 AmbiguityInfo.swift
[114/159] Compiling Antlr4 ArrayPredictionContext.swift
[115/159] Compiling Antlr4 AtomTransition.swift
[116/159] Compiling Antlr4 BasicBlockStartState.swift
[117/159] Compiling Antlr4 BasicState.swift
[118/159] Compiling Antlr4 BlockEndState.swift
[119/159] Compiling Antlr4 BlockStartState.swift
[120/159] Compiling Antlr4 ContextSensitivityInfo.swift
[121/159] Compiling Antlr4 DecisionEventInfo.swift
[122/159] Compiling Antlr4 DecisionInfo.swift
[123/159] Compiling Antlr4 DecisionState.swift
[124/159] Compiling Antlr4 DefaultATNConfig.swift
[125/159] Compiling Antlr4 EmptyPredictionContext.swift
[126/159] Compiling Antlr4 EpsilonTransition.swift
[127/159] Compiling Antlr4 ErrorInfo.swift
[128/159] Compiling Antlr4 LL1Analyzer.swift
[129/159] Compiling Antlr4 LexerATNConfig.swift
[130/159] Compiling Antlr4 LexerATNSimulator.swift
[131/159] Compiling Antlr4 LexerAction.swift
[132/159] Compiling Antlr4 LexerActionExecutor.swift
[133/159] Compiling Antlr4 LexerActionType.swift
[134/159] Compiling Antlr4 LexerChannelAction.swift
[135/159] Compiling Antlr4 LexerCustomAction.swift
[136/159] Compiling Antlr4 LexerIndexedCustomAction.swift
[137/159] Compiling Antlr4 LexerModeAction.swift
[138/159] Compiling Antlr4 LexerMoreAction.swift
[139/159] Compiling Antlr4 LexerPopModeAction.swift
[140/159] Compiling Antlr4 LexerPushModeAction.swift
[141/159] Compiling Antlr4 ParseTree.swift
[142/159] Compiling Antlr4 ParseTreeListener.swift
[143/159] Compiling Antlr4 ParseTreeProperty.swift
[144/159] Compiling Antlr4 ParseTreeVisitor.swift
[145/159] Compiling Antlr4 ParseTreeWalker.swift
[146/159] Compiling Antlr4 RuleNode.swift
[147/159] Compiling Antlr4 SyntaxTree.swift
[148/159] Compiling Antlr4 TerminalNode.swift
[149/159] Compiling Antlr4 TerminalNodeImpl.swift
[150/159] Compiling Antlr4 Tree.swift
[151/159] Compiling Antlr4 Trees.swift
[152/159] Compiling Antlr4 Chunk.swift
[153/159] Compiling Antlr4 ParseTreeMatch.swift
[154/159] Compiling Antlr4 ParseTreePattern.swift
[155/159] Compiling Antlr4 ParseTreePatternMatcher.swift
[156/159] Compiling Antlr4 RuleTagToken.swift
[157/159] Compiling Antlr4 TagChunk.swift
[158/159] Compiling Antlr4 TextChunk.swift
[159/159] Compiling Antlr4 TokenTagToken.swift
error: fatalError
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/Plato.interp
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/Plato.tokens
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/PlatoLexer.interp
    /host/spi-builder-workspace/Sources/PlatoCore/Parser/PlatoLexer.tokens
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling Antlr4 LexerSkipAction.swift
[3/19] Compiling Antlr4 LexerTypeAction.swift
[4/19] Compiling Antlr4 LookaheadEventInfo.swift
[5/21] Compiling Antlr4 PredictionContextCache.swift
[6/21] Compiling Antlr4 PredictionMode.swift
[7/21] Compiling Antlr4 PlusBlockStartState.swift
[8/21] Compiling Antlr4 PlusLoopbackState.swift
[9/21] Compiling Antlr4 PrecedencePredicateTransition.swift
[10/21] Compiling Antlr4 PredicateEvalInfo.swift
[11/30] Compiling Antlr4 LookupATNConfig.swift
[12/30] Compiling Antlr4 LookupDictionary.swift
[13/30] Compiling Antlr4 LoopEndState.swift
[14/55] Compiling Antlr4 ProfilingATNSimulator.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[15/55] Compiling Antlr4 RangeTransition.swift
/host/spi-builder-workspace/.build/checkouts/antlr4/runtime/Swift/Sources/Antlr4/atn/ProfilingATNSimulator.swift:63:85: error: cannot find 'NSEC_PER_SEC' in scope
        decisions[decision].timeInPrediction += Int64((stop - start) * TimeInterval(NSEC_PER_SEC))
                                                                                    ^~~~~~~~~~~~
[16/63] Compiling Antlr4 PredicateTransition.swift
[17/63] Compiling Antlr4 PredictionContext.swift
[18/63] Emitting module Antlr4
[19/79] Compiling Antlr4 BasicState.swift
[20/79] Compiling Antlr4 BlockEndState.swift
[21/79] Compiling Antlr4 BlockStartState.swift
[22/79] Compiling Antlr4 DecisionInfo.swift
[23/79] Compiling Antlr4 DecisionState.swift
[24/79] Compiling Antlr4 EmptyPredictionContext.swift
[25/79] Compiling Antlr4 LL1Analyzer.swift
[26/79] Compiling Antlr4 LexerATNConfig.swift
[27/87] Compiling Antlr4 NotSetTransition.swift
[28/87] Compiling Antlr4 ParseInfo.swift
[29/87] Compiling Antlr4 ParserATNSimulator.swift
[30/88] Compiling Antlr4 ATNConfig.swift
[31/88] Compiling Antlr4 ATNConfigSet.swift
[32/88] Compiling Antlr4 ATNDeserializer.swift
[33/88] Compiling Antlr4 ATNState.swift
[34/88] Compiling Antlr4 ATNType.swift
[35/88] Compiling Antlr4 ArrayPredictionContext.swift
[36/88] Compiling Antlr4 AtomTransition.swift
[37/88] Compiling Antlr4 BasicBlockStartState.swift
[38/89] Compiling Antlr4 FailedPredicateException.swift
[39/90] Compiling Antlr4 LexerATNSimulator.swift
[40/90] Compiling Antlr4 LexerAction.swift
[41/90] Compiling Antlr4 LexerActionExecutor.swift
[42/90] Compiling Antlr4 LexerActionType.swift
[43/90] Compiling Antlr4 LexerChannelAction.swift
[44/90] Compiling Antlr4 LexerCustomAction.swift
[45/90] Compiling Antlr4 LexerIndexedCustomAction.swift
[46/90] Compiling Antlr4 LexerModeAction.swift
[47/91] Compiling Antlr4 LexerInterpreter.swift
[48/92] Compiling Antlr4 ATNSimulator.swift
[49/93] Compiling Antlr4 Transition.swift
[50/94] Compiling Antlr4 ParserRuleContext.swift
[51/94] Compiling Antlr4 Recognizer.swift
[52/94] Compiling Antlr4 RuleContext.swift
[53/94] Compiling Antlr4 RuntimeMetaData.swift
[54/94] Compiling Antlr4 TokenStreamRewriter.swift
[55/94] Compiling Antlr4 UnbufferedCharStream.swift
[56/94] Compiling Antlr4 UnbufferedTokenStream.swift
[57/94] Compiling Antlr4 VocabularySingle.swift
[58/94] Compiling Antlr4 ATN.swift
[59/95] Compiling Antlr4 BailErrorStrategy.swift
[60/96] Compiling Antlr4 ConsoleErrorListener.swift
[61/97] Compiling Antlr4 CharacterExtension.swift
[62/97] Compiling Antlr4 TerminalNodeImpl.swift
[63/97] Compiling Antlr4 Trees.swift
[64/97] Compiling Antlr4 Chunk.swift
[65/97] Compiling Antlr4 ParseTreeMatch.swift
[66/97] Compiling Antlr4 ParseTreePatternMatcher.swift
[67/97] Compiling Antlr4 TagChunk.swift
[68/97] Compiling Antlr4 TextChunk.swift
[69/97] Compiling Antlr4 InputMismatchException.swift
[70/97] Compiling Antlr4 DiagnosticErrorListener.swift
[71/97] Compiling Antlr4 ANTLRInputStream.swift
[72/97] Compiling Antlr4 BufferedTokenStream.swift
[73/97] Compiling Antlr4 CommonToken.swift
[74/97] Compiling Antlr4 CommonTokenStream.swift
[75/97] Compiling Antlr4 DefaultErrorStrategy.swift
[76/97] Compiling Antlr4 Lexer.swift
[77/97] Compiling Antlr4 ListTokenSource.swift
[78/97] Compiling Antlr4 Parser.swift
[79/97] Compiling Antlr4 ParserInterpreter.swift
[80/97] Compiling Antlr4 NoViableAltException.swift
[81/97] Compiling Antlr4 RecognitionException.swift
[82/97] Compiling Antlr4 LexerMoreAction.swift
[83/97] Compiling Antlr4 LexerPopModeAction.swift
[84/97] Compiling Antlr4 LexerPushModeAction.swift
[85/97] Compiling Antlr4 RuleStartState.swift
[86/97] Compiling Antlr4 SemanticContext.swift
[87/97] Compiling Antlr4 SetTransition.swift
[88/97] Compiling Antlr4 SingletonPredictionContext.swift
[89/97] Compiling Antlr4 DFA.swift
[90/97] Compiling Antlr4 DFASerializer.swift
[91/97] Compiling Antlr4 DFAState.swift
[92/97] Compiling Antlr4 BitSet.swift
[93/97] Compiling Antlr4 InterpreterDataReader.swift
[94/97] Compiling Antlr4 Interval.swift
[95/97] Compiling Antlr4 IntervalSet.swift
[96/97] Compiling Antlr4 Utils.swift
[97/97] Compiling Antlr4 ArrayExtension.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1