Build Information
Failed to build flint, reference 0.3.0 (7ddba0), with Swift 6.1 for Wasm on 21 Feb 2026 18:08:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flint-engine/flint.git
Reference: 0.3.0
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/flint-engine/flint
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 7ddba0f Merge branch 'develop'
Cloned https://github.com/flint-engine/flint.git
Revision (git rev-parse @):
7ddba0f97618a3b550472d407041583e64a25985
SUCCESS checkout https://github.com/flint-engine/flint.git at 0.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/flint-engine/flint.git
https://github.com/flint-engine/flint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "motor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/motor"
},
{
"identity" : "execute",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/execute"
},
{
"identity" : "ansi-escape-code",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/ansi-escape-code"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "flint",
"name" : "flint",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "flint",
"targets" : [
"Flint"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Flint",
"module_type" : "SwiftTarget",
"name" : "Flint",
"path" : "Sources/Flint",
"product_dependencies" : [
"ArgumentParser",
"Motor",
"Execute",
"ANSIEscapeCode",
"Yams"
],
"product_memberships" : [
"flint"
],
"sources" : [
"Convenience/print.swift",
"Convenience/processVariables.swift",
"Convenience/readManifest.swift",
"Environment/Env.swift",
"Environment/EnvironmentError.swift",
"Environment/TemplateHomePath.swift",
"Models/Template/Manifest.swift",
"Models/Template/Template.swift",
"Models/Template/TemplateFormatError.swift",
"Models/Template/Variable.swift",
"Process/processCustomVariables.swift",
"Process/processDateVariables.swift",
"Process/processFileAttributes.swift",
"Process/processIncludedFiles.swift",
"input/inputCommand.swift",
"input/inputCommandHandler.swift",
"main.swift",
"spark/sparkCommand.swift",
"spark/sparkCommandHandler.swift",
"template/TemplateCommand.swift",
"template/add/templateAddCommand.swift",
"template/add/templateAddCommandHandler.swift",
"template/clone/templateCloneCommand.swift",
"template/clone/templateCloneCommandHandler.swift",
"template/list/templateListCommand.swift",
"template/list/templateListCommandHandler.swift",
"template/remove/templateRemoveCommand.swift",
"template/remove/templateRemoveCommandHandler.swift",
"version/version.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swift-cli/motor
Fetching https://github.com/swift-cli/execute
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-cli/ansi-escape-code
[1/61] Fetching execute
[57/109] Fetching execute, motor
[87/148] Fetching execute, motor, ansi-escape-code
[149/17317] Fetching execute, motor, ansi-escape-code, swift-argument-parser
[2038/28820] Fetching execute, motor, ansi-escape-code, swift-argument-parser, yams
Fetched https://github.com/swift-cli/ansi-escape-code from cache (0.88s)
[23835/28781] Fetching execute, motor, swift-argument-parser, yams
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
[6781/11612] Fetching execute, motor, yams
Fetched https://github.com/swift-cli/execute from cache (2.20s)
Fetched https://github.com/swift-cli/motor from cache (2.20s)
Fetched https://github.com/jpsim/Yams.git from cache (2.24s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (3.06s)
Computing version for https://github.com/swift-cli/ansi-escape-code
Computed https://github.com/swift-cli/ansi-escape-code at 0.1.2 (0.82s)
Computing version for https://github.com/swift-cli/execute
Computed https://github.com/swift-cli/execute at 0.1.2 (3.76s)
Computing version for https://github.com/swift-cli/motor
Computed https://github.com/swift-cli/motor at 0.1.3 (0.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.21s)
Creating working copy for https://github.com/swift-cli/execute
Working copy of https://github.com/swift-cli/execute resolved at 0.1.2
Creating working copy for https://github.com/swift-cli/ansi-escape-code
Working copy of https://github.com/swift-cli/ansi-escape-code resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/swift-cli/motor
Working copy of https://github.com/swift-cli/motor resolved at 0.1.3
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[9/25] Compiling writer.c
[10/25] Compiling reader.c
[11/25] Compiling api.c
[12/25] Compiling parser.c
[13/25] Compiling emitter.c
[14/25] Compiling scanner.c
[14/25] Write swift-version-24593BA9C3E375BF.txt
[17/65] Emitting module ArgumentParserToolInfo
[18/65] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/66] Compiling Yams Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/66] Compiling Yams YamlAnchorProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/68] Wrapping AST for ArgumentParserToolInfo for debugging
[23/114] Compiling ANSIEscapeCode EraseInLineType.swift
[24/114] Compiling Execute Shell.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:34:33: error: cannot find type 'OperationQueue' in scope
32 | open var operationQueue: OperationQueue
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
| `- error: cannot find type 'OperationQueue' in scope
35 | self.operationQueue = operationQueue
36 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Shell.swift:61:101: error: cannot find type 'Operation' in scope
59 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
60 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
61 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
62 | let command = ShCommand(command: command)
63 | return async(
[25/115] Compiling ArgumentParser CommandGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/115] Compiling ArgumentParser EnumerableFlag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/115] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/115] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/115] Compiling ArgumentParser ArgumentDiscussion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/115] Compiling ArgumentParser ExpressibleByArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/115] Compiling ArgumentParser ParsableArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/115] Compiling ArgumentParser ArgumentHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/115] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/115] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/115] Compiling Execute ProcessOperation.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:36:25: error: cannot find type 'Process' in scope
34 |
35 | /// The process to execute.
36 | public let process: Process
| `- error: cannot find type 'Process' in scope
37 | /// Standard output data handler.
38 | public let standardOutputDataHandler: DataHandler
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:48:26: error: cannot find type 'Process' in scope
46 | /// - standardOutputDataHandler: Standard output data handler.
47 | /// - standardErrorDataHandler: Standard error data handler.
48 | public init(process: Process,
| `- error: cannot find type 'Process' in scope
49 | standardOutputDataHandler: DataHandler,
50 | standardErrorDataHandler: DataHandler) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:57:24: error: method does not override any method from its superclass
55 | }
56 |
57 | open override func main() {
| `- error: method does not override any method from its superclass
58 | let dispatchQueue = DispatchQueue(label: "com.swiftcli.execute")
59 |
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:92:24: error: method does not override any method from its superclass
90 | }
91 |
92 | open override func cancel() {
| `- error: method does not override any method from its superclass
93 | process.interrupt()
94 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:30:30: error: cannot find type 'Operation' in scope
28 | /// An operation that manages the concurrent execution of
29 | /// [Process](https://developer.apple.com/documentation/foundation/process).
30 | open class ProcessOperation: Operation {
| `- error: cannot find type 'Operation' in scope
31 |
32 | /// The process execution result.
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:54:9: error: 'super' cannot be used in class 'ProcessOperation' because it has no superclass
52 | self.standardOutputDataHandler = standardOutputDataHandler
53 | self.standardErrorDataHandler = standardErrorDataHandler
54 | super.init()
| `- error: 'super' cannot be used in class 'ProcessOperation' because it has no superclass
55 | }
56 |
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:58:29: error: cannot find 'DispatchQueue' in scope
56 |
57 | open override func main() {
58 | let dispatchQueue = DispatchQueue(label: "com.swiftcli.execute")
| `- error: cannot find 'DispatchQueue' in scope
59 |
60 | let standardOutputPipe = Pipe()
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:61:49: error: value of type 'FileHandle' has no member 'readabilityHandler'
59 |
60 | let standardOutputPipe = Pipe()
61 | standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: value of type 'FileHandle' has no member 'readabilityHandler'
62 | dispatchQueue.async {
63 | self?.standardOutputDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:61:84: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
59 |
60 | let standardOutputPipe = Pipe()
61 | standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
62 | dispatchQueue.async {
63 | self?.standardOutputDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:69:48: error: value of type 'FileHandle' has no member 'readabilityHandler'
67 |
68 | let standardErrorPipe = Pipe()
69 | standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: value of type 'FileHandle' has no member 'readabilityHandler'
70 | dispatchQueue.async {
71 | self?.standardErrorDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:69:83: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
67 |
68 | let standardErrorPipe = Pipe()
69 | standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
70 | dispatchQueue.async {
71 | self?.standardErrorDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:76:40: error: cannot infer type of closure parameter '_' without a type annotation
74 | process.standardError = standardErrorPipe
75 |
76 | process.terminationHandler = { _ in
| `- error: cannot infer type of closure parameter '_' without a type annotation
77 | dispatchQueue.async {
78 | standardOutputPipe.fileHandleForReading.readabilityHandler = nil
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:77:27: error: cannot infer return type for closure with multiple statements; add explicit type to disambiguate
75 |
76 | process.terminationHandler = { _ in
77 | dispatchQueue.async {
| `- error: cannot infer return type for closure with multiple statements; add explicit type to disambiguate
78 | standardOutputPipe.fileHandleForReading.readabilityHandler = nil
79 | standardErrorPipe.fileHandleForReading.readabilityHandler = nil
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:78:57: error: value of type 'FileHandle' has no member 'readabilityHandler'
76 | process.terminationHandler = { _ in
77 | dispatchQueue.async {
78 | standardOutputPipe.fileHandleForReading.readabilityHandler = nil
| `- error: value of type 'FileHandle' has no member 'readabilityHandler'
79 | standardErrorPipe.fileHandleForReading.readabilityHandler = nil
80 | }
[36/115] Compiling ArgumentParser ParentCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[37/115] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[38/115] Compiling ArgumentParser CommandConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[39/115] Compiling Execute FileHandle+DataHandler.swift
[40/115] Compiling Execute Executor.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:32:30: error: cannot find type 'OperationQueue' in scope
30 |
31 | /// The operation queue which executes command.
32 | open var operationQueue: OperationQueue
| `- error: cannot find type 'OperationQueue' in scope
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:34:33: error: cannot find type 'OperationQueue' in scope
32 | open var operationQueue: OperationQueue
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
| `- error: cannot find type 'OperationQueue' in scope
35 | self.operationQueue = operationQueue
36 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:70:101: error: cannot find type 'Operation' in scope
68 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
69 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
70 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
71 | let operation = self.operation(
72 | command: command,
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:77:19: error: value of type 'ProcessOperation' has no member 'completionBlock'
75 | standardErrorDataHandler: standardErrorDataHandler
76 | )
77 | operation.completionBlock = {
| `- error: value of type 'ProcessOperation' has no member 'completionBlock'
78 | precondition(operation.result != nil, "Operation was not executed.")
79 | completionBlock?(operation.result!)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:95:23: error: cannot find 'Process' in scope
93 | standardOutputDataHandler: DataHandler,
94 | standardErrorDataHandler: DataHandler) -> ProcessOperation {
95 | let process = Process()
| `- error: cannot find 'Process' in scope
96 | process.executableURL = .init(fileURLWithPath: command.executablePath)
97 | process.arguments = command.arguments
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:96:34: error: cannot infer contextual base in reference to member 'init'
94 | standardErrorDataHandler: DataHandler) -> ProcessOperation {
95 | let process = Process()
96 | process.executableURL = .init(fileURLWithPath: command.executablePath)
| `- error: cannot infer contextual base in reference to member 'init'
97 | process.arguments = command.arguments
98 | if let environment = environment {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:48:26: error: cannot find type 'Process' in scope
46 | /// - standardOutputDataHandler: Standard output data handler.
47 | /// - standardErrorDataHandler: Standard error data handler.
48 | public init(process: Process,
| `- error: cannot find type 'Process' in scope
49 | standardOutputDataHandler: DataHandler,
50 | standardErrorDataHandler: DataHandler) {
[41/115] Emitting module ArgumentParser
[42/121] Compiling ArgumentParser Foundation.swift
[43/121] Compiling ArgumentParser Mutex.swift
[44/121] Compiling ArgumentParser Platform.swift
[45/121] Compiling ArgumentParser SequenceExtensions.swift
[46/121] Compiling ArgumentParser StringExtensions.swift
[47/121] Compiling ArgumentParser SwiftExtensions.swift
[48/121] Compiling ANSIEscapeCode TextColor.swift
[49/121] Compiling Execute ShCommand.swift
[50/121] Compiling Execute Command.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/121] Emitting module Execute
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:32:30: error: cannot find type 'OperationQueue' in scope
30 |
31 | /// The operation queue which executes command.
32 | open var operationQueue: OperationQueue
| `- error: cannot find type 'OperationQueue' in scope
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:34:33: error: cannot find type 'OperationQueue' in scope
32 | open var operationQueue: OperationQueue
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
| `- error: cannot find type 'OperationQueue' in scope
35 | self.operationQueue = operationQueue
36 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:70:101: error: cannot find type 'Operation' in scope
68 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
69 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
70 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
71 | let operation = self.operation(
72 | command: command,
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:36:25: error: cannot find type 'Process' in scope
34 |
35 | /// The process to execute.
36 | public let process: Process
| `- error: cannot find type 'Process' in scope
37 | /// Standard output data handler.
38 | public let standardOutputDataHandler: DataHandler
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:48:26: error: cannot find type 'Process' in scope
46 | /// - standardOutputDataHandler: Standard output data handler.
47 | /// - standardErrorDataHandler: Standard error data handler.
48 | public init(process: Process,
| `- error: cannot find type 'Process' in scope
49 | standardOutputDataHandler: DataHandler,
50 | standardErrorDataHandler: DataHandler) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:57:24: error: method does not override any method from its superclass
55 | }
56 |
57 | open override func main() {
| `- error: method does not override any method from its superclass
58 | let dispatchQueue = DispatchQueue(label: "com.swiftcli.execute")
59 |
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:92:24: error: method does not override any method from its superclass
90 | }
91 |
92 | open override func cancel() {
| `- error: method does not override any method from its superclass
93 | process.interrupt()
94 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:30:30: error: cannot find type 'Operation' in scope
28 | /// An operation that manages the concurrent execution of
29 | /// [Process](https://developer.apple.com/documentation/foundation/process).
30 | open class ProcessOperation: Operation {
| `- error: cannot find type 'Operation' in scope
31 |
32 | /// The process execution result.
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Shell.swift:61:101: error: cannot find type 'Operation' in scope
59 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
60 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
61 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
62 | let command = ShCommand(command: command)
63 | return async(
[52/121] Compiling Execute DataHandler.swift
[53/121] Emitting module ANSIEscapeCode
[54/121] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[55/121] Compiling ANSIEscapeCode Scroll.swift
[56/121] Compiling ArgumentParser BashCompletionsGenerator.swift
[57/121] Compiling ArgumentParser CompletionsGenerator.swift
[58/121] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/121] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write swift-version-24593BA9C3E375BF.txt
[4/52] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[5/53] Compiling Execute Shell.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:34:33: error: cannot find type 'OperationQueue' in scope
32 | open var operationQueue: OperationQueue
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
| `- error: cannot find type 'OperationQueue' in scope
35 | self.operationQueue = operationQueue
36 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Shell.swift:61:101: error: cannot find type 'Operation' in scope
59 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
60 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
61 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
62 | let command = ShCommand(command: command)
63 | return async(
[6/53] Compiling Execute ProcessOperation.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:36:25: error: cannot find type 'Process' in scope
34 |
35 | /// The process to execute.
36 | public let process: Process
| `- error: cannot find type 'Process' in scope
37 | /// Standard output data handler.
38 | public let standardOutputDataHandler: DataHandler
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:48:26: error: cannot find type 'Process' in scope
46 | /// - standardOutputDataHandler: Standard output data handler.
47 | /// - standardErrorDataHandler: Standard error data handler.
48 | public init(process: Process,
| `- error: cannot find type 'Process' in scope
49 | standardOutputDataHandler: DataHandler,
50 | standardErrorDataHandler: DataHandler) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:57:24: error: method does not override any method from its superclass
55 | }
56 |
57 | open override func main() {
| `- error: method does not override any method from its superclass
58 | let dispatchQueue = DispatchQueue(label: "com.swiftcli.execute")
59 |
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:92:24: error: method does not override any method from its superclass
90 | }
91 |
92 | open override func cancel() {
| `- error: method does not override any method from its superclass
93 | process.interrupt()
94 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:30:30: error: cannot find type 'Operation' in scope
28 | /// An operation that manages the concurrent execution of
29 | /// [Process](https://developer.apple.com/documentation/foundation/process).
30 | open class ProcessOperation: Operation {
| `- error: cannot find type 'Operation' in scope
31 |
32 | /// The process execution result.
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:54:9: error: 'super' cannot be used in class 'ProcessOperation' because it has no superclass
52 | self.standardOutputDataHandler = standardOutputDataHandler
53 | self.standardErrorDataHandler = standardErrorDataHandler
54 | super.init()
| `- error: 'super' cannot be used in class 'ProcessOperation' because it has no superclass
55 | }
56 |
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:58:29: error: cannot find 'DispatchQueue' in scope
56 |
57 | open override func main() {
58 | let dispatchQueue = DispatchQueue(label: "com.swiftcli.execute")
| `- error: cannot find 'DispatchQueue' in scope
59 |
60 | let standardOutputPipe = Pipe()
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:61:49: error: value of type 'FileHandle' has no member 'readabilityHandler'
59 |
60 | let standardOutputPipe = Pipe()
61 | standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: value of type 'FileHandle' has no member 'readabilityHandler'
62 | dispatchQueue.async {
63 | self?.standardOutputDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:61:84: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
59 |
60 | let standardOutputPipe = Pipe()
61 | standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
62 | dispatchQueue.async {
63 | self?.standardOutputDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:69:48: error: value of type 'FileHandle' has no member 'readabilityHandler'
67 |
68 | let standardErrorPipe = Pipe()
69 | standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: value of type 'FileHandle' has no member 'readabilityHandler'
70 | dispatchQueue.async {
71 | self?.standardErrorDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:69:83: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
67 |
68 | let standardErrorPipe = Pipe()
69 | standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
| `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
70 | dispatchQueue.async {
71 | self?.standardErrorDataHandler.handle(fileHandle.availableData)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:76:40: error: cannot infer type of closure parameter '_' without a type annotation
74 | process.standardError = standardErrorPipe
75 |
76 | process.terminationHandler = { _ in
| `- error: cannot infer type of closure parameter '_' without a type annotation
77 | dispatchQueue.async {
78 | standardOutputPipe.fileHandleForReading.readabilityHandler = nil
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:77:27: error: cannot infer return type for closure with multiple statements; add explicit type to disambiguate
75 |
76 | process.terminationHandler = { _ in
77 | dispatchQueue.async {
| `- error: cannot infer return type for closure with multiple statements; add explicit type to disambiguate
78 | standardOutputPipe.fileHandleForReading.readabilityHandler = nil
79 | standardErrorPipe.fileHandleForReading.readabilityHandler = nil
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:78:57: error: value of type 'FileHandle' has no member 'readabilityHandler'
76 | process.terminationHandler = { _ in
77 | dispatchQueue.async {
78 | standardOutputPipe.fileHandleForReading.readabilityHandler = nil
| `- error: value of type 'FileHandle' has no member 'readabilityHandler'
79 | standardErrorPipe.fileHandleForReading.readabilityHandler = nil
80 | }
[7/53] Compiling ANSIEscapeCode EraseInLineType.swift
[8/53] Compiling ANSIEscapeCode EraseInDisplayType.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/53] Emitting module Execute
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:32:30: error: cannot find type 'OperationQueue' in scope
30 |
31 | /// The operation queue which executes command.
32 | open var operationQueue: OperationQueue
| `- error: cannot find type 'OperationQueue' in scope
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:34:33: error: cannot find type 'OperationQueue' in scope
32 | open var operationQueue: OperationQueue
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
| `- error: cannot find type 'OperationQueue' in scope
35 | self.operationQueue = operationQueue
36 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:70:101: error: cannot find type 'Operation' in scope
68 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
69 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
70 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
71 | let operation = self.operation(
72 | command: command,
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:36:25: error: cannot find type 'Process' in scope
34 |
35 | /// The process to execute.
36 | public let process: Process
| `- error: cannot find type 'Process' in scope
37 | /// Standard output data handler.
38 | public let standardOutputDataHandler: DataHandler
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:48:26: error: cannot find type 'Process' in scope
46 | /// - standardOutputDataHandler: Standard output data handler.
47 | /// - standardErrorDataHandler: Standard error data handler.
48 | public init(process: Process,
| `- error: cannot find type 'Process' in scope
49 | standardOutputDataHandler: DataHandler,
50 | standardErrorDataHandler: DataHandler) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:57:24: error: method does not override any method from its superclass
55 | }
56 |
57 | open override func main() {
| `- error: method does not override any method from its superclass
58 | let dispatchQueue = DispatchQueue(label: "com.swiftcli.execute")
59 |
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:92:24: error: method does not override any method from its superclass
90 | }
91 |
92 | open override func cancel() {
| `- error: method does not override any method from its superclass
93 | process.interrupt()
94 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:30:30: error: cannot find type 'Operation' in scope
28 | /// An operation that manages the concurrent execution of
29 | /// [Process](https://developer.apple.com/documentation/foundation/process).
30 | open class ProcessOperation: Operation {
| `- error: cannot find type 'Operation' in scope
31 |
32 | /// The process execution result.
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Shell.swift:61:101: error: cannot find type 'Operation' in scope
59 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
60 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
61 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
62 | let command = ShCommand(command: command)
63 | return async(
[10/53] Compiling Execute Command.swift
[11/53] Compiling ANSIEscapeCode Cursor.swift
[12/53] Compiling ANSIEscapeCode Erase.swift
[13/53] Compiling ANSIEscapeCode Scroll.swift
[14/53] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[15/53] Compiling Execute FileHandle+DataHandler.swift
[16/53] Compiling Execute Executor.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:32:30: error: cannot find type 'OperationQueue' in scope
30 |
31 | /// The operation queue which executes command.
32 | open var operationQueue: OperationQueue
| `- error: cannot find type 'OperationQueue' in scope
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:34:33: error: cannot find type 'OperationQueue' in scope
32 | open var operationQueue: OperationQueue
33 |
34 | public init(operationQueue: OperationQueue = .init()) {
| `- error: cannot find type 'OperationQueue' in scope
35 | self.operationQueue = operationQueue
36 | }
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:70:101: error: cannot find type 'Operation' in scope
68 | standardOutputDataHandler: DataHandler = FileHandle.standardOutput,
69 | standardErrorDataHandler: DataHandler = FileHandle.standardError,
70 | completionBlock: ((Result<Int32, Error>) -> Void)? = nil) -> Operation {
| `- error: cannot find type 'Operation' in scope
71 | let operation = self.operation(
72 | command: command,
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:77:19: error: value of type 'ProcessOperation' has no member 'completionBlock'
75 | standardErrorDataHandler: standardErrorDataHandler
76 | )
77 | operation.completionBlock = {
| `- error: value of type 'ProcessOperation' has no member 'completionBlock'
78 | precondition(operation.result != nil, "Operation was not executed.")
79 | completionBlock?(operation.result!)
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:95:23: error: cannot find 'Process' in scope
93 | standardOutputDataHandler: DataHandler,
94 | standardErrorDataHandler: DataHandler) -> ProcessOperation {
95 | let process = Process()
| `- error: cannot find 'Process' in scope
96 | process.executableURL = .init(fileURLWithPath: command.executablePath)
97 | process.arguments = command.arguments
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/Executor.swift:96:34: error: cannot infer contextual base in reference to member 'init'
94 | standardErrorDataHandler: DataHandler) -> ProcessOperation {
95 | let process = Process()
96 | process.executableURL = .init(fileURLWithPath: command.executablePath)
| `- error: cannot infer contextual base in reference to member 'init'
97 | process.arguments = command.arguments
98 | if let environment = environment {
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/ProcessOperation.swift:48:26: error: cannot find type 'Process' in scope
46 | /// - standardOutputDataHandler: Standard output data handler.
47 | /// - standardErrorDataHandler: Standard error data handler.
48 | public init(process: Process,
| `- error: cannot find type 'Process' in scope
49 | standardOutputDataHandler: DataHandler,
50 | standardErrorDataHandler: DataHandler) {
[17/53] Compiling Execute ShCommand.swift
[18/53] Compiling Execute DataHandler.swift
[19/53] Emitting module ArgumentParserToolInfo
[20/53] Emitting module ANSIEscapeCode
BUILD FAILURE 6.1 wasm