The Swift Package Index logo.Swift Package Index

Build Information

Failed to build flint, reference master (7ddba0), with Swift 6.1 for Wasm on 21 Feb 2026 18:09:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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.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-4606859-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/execute
Fetching https://github.com/swift-cli/ansi-escape-code
Fetching https://github.com/swift-cli/motor
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams.git
[1/61] Fetching execute
[46/17230] Fetching execute, swift-argument-parser
[733/28733] Fetching execute, swift-argument-parser, yams
[734/28772] Fetching execute, swift-argument-parser, yams, ansi-escape-code
[753/28820] Fetching execute, swift-argument-parser, yams, ansi-escape-code, motor
Fetched https://github.com/apple/swift-argument-parser from cache (1.04s)
[7149/11651] Fetching execute, yams, ansi-escape-code, motor
Fetched https://github.com/swift-cli/execute from cache (1.88s)
Fetched https://github.com/swift-cli/ansi-escape-code from cache (1.87s)
Fetched https://github.com/swift-cli/motor from cache (1.87s)
Fetched https://github.com/jpsim/Yams.git from cache (1.92s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (2.49s)
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.65s)
Computing version for https://github.com/swift-cli/execute
Computed https://github.com/swift-cli/execute at 0.1.2 (5.52s)
Computing version for https://github.com/swift-cli/motor
Computed https://github.com/swift-cli/motor at 0.1.3 (1.00s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.30s)
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/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/execute
Working copy of https://github.com/swift-cli/execute resolved at 0.1.2
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.0
[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 parser.c
[12/25] Compiling api.c
[13/25] Compiling scanner.c
[14/25] Write swift-version-24593BA9C3E375BF.txt
[15/25] Compiling emitter.c
[17/65] Emitting module ArgumentParserToolInfo
[18/65] Compiling ArgumentParserToolInfo ToolInfo.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/66] 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(
[21/66] Compiling Execute Command.swift
[22/66] Compiling Execute ShCommand.swift
[23/66] Compiling Yams Mark.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
[24/66] Compiling Yams Node.Alias.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
[25/66] Compiling Yams Node.Mapping.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/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
[27/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
[27/68] Wrapping AST for ArgumentParserToolInfo for debugging
[29/114] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[30/115] Compiling ANSIEscapeCode TextColor.swift
[31/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(
[32/115] Compiling ANSIEscapeCode EraseInLineType.swift
[33/115] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/115] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/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
[36/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
[37/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
[38/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
[39/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 |             }
[40/115] Compiling ArgumentParser Foundation.swift
[41/115] Compiling ArgumentParser Mutex.swift
[42/115] Compiling ArgumentParser Platform.swift
[43/115] Compiling ArgumentParser SequenceExtensions.swift
[44/115] Compiling ArgumentParser StringExtensions.swift
[45/115] Compiling ArgumentParser SwiftExtensions.swift
[46/121] Compiling ArgumentParser Errors.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
[47/121] Compiling ArgumentParser Flag.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
[48/121] Compiling ArgumentParser NameSpecification.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
[49/121] 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) {
[50/121] Compiling Execute FileHandle+DataHandler.swift
[51/121] Compiling Execute DataHandler.swift
[52/121] Compiling ArgumentParser BashCompletionsGenerator.swift
[53/121] Compiling ArgumentParser CompletionsGenerator.swift
[54/121] Emitting module ANSIEscapeCode
[55/121] Compiling ArgumentParser Option.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.
[56/121] Compiling ArgumentParser OptionGroup.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.
[57/121] 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.
[58/121] Compiling ANSIEscapeCode EraseInDisplayType.swift
[59/121] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[60/121] Compiling ANSIEscapeCode Scroll.swift
[61/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
<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
<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-4606859-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/42] Compiling Execute Command.swift
[5/52] Compiling Execute DataHandler.swift
[6/52] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[7/52] 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(
[8/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 |             }
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 FileHandle+DataHandler.swift
[11/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) {
[12/53] Compiling ANSIEscapeCode EraseInDisplayType.swift
[13/53] Compiling ANSIEscapeCode EraseInLineType.swift
[14/53] Compiling Yams AliasDereferencingStrategy.swift
[15/53] Compiling Yams Anchor.swift
[16/53] Compiling Execute ShCommand.swift
[17/53] Emitting module ArgumentParserToolInfo
[18/53] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[19/53] Compiling ANSIEscapeCode Scroll.swift
BUILD FAILURE 6.1 wasm