Build Information
Failed to build Plato, reference main (ee0a30
), with Swift 6.1 for Android on 29 May 2025 08:51:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pedroesli/Plato.git
https://github.com/pedroesli/Plato.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "antlr4",
"requirement" : {
"range" : [
{
"lower_bound" : "4.13.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/antlr/antlr4"
}
],
"manifest_display_name" : "Plato",
"name" : "Plato",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Plato",
"targets" : [
"Plato"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "PlatoTests",
"module_type" : "SwiftTarget",
"name" : "PlatoTests",
"path" : "Tests/PlatoTests",
"product_dependencies" : [
"Antlr4"
],
"sources" : [
"PlatoTests.swift",
"TestablePlato/TestablePlato.swift",
"TestablePlato/TestablePlatoInterpreter.swift",
"TestablePlato/TestingMethod.swift",
"TestablePlato/Tests/DoubleRangeTest.swift",
"TestablePlato/Tests/ExpectedTest.swift",
"TestablePlato/Tests/FloatRangeTest.swift",
"TestablePlato/Tests/IntRangeTest.swift"
],
"target_dependencies" : [
"Plato",
"PlatoCore"
],
"type" : "test"
},
{
"c99name" : "PlatoCore",
"module_type" : "SwiftTarget",
"name" : "PlatoCore",
"path" : "Sources/PlatoCore",
"product_dependencies" : [
"Antlr4"
],
"product_memberships" : [
"Plato"
],
"sources" : [
"BailErrorStrategy.swift",
"CommandType.swift",
"DefaultPrintHandler.swift",
"Extensions/PlatoParser+Extensions.swift",
"Functions/CallParameter.swift",
"Functions/Function.swift",
"Functions/FunctionPolymorphism.swift",
"Functions/FunctionScope.swift",
"Functions/Native/DefaultNativeFunctionHandler.swift",
"Functions/Native/Foundation/PrintFunc.swift",
"Functions/Native/Foundation/RandomFunc.swift",
"Functions/Native/Foundation/ReadLineFunc.swift",
"Functions/Native/FunctionError.swift",
"Functions/Native/FunctionResultHandling.swift",
"Functions/Native/Math/AcosFunc.swift",
"Functions/Native/Math/AcoshFunc.swift",
"Functions/Native/Math/AsinFunc.swift",
"Functions/Native/Math/AsinhFunc.swift",
"Functions/Native/Math/AtanFunc.swift",
"Functions/Native/Math/AtanhFunc.swift",
"Functions/Native/Math/CosFunc.swift",
"Functions/Native/Math/CoshFunc.swift",
"Functions/Native/Math/ExpFunc.swift",
"Functions/Native/Math/GammaFunc.swift",
"Functions/Native/Math/Log10Func.swift",
"Functions/Native/Math/Log2Func.swift",
"Functions/Native/Math/LogFunc.swift",
"Functions/Native/Math/LogGammaFunc.swift",
"Functions/Native/Math/PowFunc.swift",
"Functions/Native/Math/SinFunc.swift",
"Functions/Native/Math/SinhFunc.swift",
"Functions/Native/Math/SqrtFunc.swift",
"Functions/Native/Math/TanFunc.swift",
"Functions/Native/Math/TanhFunc.swift",
"Functions/Native/NativeFunctionHandling.swift",
"Functions/Native/TypeFunctions/ArrayFunc.swift",
"Functions/Native/TypeFunctions/BoolFunc.swift",
"Functions/Native/TypeFunctions/DoubleFunc.swift",
"Functions/Native/TypeFunctions/FloatFunc.swift",
"Functions/Native/TypeFunctions/IntFunc.swift",
"Functions/Native/TypeFunctions/StringFunc.swift",
"Functions/Parameter.swift",
"IDValidator.swift",
"Operations/ArithmeticOperations/AddOperation.swift",
"Operations/ArithmeticOperations/DivideOperation.swift",
"Operations/ArithmeticOperations/ExponentOperation.swift",
"Operations/ArithmeticOperations/ModuloOperation.swift",
"Operations/ArithmeticOperations/MultiplyOperation.swift",
"Operations/ArithmeticOperations/SubtractOperation.swift",
"Operations/BaseOperation.swift",
"Operations/BooleanOperations/AndOperation.swift",
"Operations/BooleanOperations/DifferentOperation.swift",
"Operations/BooleanOperations/EqualOperation.swift",
"Operations/BooleanOperations/GreaterThanEqualOperation.swift",
"Operations/BooleanOperations/GreaterThanOperation.swift",
"Operations/BooleanOperations/LessThanEqualOperation.swift",
"Operations/BooleanOperations/LessThanOperation.swift",
"Operations/BooleanOperations/OrOperation.swift",
"Operations/OperationError.swift",
"Operations/OperationType.swift",
"Parser/PlatoBaseVisitor.swift",
"Parser/PlatoLexer.swift",
"Parser/PlatoParser.swift",
"Parser/PlatoVisitor.swift",
"PlatoConfiguration.swift",
"PlatoContinuation.swift",
"PlatoError.swift",
"PlatoInterpreter.swift",
"PrintValue.swift",
"ReservedKeywords.swift",
"Stack.swift",
"Value/ArrayValue.swift",
"Value/Value.swift",
"Value/ValueType.swift",
"Variable/Variable.swift",
"Variable/VariableScope.swift",
"Variable/VariableType.swift"
],
"type" : "library"
},
{
"c99name" : "Plato",
"module_type" : "SwiftTarget",
"name" : "Plato",
"path" : "Sources/Plato",
"product_memberships" : [
"Plato"
],
"sources" : [
"Plato.swift"
],
"target_dependencies" : [
"PlatoCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/antlr/antlr4
[1/167718] Fetching antlr4
Fetched https://github.com/antlr/antlr4 from cache (6.80s)
Computing version for https://github.com/antlr/antlr4
Computed https://github.com/antlr/antlr4 at 4.13.2 (9.18s)
Creating working copy for https://github.com/antlr/antlr4
Working copy of https://github.com/antlr/antlr4 resolved at 4.13.2
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/PlatoLexer.tokens
/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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/140] Emitting module Antlr4
[6/159] Compiling Antlr4 ParseTree.swift
[7/159] Compiling Antlr4 ParseTreeListener.swift
[8/159] Compiling Antlr4 ParseTreeProperty.swift
[9/159] Compiling Antlr4 ParseTreeVisitor.swift
[10/159] Compiling Antlr4 ParseTreeWalker.swift
[11/159] Compiling Antlr4 RuleNode.swift
[12/159] Compiling Antlr4 SyntaxTree.swift
[13/159] Compiling Antlr4 TerminalNode.swift
[14/159] Compiling Antlr4 TerminalNodeImpl.swift
[15/159] Compiling Antlr4 Tree.swift
[16/159] Compiling Antlr4 Trees.swift
[17/159] Compiling Antlr4 Chunk.swift
[18/159] Compiling Antlr4 ParseTreeMatch.swift
[19/159] Compiling Antlr4 ParseTreePattern.swift
[20/159] Compiling Antlr4 ParseTreePatternMatcher.swift
[21/159] Compiling Antlr4 RuleTagToken.swift
[22/159] Compiling Antlr4 TagChunk.swift
[23/159] Compiling Antlr4 TextChunk.swift
[24/159] Compiling Antlr4 TokenTagToken.swift
[25/159] Compiling Antlr4 ATN.swift
[26/159] Compiling Antlr4 ATNConfig.swift
[27/159] Compiling Antlr4 ATNConfigSet.swift
[28/159] Compiling Antlr4 ATNDeserializationOptions.swift
[29/159] Compiling Antlr4 ATNDeserializer.swift
[30/159] Compiling Antlr4 ATNSimulator.swift
[31/159] Compiling Antlr4 ATNState.swift
[32/159] Compiling Antlr4 ATNType.swift
[33/159] Compiling Antlr4 AbstractPredicateTransition.swift
[34/159] Compiling Antlr4 ActionTransition.swift
[35/159] Compiling Antlr4 AmbiguityInfo.swift
[36/159] Compiling Antlr4 ArrayPredictionContext.swift
[37/159] Compiling Antlr4 AtomTransition.swift
[38/159] Compiling Antlr4 BasicBlockStartState.swift
[39/159] Compiling Antlr4 BasicState.swift
[40/159] Compiling Antlr4 BlockEndState.swift
[41/159] Compiling Antlr4 BlockStartState.swift
[42/159] Compiling Antlr4 ContextSensitivityInfo.swift
[43/159] Compiling Antlr4 DecisionEventInfo.swift
[44/159] Compiling Antlr4 LexerSkipAction.swift
[45/159] Compiling Antlr4 LexerTypeAction.swift
[46/159] Compiling Antlr4 LookaheadEventInfo.swift
[47/159] Compiling Antlr4 LookupATNConfig.swift
[48/159] Compiling Antlr4 LookupDictionary.swift
[49/159] Compiling Antlr4 LoopEndState.swift
[50/159] Compiling Antlr4 NotSetTransition.swift
[51/159] Compiling Antlr4 ParseInfo.swift
[52/159] Compiling Antlr4 ParserATNSimulator.swift
[53/159] Compiling Antlr4 PlusBlockStartState.swift
[54/159] Compiling Antlr4 PlusLoopbackState.swift
[55/159] Compiling Antlr4 PrecedencePredicateTransition.swift
[56/159] Compiling Antlr4 PredicateEvalInfo.swift
[57/159] Compiling Antlr4 PredicateTransition.swift
[58/159] Compiling Antlr4 PredictionContext.swift
[59/159] Compiling Antlr4 PredictionContextCache.swift
[60/159] Compiling Antlr4 PredictionMode.swift
[61/159] Compiling Antlr4 ProfilingATNSimulator.swift
[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 IntSet.swift
[82/159] Compiling Antlr4 DecisionInfo.swift
[83/159] Compiling Antlr4 DecisionState.swift
[84/159] Compiling Antlr4 DefaultATNConfig.swift
[85/159] Compiling Antlr4 EmptyPredictionContext.swift
[86/159] Compiling Antlr4 EpsilonTransition.swift
[87/159] Compiling Antlr4 ErrorInfo.swift
[88/159] Compiling Antlr4 LL1Analyzer.swift
[89/159] Compiling Antlr4 LexerATNConfig.swift
[90/159] Compiling Antlr4 LexerATNSimulator.swift
[91/159] Compiling Antlr4 LexerAction.swift
[92/159] Compiling Antlr4 LexerActionExecutor.swift
[93/159] Compiling Antlr4 LexerActionType.swift
[94/159] Compiling Antlr4 LexerChannelAction.swift
[95/159] Compiling Antlr4 LexerCustomAction.swift
[96/159] Compiling Antlr4 LexerIndexedCustomAction.swift
[97/159] Compiling Antlr4 LexerModeAction.swift
[98/159] Compiling Antlr4 LexerMoreAction.swift
[99/159] Compiling Antlr4 LexerPopModeAction.swift
[100/159] Compiling Antlr4 LexerPushModeAction.swift
[101/159] Compiling Antlr4 InterpreterDataReader.swift
[102/159] Compiling Antlr4 Interval.swift
[103/159] Compiling Antlr4 IntervalSet.swift
[104/159] Compiling Antlr4 MultiMap.swift
[105/159] Compiling Antlr4 MurmurHash.swift
[106/159] Compiling Antlr4 Utils.swift
[107/159] Compiling Antlr4 ANTLRError.swift
[108/159] Compiling Antlr4 ANTLRException.swift
[109/159] Compiling Antlr4 ArrayExtension.swift
[110/159] Compiling Antlr4 CharacterExtension.swift
[111/159] Compiling Antlr4 IntStreamExtension.swift
[112/159] Compiling Antlr4 StringExtension.swift
[113/159] Compiling Antlr4 TokenExtension.swift
[114/159] Compiling Antlr4 UUIDExtension.swift
[115/159] Compiling Antlr4 CommonUtil.swift
[116/159] Compiling Antlr4 Mutex.swift
[117/159] Compiling Antlr4 Stack.swift
[118/159] Compiling Antlr4 AbstractParseTreeVisitor.swift
[119/159] Compiling Antlr4 ErrorNode.swift
[120/159] Compiling Antlr4 ANTLRErrorListener.swift
[121/159] Compiling Antlr4 ANTLRErrorStrategy.swift
[122/159] Compiling Antlr4 ANTLRFileStream.swift
[123/159] Compiling Antlr4 ANTLRInputStream.swift
[124/159] Compiling Antlr4 BailErrorStrategy.swift
[125/159] Compiling Antlr4 BaseErrorListener.swift
[126/159] Compiling Antlr4 BufferedTokenStream.swift
[127/159] Compiling Antlr4 CharStream.swift
[128/159] Compiling Antlr4 CommonToken.swift
[129/159] Compiling Antlr4 CommonTokenFactory.swift
[130/159] Compiling Antlr4 CommonTokenStream.swift
[131/159] Compiling Antlr4 ConsoleErrorListener.swift
[132/159] Compiling Antlr4 DefaultErrorStrategy.swift
[133/159] Compiling Antlr4 DiagnosticErrorListener.swift
[134/159] Compiling Antlr4 FailedPredicateException.swift
[135/159] Compiling Antlr4 InputMismatchException.swift
[136/159] Compiling Antlr4 IntStream.swift
[137/159] Compiling Antlr4 InterpreterRuleContext.swift
[138/159] Compiling Antlr4 Lexer.swift
[139/159] Compiling Antlr4 LexerInterpreter.swift
[140/159] Compiling Antlr4 LexerNoViableAltException.swift
[141/159] Compiling Antlr4 ListTokenSource.swift
[142/159] Compiling Antlr4 NoViableAltException.swift
[143/159] Compiling Antlr4 Parser.swift
[144/159] Compiling Antlr4 ParserInterpreter.swift
[145/159] Compiling Antlr4 ParserRuleContext.swift
[146/159] Compiling Antlr4 ProxyErrorListener.swift
[147/159] Compiling Antlr4 RecognitionException.swift
[148/159] Compiling Antlr4 Recognizer.swift
[149/159] Compiling Antlr4 RuleContext.swift
[150/159] Compiling Antlr4 RuntimeMetaData.swift
[151/159] Compiling Antlr4 Token.swift
[152/159] Compiling Antlr4 TokenFactory.swift
[153/159] Compiling Antlr4 TokenSource.swift
[154/159] Compiling Antlr4 TokenStream.swift
[155/159] Compiling Antlr4 TokenStreamRewriter.swift
[156/159] Compiling Antlr4 UnbufferedCharStream.swift
[157/159] Compiling Antlr4 UnbufferedTokenStream.swift
[158/159] Compiling Antlr4 VocabularySingle.swift
[159/159] Compiling Antlr4 WritableToken.swift
[161/229] Compiling PlatoCore SinhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[162/229] Compiling PlatoCore SqrtFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[163/229] Compiling PlatoCore TanFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[164/229] Compiling PlatoCore TanhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[165/229] Compiling PlatoCore NativeFunctionHandling.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[166/229] Compiling PlatoCore ArrayFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[167/229] Compiling PlatoCore BoolFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[168/229] Compiling PlatoCore DoubleFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[169/229] Compiling PlatoCore FloatFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[170/229] Compiling PlatoCore IntFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[171/238] Compiling PlatoCore RandomFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[172/238] Compiling PlatoCore ReadLineFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[173/238] Compiling PlatoCore FunctionError.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[174/238] Compiling PlatoCore FunctionResultHandling.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[175/238] Compiling PlatoCore AcosFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[176/238] Compiling PlatoCore AcoshFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[177/238] Compiling PlatoCore AsinFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[178/238] Compiling PlatoCore AsinhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[179/238] Compiling PlatoCore AtanFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[180/238] Compiling PlatoCore AtanhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[181/238] Compiling PlatoCore BailErrorStrategy.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[182/238] Compiling PlatoCore CommandType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[183/238] Compiling PlatoCore DefaultPrintHandler.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[184/238] Compiling PlatoCore PlatoParser+Extensions.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[185/238] Compiling PlatoCore CallParameter.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[186/238] Compiling PlatoCore Function.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[187/238] Compiling PlatoCore FunctionPolymorphism.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[188/238] Compiling PlatoCore FunctionScope.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[189/238] Compiling PlatoCore DefaultNativeFunctionHandler.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[190/238] Compiling PlatoCore PrintFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[191/238] Compiling PlatoCore AndOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[192/238] Compiling PlatoCore DifferentOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[193/238] Compiling PlatoCore EqualOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[194/238] Compiling PlatoCore GreaterThanEqualOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[195/238] Compiling PlatoCore GreaterThanOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[196/238] Compiling PlatoCore LessThanEqualOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[197/238] Compiling PlatoCore LessThanOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[198/238] Compiling PlatoCore OrOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[199/238] Compiling PlatoCore OperationError.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[200/238] Compiling PlatoCore StringFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[201/238] Compiling PlatoCore Parameter.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[202/238] Compiling PlatoCore IDValidator.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[203/238] Compiling PlatoCore AddOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[204/238] Compiling PlatoCore DivideOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[205/238] Compiling PlatoCore ExponentOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[206/238] Compiling PlatoCore ModuloOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[207/238] Compiling PlatoCore MultiplyOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[208/238] Compiling PlatoCore SubtractOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[209/238] Compiling PlatoCore BaseOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[210/238] Compiling PlatoCore PrintValue.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[211/238] Compiling PlatoCore ReservedKeywords.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[212/238] Compiling PlatoCore Stack.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[213/238] Compiling PlatoCore ArrayValue.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[214/238] Compiling PlatoCore Value.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[215/238] Compiling PlatoCore ValueType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[216/238] Compiling PlatoCore Variable.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[217/238] Compiling PlatoCore VariableScope.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[218/238] Compiling PlatoCore VariableType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[219/238] Emitting module PlatoCore
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[220/238] Compiling PlatoCore OperationType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[221/238] Compiling PlatoCore PlatoBaseVisitor.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[222/238] Compiling PlatoCore PlatoLexer.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[223/238] Compiling PlatoCore PlatoParser.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[224/238] Compiling PlatoCore PlatoVisitor.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[225/238] Compiling PlatoCore PlatoConfiguration.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[226/238] Compiling PlatoCore PlatoContinuation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[227/238] Compiling PlatoCore PlatoError.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[228/238] Compiling PlatoCore PlatoInterpreter.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[229/238] Compiling PlatoCore CosFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[230/238] Compiling PlatoCore CoshFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[231/238] Compiling PlatoCore ExpFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[232/238] Compiling PlatoCore GammaFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[233/238] Compiling PlatoCore Log10Func.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[234/238] Compiling PlatoCore Log2Func.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[235/238] Compiling PlatoCore LogFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[236/238] Compiling PlatoCore LogGammaFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[237/238] Compiling PlatoCore PowFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[238/238] Compiling PlatoCore SinFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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/PlatoLexer.interp
/host/spi-builder-workspace/Sources/PlatoCore/Parser/PlatoLexer.tokens
/host/spi-builder-workspace/Sources/PlatoCore/Parser/Plato.interp
/host/spi-builder-workspace/Sources/PlatoCore/Parser/Plato.tokens
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/137] Emitting module Antlr4
[3/156] Compiling Antlr4 ANTLRErrorListener.swift
[4/156] Compiling Antlr4 ANTLRErrorStrategy.swift
[5/156] Compiling Antlr4 ANTLRFileStream.swift
[6/156] Compiling Antlr4 ANTLRInputStream.swift
[7/156] Compiling Antlr4 BailErrorStrategy.swift
[8/156] Compiling Antlr4 BaseErrorListener.swift
[9/156] Compiling Antlr4 BufferedTokenStream.swift
[10/156] Compiling Antlr4 CharStream.swift
[11/156] Compiling Antlr4 CommonToken.swift
[12/156] Compiling Antlr4 CommonTokenFactory.swift
[13/156] Compiling Antlr4 CommonTokenStream.swift
[14/156] Compiling Antlr4 ConsoleErrorListener.swift
[15/156] Compiling Antlr4 DefaultErrorStrategy.swift
[16/156] Compiling Antlr4 DiagnosticErrorListener.swift
[17/156] Compiling Antlr4 FailedPredicateException.swift
[18/156] Compiling Antlr4 InputMismatchException.swift
[19/156] Compiling Antlr4 IntStream.swift
[20/156] Compiling Antlr4 InterpreterRuleContext.swift
[21/156] Compiling Antlr4 Lexer.swift
[22/156] Compiling Antlr4 LexerInterpreter.swift
[23/156] Compiling Antlr4 InterpreterDataReader.swift
[24/156] Compiling Antlr4 Interval.swift
[25/156] Compiling Antlr4 IntervalSet.swift
[26/156] Compiling Antlr4 MultiMap.swift
[27/156] Compiling Antlr4 MurmurHash.swift
[28/156] Compiling Antlr4 Utils.swift
[29/156] Compiling Antlr4 ANTLRError.swift
[30/156] Compiling Antlr4 ANTLRException.swift
[31/156] Compiling Antlr4 ArrayExtension.swift
[32/156] Compiling Antlr4 CharacterExtension.swift
[33/156] Compiling Antlr4 IntStreamExtension.swift
[34/156] Compiling Antlr4 StringExtension.swift
[35/156] Compiling Antlr4 TokenExtension.swift
[36/156] Compiling Antlr4 UUIDExtension.swift
[37/156] Compiling Antlr4 CommonUtil.swift
[38/156] Compiling Antlr4 Mutex.swift
[39/156] Compiling Antlr4 Stack.swift
[40/156] Compiling Antlr4 AbstractParseTreeVisitor.swift
[41/156] Compiling Antlr4 ErrorNode.swift
[42/156] Compiling Antlr4 ParseTree.swift
[43/156] Compiling Antlr4 ParseTreeListener.swift
[44/156] Compiling Antlr4 ParseTreeProperty.swift
[45/156] Compiling Antlr4 ParseTreeVisitor.swift
[46/156] Compiling Antlr4 ParseTreeWalker.swift
[47/156] Compiling Antlr4 RuleNode.swift
[48/156] Compiling Antlr4 SyntaxTree.swift
[49/156] Compiling Antlr4 TerminalNode.swift
[50/156] Compiling Antlr4 TerminalNodeImpl.swift
[51/156] Compiling Antlr4 Tree.swift
[52/156] Compiling Antlr4 Trees.swift
[53/156] Compiling Antlr4 Chunk.swift
[54/156] Compiling Antlr4 ParseTreeMatch.swift
[55/156] Compiling Antlr4 ParseTreePattern.swift
[56/156] Compiling Antlr4 ParseTreePatternMatcher.swift
[57/156] Compiling Antlr4 RuleTagToken.swift
[58/156] Compiling Antlr4 TagChunk.swift
[59/156] Compiling Antlr4 TextChunk.swift
[60/156] Compiling Antlr4 TokenTagToken.swift
[61/156] Compiling Antlr4 RuleStartState.swift
[62/156] Compiling Antlr4 RuleStopState.swift
[63/156] Compiling Antlr4 RuleTransition.swift
[64/156] Compiling Antlr4 SemanticContext.swift
[65/156] Compiling Antlr4 SetTransition.swift
[66/156] Compiling Antlr4 SingletonPredictionContext.swift
[67/156] Compiling Antlr4 StarBlockStartState.swift
[68/156] Compiling Antlr4 StarLoopEntryState.swift
[69/156] Compiling Antlr4 StarLoopbackState.swift
[70/156] Compiling Antlr4 TokensStartState.swift
[71/156] Compiling Antlr4 Transition.swift
[72/156] Compiling Antlr4 WildcardTransition.swift
[73/156] Compiling Antlr4 DFA.swift
[74/156] Compiling Antlr4 DFASerializer.swift
[75/156] Compiling Antlr4 DFAState.swift
[76/156] Compiling Antlr4 LexerDFASerializer.swift
[77/156] Compiling Antlr4 BitSet.swift
[78/156] Compiling Antlr4 DoubleKeyMap.swift
[79/156] Compiling Antlr4 IntSet.swift
[80/156] Compiling Antlr4 DecisionInfo.swift
[81/156] Compiling Antlr4 DecisionState.swift
[82/156] Compiling Antlr4 DefaultATNConfig.swift
[83/156] Compiling Antlr4 EmptyPredictionContext.swift
[84/156] Compiling Antlr4 EpsilonTransition.swift
[85/156] Compiling Antlr4 ErrorInfo.swift
[86/156] Compiling Antlr4 LL1Analyzer.swift
[87/156] Compiling Antlr4 LexerATNConfig.swift
[88/156] Compiling Antlr4 LexerATNSimulator.swift
[89/156] Compiling Antlr4 LexerAction.swift
[90/156] Compiling Antlr4 LexerActionExecutor.swift
[91/156] Compiling Antlr4 LexerActionType.swift
[92/156] Compiling Antlr4 LexerChannelAction.swift
[93/156] Compiling Antlr4 LexerCustomAction.swift
[94/156] Compiling Antlr4 LexerIndexedCustomAction.swift
[95/156] Compiling Antlr4 LexerModeAction.swift
[96/156] Compiling Antlr4 LexerMoreAction.swift
[97/156] Compiling Antlr4 LexerPopModeAction.swift
[98/156] Compiling Antlr4 LexerPushModeAction.swift
[99/156] Compiling Antlr4 ATN.swift
[100/156] Compiling Antlr4 ATNConfig.swift
[101/156] Compiling Antlr4 ATNConfigSet.swift
[102/156] Compiling Antlr4 ATNDeserializationOptions.swift
[103/156] Compiling Antlr4 ATNDeserializer.swift
[104/156] Compiling Antlr4 ATNSimulator.swift
[105/156] Compiling Antlr4 ATNState.swift
[106/156] Compiling Antlr4 ATNType.swift
[107/156] Compiling Antlr4 AbstractPredicateTransition.swift
[108/156] Compiling Antlr4 ActionTransition.swift
[109/156] Compiling Antlr4 AmbiguityInfo.swift
[110/156] Compiling Antlr4 ArrayPredictionContext.swift
[111/156] Compiling Antlr4 AtomTransition.swift
[112/156] Compiling Antlr4 BasicBlockStartState.swift
[113/156] Compiling Antlr4 BasicState.swift
[114/156] Compiling Antlr4 BlockEndState.swift
[115/156] Compiling Antlr4 BlockStartState.swift
[116/156] Compiling Antlr4 ContextSensitivityInfo.swift
[117/156] Compiling Antlr4 DecisionEventInfo.swift
[118/156] Compiling Antlr4 LexerSkipAction.swift
[119/156] Compiling Antlr4 LexerTypeAction.swift
[120/156] Compiling Antlr4 LookaheadEventInfo.swift
[121/156] Compiling Antlr4 LookupATNConfig.swift
[122/156] Compiling Antlr4 LookupDictionary.swift
[123/156] Compiling Antlr4 LoopEndState.swift
[124/156] Compiling Antlr4 NotSetTransition.swift
[125/156] Compiling Antlr4 ParseInfo.swift
[126/156] Compiling Antlr4 ParserATNSimulator.swift
[127/156] Compiling Antlr4 PlusBlockStartState.swift
[128/156] Compiling Antlr4 PlusLoopbackState.swift
[129/156] Compiling Antlr4 PrecedencePredicateTransition.swift
[130/156] Compiling Antlr4 PredicateEvalInfo.swift
[131/156] Compiling Antlr4 PredicateTransition.swift
[132/156] Compiling Antlr4 PredictionContext.swift
[133/156] Compiling Antlr4 PredictionContextCache.swift
[134/156] Compiling Antlr4 PredictionMode.swift
[135/156] Compiling Antlr4 ProfilingATNSimulator.swift
[136/156] Compiling Antlr4 RangeTransition.swift
[137/156] Compiling Antlr4 LexerNoViableAltException.swift
[138/156] Compiling Antlr4 ListTokenSource.swift
[139/156] Compiling Antlr4 NoViableAltException.swift
[140/156] Compiling Antlr4 Parser.swift
[141/156] Compiling Antlr4 ParserInterpreter.swift
[142/156] Compiling Antlr4 ParserRuleContext.swift
[143/156] Compiling Antlr4 ProxyErrorListener.swift
[144/156] Compiling Antlr4 RecognitionException.swift
[145/156] Compiling Antlr4 Recognizer.swift
[146/156] Compiling Antlr4 RuleContext.swift
[147/156] Compiling Antlr4 RuntimeMetaData.swift
[148/156] Compiling Antlr4 Token.swift
[149/156] Compiling Antlr4 TokenFactory.swift
[150/156] Compiling Antlr4 TokenSource.swift
[151/156] Compiling Antlr4 TokenStream.swift
[152/156] Compiling Antlr4 TokenStreamRewriter.swift
[153/156] Compiling Antlr4 UnbufferedCharStream.swift
[154/156] Compiling Antlr4 UnbufferedTokenStream.swift
[155/156] Compiling Antlr4 VocabularySingle.swift
[156/156] Compiling Antlr4 WritableToken.swift
[158/226] Compiling PlatoCore AndOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[159/226] Compiling PlatoCore DifferentOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[160/226] Compiling PlatoCore EqualOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[161/226] Compiling PlatoCore GreaterThanEqualOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[162/226] Compiling PlatoCore GreaterThanOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[163/226] Compiling PlatoCore LessThanEqualOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[164/226] Compiling PlatoCore LessThanOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[165/226] Compiling PlatoCore OrOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[166/226] Compiling PlatoCore OperationError.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[167/226] Compiling PlatoCore RandomFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[168/226] Compiling PlatoCore ReadLineFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[169/226] Compiling PlatoCore FunctionError.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[170/226] Compiling PlatoCore FunctionResultHandling.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[171/226] Compiling PlatoCore AcosFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[172/226] Compiling PlatoCore AcoshFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[173/226] Compiling PlatoCore AsinFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[174/226] Compiling PlatoCore AsinhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[175/226] Compiling PlatoCore AtanFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[176/226] Compiling PlatoCore AtanhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[177/226] Compiling PlatoCore StringFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[178/226] Compiling PlatoCore Parameter.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[179/226] Compiling PlatoCore IDValidator.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[180/226] Compiling PlatoCore AddOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[181/226] Compiling PlatoCore DivideOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[182/226] Compiling PlatoCore ExponentOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[183/226] Compiling PlatoCore ModuloOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[184/226] Compiling PlatoCore MultiplyOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[185/226] Compiling PlatoCore SubtractOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[186/226] Compiling PlatoCore BaseOperation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[187/226] Compiling PlatoCore CosFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[188/226] Compiling PlatoCore CoshFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[189/226] Compiling PlatoCore ExpFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[190/226] Compiling PlatoCore GammaFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[191/226] Compiling PlatoCore Log10Func.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[192/226] Compiling PlatoCore Log2Func.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[193/226] Compiling PlatoCore LogFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[194/226] Compiling PlatoCore LogGammaFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[195/226] Compiling PlatoCore PowFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[196/226] Compiling PlatoCore SinFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[197/235] Compiling PlatoCore BailErrorStrategy.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[198/235] Compiling PlatoCore CommandType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[199/235] Compiling PlatoCore DefaultPrintHandler.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[200/235] Compiling PlatoCore PlatoParser+Extensions.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[201/235] Compiling PlatoCore CallParameter.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[202/235] Compiling PlatoCore Function.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[203/235] Compiling PlatoCore FunctionPolymorphism.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[204/235] Compiling PlatoCore FunctionScope.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[205/235] Compiling PlatoCore DefaultNativeFunctionHandler.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[206/235] Compiling PlatoCore PrintFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[207/235] Emitting module PlatoCore
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[208/235] Compiling PlatoCore PrintValue.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[209/235] Compiling PlatoCore ReservedKeywords.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[210/235] Compiling PlatoCore Stack.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[211/235] Compiling PlatoCore ArrayValue.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[212/235] Compiling PlatoCore Value.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[213/235] Compiling PlatoCore ValueType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[214/235] Compiling PlatoCore Variable.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[215/235] Compiling PlatoCore VariableScope.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[216/235] Compiling PlatoCore VariableType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[217/235] Compiling PlatoCore OperationType.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[218/235] Compiling PlatoCore PlatoBaseVisitor.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[219/235] Compiling PlatoCore PlatoLexer.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[220/235] Compiling PlatoCore PlatoParser.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[221/235] Compiling PlatoCore PlatoVisitor.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[222/235] Compiling PlatoCore PlatoConfiguration.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[223/235] Compiling PlatoCore PlatoContinuation.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[224/235] Compiling PlatoCore PlatoError.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[225/235] Compiling PlatoCore PlatoInterpreter.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[226/235] Compiling PlatoCore SinhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[227/235] Compiling PlatoCore SqrtFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[228/235] Compiling PlatoCore TanFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[229/235] Compiling PlatoCore TanhFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[230/235] Compiling PlatoCore NativeFunctionHandling.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[231/235] Compiling PlatoCore ArrayFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[232/235] Compiling PlatoCore BoolFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[233/235] Compiling PlatoCore DoubleFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[234/235] Compiling PlatoCore FloatFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
[235/235] Compiling PlatoCore IntFunc.swift
/host/spi-builder-workspace/Sources/PlatoCore/Functions/Native/Math/AcosFunc.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | public struct AcosFunc: FunctionResultHandling {
BUILD FAILURE 6.1 android