Build Information
Failed to build AST, reference main (cad7c2), with Swift 6.1 for Android on 29 May 2025 01:06:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnarchoSystems/AST.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/AnarchoSystems/AST
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cad7c2c associated type changed
Cloned https://github.com/AnarchoSystems/AST.git
Revision (git rev-parse @):
cad7c2c4127a5e79a48991e33db5a787fb2b0506
SUCCESS checkout https://github.com/AnarchoSystems/AST.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/AnarchoSystems/AST.git
https://github.com/AnarchoSystems/AST.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "AST",
"name" : "AST",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AST",
"targets" : [
"AST"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MakeTestGrammarSources",
"targets" : [
"MakeTestGrammarSources"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestGrammars",
"module_type" : "SwiftTarget",
"name" : "TestGrammars",
"path" : "Sources/TestGrammars",
"product_memberships" : [
"MakeTestGrammarSources"
],
"sources" : [
"TestGrammars.swift"
],
"target_dependencies" : [
"AST"
],
"type" : "library"
},
{
"c99name" : "MakeTestGrammarSources",
"module_type" : "SwiftTarget",
"name" : "MakeTestGrammarSources",
"path" : "Sources/MakeTestGrammarSources",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"MakeTestGrammarSources"
],
"sources" : [
"MakeTestGrammarSources.swift"
],
"target_dependencies" : [
"AST",
"TestGrammars"
],
"type" : "executable"
},
{
"c99name" : "GenerateTestGrammarSources",
"module_type" : "PluginTarget",
"name" : "GenerateTestGrammarSources",
"path" : "Plugins/GenerateTestGrammarSources",
"plugin_capability" : {
"type" : "buildTool"
},
"sources" : [
"Generate.swift"
],
"target_dependencies" : [
"MakeTestGrammarSources"
],
"type" : "plugin"
},
{
"c99name" : "ASTTests",
"module_type" : "SwiftTarget",
"name" : "ASTTests",
"path" : "Tests/ASTTests",
"sources" : [
"ASTTests.swift"
],
"target_dependencies" : [
"AST",
"TestGrammars",
"GenerateTestGrammarSources"
],
"type" : "test"
},
{
"c99name" : "AST",
"module_type" : "SwiftTarget",
"name" : "AST",
"path" : "Sources/AST",
"product_memberships" : [
"AST",
"MakeTestGrammarSources"
],
"sources" : [
"ASTNode.swift",
"Action.swift",
"ClosedGraph.swift",
"Constructor.swift",
"Context.swift",
"Errors.swift",
"Expr.swift",
"Grammar.swift",
"Parser+CLR1.swift",
"Parser.swift",
"PropertyWrappers.swift",
"Sourcegen.swift",
"Stack.swift",
"SymbolProtocol.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/apple/swift-argument-parser.git
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.50s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.12s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/30] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/30] Emitting module ArgumentParserToolInfo
[9/31] Compiling AST Expr.swift
[10/31] Compiling AST Grammar.swift
[12/32] Compiling AST ClosedGraph.swift
[13/32] Compiling AST Constructor.swift
[14/32] Compiling AST Parser+CLR1.swift
[15/32] Compiling AST Parser.swift
[15/32] Wrapping AST for ArgumentParserToolInfo for debugging
[17/70] Compiling AST Utils.swift
[18/70] Emitting module ArgumentParser
[19/75] Compiling ArgumentParser Name.swift
[20/75] Compiling ArgumentParser Parsed.swift
[21/75] Compiling ArgumentParser ParsedValues.swift
[22/75] Compiling ArgumentParser ParserError.swift
[23/75] Compiling ArgumentParser SplitArguments.swift
[24/75] Compiling ArgumentParser ArgumentVisibility.swift
[25/75] Compiling ArgumentParser CompletionKind.swift
[26/75] Compiling ArgumentParser Errors.swift
[27/75] Compiling ArgumentParser Flag.swift
[28/75] Compiling ArgumentParser NameSpecification.swift
[29/75] Compiling ArgumentParser Option.swift
[30/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/75] Compiling ArgumentParser CompletionsGenerator.swift
[32/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/75] Compiling ArgumentParser Argument.swift
[35/75] Compiling ArgumentParser ArgumentHelp.swift
[38/75] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: missing argument for parameter 'coder' in call
25 | }
26 | self = str.first!
Foundation.NSError.init:2:17: note: 'init(coder:)' declared here
1 | class NSError {
2 | required public init?(coder aDecoder: NSCoder)}
| `- note: 'init(coder:)' declared here
3 |
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: thrown expression type 'NSError?' does not conform to 'Error'
25 | }
26 | self = str.first!
[39/75] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: missing argument for parameter 'coder' in call
25 | }
26 | self = str.first!
Foundation.NSError.init:2:17: note: 'init(coder:)' declared here
1 | class NSError {
2 | required public init?(coder aDecoder: NSCoder)}
| `- note: 'init(coder:)' declared here
3 |
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: thrown expression type 'NSError?' does not conform to 'Error'
25 | }
26 | self = str.first!
/host/spi-builder-workspace/Sources/AST/Errors.swift:9:10: warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
7 |
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
| `- warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
12 | }
13 |
14 | public enum ParserGenerationError {
| `- note: consider making enum 'ParserGenerationError' conform to the 'Sendable' protocol
15 | case shiftReduceConflict
16 | case reduceReduceConflict(meta1: String, meta2: String, rule1: String, rule2: String)
/host/spi-builder-workspace/Sources/AST/Errors.swift:10:10: warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
| `- warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
11 | case parserRuntime(ParserRuntimeError)
12 | }
:
18 | }
19 |
20 | public enum ParserDefinitionError {
| `- note: consider making enum 'ParserDefinitionError' conform to the 'Sendable' protocol
21 | case undefinedState
22 | case noGoto(nonTerminal: String, state: Int)
/host/spi-builder-workspace/Sources/AST/Errors.swift:11:10: warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
| `- warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
12 | }
13 |
:
26 | }
27 |
28 | public enum ParserRuntimeError {
| `- note: consider making enum 'ParserRuntimeError' conform to the 'Sendable' protocol
29 | case unexpectedSymbol(String, expecting: [String])
30 | case stackCorrupted(popped: Any, expecting: String)
/host/spi-builder-workspace/Sources/AST/Errors.swift:9:10: warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
7 |
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
| `- warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
12 | }
13 |
14 | public enum ParserGenerationError {
| `- note: consider making enum 'ParserGenerationError' conform to the 'Sendable' protocol
15 | case shiftReduceConflict
16 | case reduceReduceConflict(meta1: String, meta2: String, rule1: String, rule2: String)
/host/spi-builder-workspace/Sources/AST/Errors.swift:10:10: warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
| `- warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
11 | case parserRuntime(ParserRuntimeError)
12 | }
:
18 | }
19 |
20 | public enum ParserDefinitionError {
| `- note: consider making enum 'ParserDefinitionError' conform to the 'Sendable' protocol
21 | case undefinedState
22 | case noGoto(nonTerminal: String, state: Int)
/host/spi-builder-workspace/Sources/AST/Errors.swift:11:10: warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
| `- warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
12 | }
13 |
:
26 | }
27 |
28 | public enum ParserRuntimeError {
| `- note: consider making enum 'ParserRuntimeError' conform to the 'Sendable' protocol
29 | case unexpectedSymbol(String, expecting: [String])
30 | case stackCorrupted(popped: Any, expecting: String)
[44/75] Emitting module AST
/host/spi-builder-workspace/Sources/AST/Errors.swift:9:10: warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
7 |
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
| `- warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
12 | }
13 |
14 | public enum ParserGenerationError {
| `- note: consider making enum 'ParserGenerationError' conform to the 'Sendable' protocol
15 | case shiftReduceConflict
16 | case reduceReduceConflict(meta1: String, meta2: String, rule1: String, rule2: String)
/host/spi-builder-workspace/Sources/AST/Errors.swift:10:10: warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
| `- warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
11 | case parserRuntime(ParserRuntimeError)
12 | }
:
18 | }
19 |
20 | public enum ParserDefinitionError {
| `- note: consider making enum 'ParserDefinitionError' conform to the 'Sendable' protocol
21 | case undefinedState
22 | case noGoto(nonTerminal: String, state: Int)
/host/spi-builder-workspace/Sources/AST/Errors.swift:11:10: warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
| `- warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
12 | }
13 |
:
26 | }
27 |
28 | public enum ParserRuntimeError {
| `- note: consider making enum 'ParserRuntimeError' conform to the 'Sendable' protocol
29 | case unexpectedSymbol(String, expecting: [String])
30 | case stackCorrupted(popped: Any, expecting: String)
[47/75] Compiling ArgumentParser CollectionExtensions.swift
[48/75] Compiling ArgumentParser Platform.swift
[49/75] Compiling ArgumentParser SequenceExtensions.swift
[50/75] Compiling ArgumentParser StringExtensions.swift
[51/75] Compiling ArgumentParser Tree.swift
[52/75] Compiling ArgumentParser DumpHelpGenerator.swift
[53/75] Compiling ArgumentParser HelpCommand.swift
[54/75] Compiling ArgumentParser HelpGenerator.swift
[55/75] Compiling ArgumentParser MessageInfo.swift
[56/75] Compiling ArgumentParser UsageGenerator.swift
[57/75] Compiling ArgumentParser ExpressibleByArgument.swift
[58/75] Compiling ArgumentParser ParsableArguments.swift
[59/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/75] Compiling ArgumentParser ParsableCommand.swift
[61/75] Compiling ArgumentParser ArgumentDecoder.swift
[64/75] Compiling ArgumentParser CommandConfiguration.swift
[65/75] Compiling ArgumentParser CommandGroup.swift
[66/75] Compiling ArgumentParser EnumerableFlag.swift
[67/75] Compiling ArgumentParser ArgumentDefinition.swift
[68/75] Compiling ArgumentParser ArgumentSet.swift
[69/75] Compiling ArgumentParser CommandParser.swift
[70/75] Compiling ArgumentParser InputKey.swift
[71/75] Compiling ArgumentParser InputOrigin.swift
[73/76] Wrapping AST for ArgumentParser for debugging
[1/1] Compiling plugin GenerateTestGrammarSources
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/27] Write sources
[12/27] Write swift-version-24593BA9C3E375BF.txt
[14/48] Compiling AST SymbolProtocol.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: missing argument for parameter 'coder' in call
25 | }
26 | self = str.first!
Foundation.NSError.init:2:17: note: 'init(coder:)' declared here
1 | class NSError {
2 | required public init?(coder aDecoder: NSCoder)}
| `- note: 'init(coder:)' declared here
3 |
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: thrown expression type 'NSError?' does not conform to 'Error'
25 | }
26 | self = str.first!
[15/48] Compiling AST Stack.swift
[16/50] Emitting module ArgumentParserToolInfo
[18/51] Emitting module AST
/host/spi-builder-workspace/Sources/AST/Errors.swift:9:10: warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
7 |
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
| `- warning: associated value 'parserGeneration' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserGenerationError'; this is an error in the Swift 6 language mode
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
12 | }
13 |
14 | public enum ParserGenerationError {
| `- note: consider making enum 'ParserGenerationError' conform to the 'Sendable' protocol
15 | case shiftReduceConflict
16 | case reduceReduceConflict(meta1: String, meta2: String, rule1: String, rule2: String)
/host/spi-builder-workspace/Sources/AST/Errors.swift:10:10: warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
8 | public enum ASTError : Error {
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
| `- warning: associated value 'parserDefinition' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserDefinitionError'; this is an error in the Swift 6 language mode
11 | case parserRuntime(ParserRuntimeError)
12 | }
:
18 | }
19 |
20 | public enum ParserDefinitionError {
| `- note: consider making enum 'ParserDefinitionError' conform to the 'Sendable' protocol
21 | case undefinedState
22 | case noGoto(nonTerminal: String, state: Int)
/host/spi-builder-workspace/Sources/AST/Errors.swift:11:10: warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
9 | case parserGeneration(ParserGenerationError)
10 | case parserDefinition(ParserDefinitionError)
11 | case parserRuntime(ParserRuntimeError)
| `- warning: associated value 'parserRuntime' of 'Sendable'-conforming enum 'ASTError' has non-sendable type 'ParserRuntimeError'; this is an error in the Swift 6 language mode
12 | }
13 |
:
26 | }
27 |
28 | public enum ParserRuntimeError {
| `- note: consider making enum 'ParserRuntimeError' conform to the 'Sendable' protocol
29 | case unexpectedSymbol(String, expecting: [String])
30 | case stackCorrupted(popped: Any, expecting: String)
[18/51] Wrapping AST for ArgumentParserToolInfo for debugging
[20/52] Compiling AST Parser.swift
[21/52] Compiling AST Sourcegen.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[0/8] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling AST Stack.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: missing argument for parameter 'coder' in call
25 | }
26 | self = str.first!
Foundation.NSError.init:2:17: note: 'init(coder:)' declared here
1 | class NSError {
2 | required public init?(coder aDecoder: NSCoder)}
| `- note: 'init(coder:)' declared here
3 |
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: thrown expression type 'NSError?' does not conform to 'Error'
25 | }
26 | self = str.first!
[3/25] Compiling AST SymbolProtocol.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: missing argument for parameter 'coder' in call
25 | }
26 | self = str.first!
Foundation.NSError.init:2:17: note: 'init(coder:)' declared here
1 | class NSError {
2 | required public init?(coder aDecoder: NSCoder)}
| `- note: 'init(coder:)' declared here
3 |
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: thrown expression type 'NSError?' does not conform to 'Error'
25 | }
26 | self = str.first!
[4/26] Emitting module AST
[5/26] Compiling AST Expr.swift
[6/26] Compiling AST Grammar.swift
[7/26] Compiling AST Context.swift
[8/26] Compiling AST Errors.swift
[9/26] Compiling AST Utils.swift
[10/26] Compiling AST ClosedGraph.swift
[11/26] Compiling AST Constructor.swift
[12/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/26] Emitting module ArgumentParserToolInfo
[14/27] Compiling AST ASTNode.swift
[15/27] Compiling AST Action.swift
[17/27] Compiling AST PropertyWrappers.swift
[18/27] Compiling AST Sourcegen.swift
[18/27] Wrapping AST for ArgumentParserToolInfo for debugging
[20/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/65] Compiling ArgumentParser OptionGroup.swift
[25/65] Compiling ArgumentParser AsyncParsableCommand.swift
[26/65] Compiling ArgumentParser CommandConfiguration.swift
[27/65] Compiling ArgumentParser CommandGroup.swift
[28/65] Compiling ArgumentParser EnumerableFlag.swift
[29/65] Emitting module ArgumentParser
[30/70] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/70] Compiling ArgumentParser CompletionsGenerator.swift
[34/70] Compiling ArgumentParser Argument.swift
[35/70] Compiling ArgumentParser ArgumentHelp.swift
[36/70] Compiling ArgumentParser ArgumentVisibility.swift
[37/70] Compiling ArgumentParser CompletionKind.swift
[38/70] Compiling ArgumentParser Errors.swift
[39/70] Compiling ArgumentParser Flag.swift
[40/70] Compiling ArgumentParser NameSpecification.swift
[41/70] Compiling ArgumentParser Option.swift
[42/70] Compiling ArgumentParser CollectionExtensions.swift
[43/70] Compiling ArgumentParser Platform.swift
[44/70] Compiling ArgumentParser SequenceExtensions.swift
[45/70] Compiling ArgumentParser StringExtensions.swift
[46/70] Compiling ArgumentParser Tree.swift
[47/70] Compiling ArgumentParser Name.swift
[48/70] Compiling ArgumentParser Parsed.swift
[49/70] Compiling ArgumentParser ParsedValues.swift
[50/70] Compiling ArgumentParser ParserError.swift
[51/70] Compiling ArgumentParser SplitArguments.swift
[52/70] Compiling ArgumentParser ExpressibleByArgument.swift
[53/70] Compiling ArgumentParser ParsableArguments.swift
[54/70] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/70] Compiling ArgumentParser ParsableCommand.swift
[56/70] Compiling ArgumentParser ArgumentDecoder.swift
[57/70] Compiling ArgumentParser DumpHelpGenerator.swift
[58/70] Compiling ArgumentParser HelpCommand.swift
[59/70] Compiling ArgumentParser HelpGenerator.swift
[60/70] Compiling ArgumentParser MessageInfo.swift
[61/70] Compiling ArgumentParser UsageGenerator.swift
[62/70] Compiling ArgumentParser ArgumentDefinition.swift
[63/70] Compiling ArgumentParser ArgumentSet.swift
[64/70] Compiling ArgumentParser CommandParser.swift
[65/70] Compiling ArgumentParser InputKey.swift
[66/70] Compiling ArgumentParser InputOrigin.swift
[0/1] Planning build
[0/8] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling AST Stack.swift
[3/9] Compiling AST SymbolProtocol.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: missing argument for parameter 'coder' in call
25 | }
26 | self = str.first!
Foundation.NSError.init:2:17: note: 'init(coder:)' declared here
1 | class NSError {
2 | required public init?(coder aDecoder: NSCoder)}
| `- note: 'init(coder:)' declared here
3 |
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: thrown expression type 'NSError?' does not conform to 'Error'
25 | }
26 | self = str.first!
[4/11] Emitting module AST
[5/11] Compiling AST Parser.swift
[6/11] Compiling AST Sourcegen.swift
[1/1] Compiling plugin GenerateTestGrammarSources
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/17] Write swift-version-24593BA9C3E375BF.txt
[4/37] Emitting module ArgumentParserToolInfo
[5/38] Emitting module AST
[6/38] Compiling AST SymbolProtocol.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: missing argument for parameter 'coder' in call
25 | }
26 | self = str.first!
Foundation.NSError.init:2:17: note: 'init(coder:)' declared here
1 | class NSError {
2 | required public init?(coder aDecoder: NSCoder)}
| `- note: 'init(coder:)' declared here
3 |
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
22 | let str = try String(from: decoder)
23 | guard str.count == 1 else {
24 | throw NSError() //todo
| `- error: thrown expression type 'NSError?' does not conform to 'Error'
25 | }
26 | self = str.first!
[8/38] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android