Build Information
Failed to build flint, reference master (7ddba0), with Swift 6.3 for Wasm on 21 Apr 2026 02:05:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flint-engine/flint.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/flint-engine/flint.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
70792468e643: Already exists
e7b51208f843: Already exists
e5e9f367ac69: Already exists
c194a44aa1b1: Already exists
096121ba052d: Pulling fs layer
46f021bc3db8: Pulling fs layer
096121ba052d: Verifying Checksum
096121ba052d: Download complete
46f021bc3db8: Verifying Checksum
46f021bc3db8: Download complete
096121ba052d: Pull complete
46f021bc3db8: Pull complete
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Downloaded newer image for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swift-cli/ansi-escape-code
Fetching https://github.com/swift-cli/motor
[1/39] Fetching ansi-escape-code
[40/87] Fetching ansi-escape-code, motor
Fetched https://github.com/swift-cli/motor from cache (0.48s)
[1/11551] Fetching yams
Fetched https://github.com/swift-cli/ansi-escape-code from cache (0.49s)
Fetching https://github.com/swift-cli/execute
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/jpsim/Yams.git from cache (2.27s)
[1/61] Fetching execute
Fetched https://github.com/swift-cli/execute from cache (0.31s)
[1/17424] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.31s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (4.31s)
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.81s)
Computing version for https://github.com/swift-cli/execute
Computed https://github.com/swift-cli/execute at 0.1.2 (3.86s)
Computing version for https://github.com/swift-cli/motor
Computed https://github.com/swift-cli/motor at 0.1.3 (0.86s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.84s)
Creating working copy for https://github.com/swift-cli/motor
Working copy of https://github.com/swift-cli/motor resolved at 0.1.3
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.1
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/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/ansi-escape-code
Working copy of https://github.com/swift-cli/ansi-escape-code resolved at 0.1.2
[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] Write swift-version-24593BA9C3E375BF.txt
[12/26] Compiling parser.c
[13/27] Compiling api.c
[14/45] Compiling emitter.c
[15/45] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/65] 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: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: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/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(
[18/65] Emitting module Yams
[19/67] Compiling Execute Command.swift
[20/67] Compiling Execute ShCommand.swift
[21/67] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/67] Emitting module ArgumentParserToolInfo
[23/68] Wrapping AST for ArgumentParserToolInfo for debugging
[25/114] Compiling Execute DataHandler.swift
[26/114] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/114] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/114] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/114] Compiling ArgumentParser CompletionsGenerator.swift
[31/115] Compiling ArgumentParser Option.swift
[32/115] Compiling ArgumentParser OptionGroup.swift
[33/115] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[34/115] Compiling ANSIEscapeCode EraseInLineType.swift
[35/115] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[36/115] Compiling ANSIEscapeCode Scroll.swift
[37/115] Compiling ANSIEscapeCode EraseInDisplayType.swift
[38/115] Emitting module ANSIEscapeCode
[39/115] 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(
/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,
[42/115] Compiling ArgumentParser ParsableArguments.swift
[43/115] Compiling ArgumentParser ArgumentVisibility.swift
[44/115] Compiling ArgumentParser CompletionKind.swift
[45/115] Compiling ArgumentParser Errors.swift
[46/115] Compiling ArgumentParser Flag.swift
[47/115] Compiling ArgumentParser NameSpecification.swift
[48/115] Compiling ArgumentParser CommandGroup.swift
/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.
[49/115] Compiling ArgumentParser EnumerableFlag.swift
/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.
[50/115] Compiling ArgumentParser ExpressibleByArgument.swift
/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.
[51/115] Compiling Execute FileHandle+DataHandler.swift
[52/115] Compiling Execute ProcessOperation.swift
/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: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: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 | }
[53/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) {
[55/115] Compiling ArgumentParser Argument.swift
BUILD FAILURE 6.3 wasm