The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Run, reference 0.1.1 (5a2866), with Swift 6.3 for Wasm on 11 Apr 2026 09:22:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/Run.git
Reference: 0.1.1
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/getGuaka/Run
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 5a2866c Fix execute ls test on Linux
Cloned https://github.com/getGuaka/Run.git
Revision (git rev-parse @):
5a2866c0ae4266e0406d85f16adf65a30a626d7f
SUCCESS checkout https://github.com/getGuaka/Run.git at 0.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/getGuaka/Run.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14896] Fetching quick
[4023/34713] Fetching quick, nimble
Fetching https://github.com/getGuaka/Prompt.git
Fetched https://github.com/Quick/Quick.git from cache (1.27s)
[13080/19817] Fetching nimble
[19818/19861] Fetching nimble, prompt
Fetched https://github.com/getGuaka/Prompt.git from cache (0.43s)
Fetched https://github.com/Quick/Nimble.git from cache (2.00s)
Computing version for https://github.com/getGuaka/Prompt.git
Computed https://github.com/getGuaka/Prompt.git at 0.1.1 (2.44s)
Fetching https://github.com/getGuaka/Args.git
[1/34] Fetching args
Fetched https://github.com/getGuaka/Args.git from cache (0.20s)
Computing version for https://github.com/getGuaka/Args.git
Computed https://github.com/getGuaka/Args.git at 0.1.1 (1.06s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.58s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.82s)
Creating working copy for https://github.com/getGuaka/Prompt.git
Working copy of https://github.com/getGuaka/Prompt.git resolved at 0.1.1
Creating working copy for https://github.com/getGuaka/Args.git
Working copy of https://github.com/getGuaka/Args.git resolved at 0.1.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Emitting module Args
[6/10] Compiling Args ProcessInfo.swift
[7/10] Compiling Args Args.swift
[8/10] Compiling Args ArgConvertible.swift
[9/10] Compiling Args Argument.swift
[10/10] Compiling Args ArgsParser.swift
[12/21] Compiling Prompt PromptReader.swift
[13/22] Compiling Prompt PromptPrinter.swift
[14/22] Compiling Prompt PromptSettings.swift
[15/22] Compiling Prompt Choose.swift
[16/22] Compiling Prompt Agree.swift
[17/22] Compiling Prompt AgreeSettings.swift
[18/22] Compiling Prompt AskerValidator.swift
[19/22] Emitting module Prompt
[20/22] Compiling Prompt Ask.swift
[21/22] Compiling Prompt AskSettings.swift
[22/22] Compiling Prompt ChooseSettings.swift
[24/30] Compiling Run TaskPipe.swift
[25/30] Compiling Run ShortHandRunner.swift
[26/30] Compiling Run CommandExecutor.swift
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:42:20: error: cannot find 'Process' in scope
 40 |
 41 |     func execute(_ commandParts: [String]) -> ExecutorReturnValue  {
 42 |         let task = Process()
    |                    `- error: cannot find 'Process' in scope
 43 |
 44 |         task.launchPath = "/usr/bin/env"
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:69:29: error: cannot find type 'posix_spawn_file_actions_t' in scope
 67 |         var childFDActions: posix_spawn_file_actions_t? = nil
 68 | #else
 69 |         var childFDActions: posix_spawn_file_actions_t = posix_spawn_file_actions_t()
    |                             `- error: cannot find type 'posix_spawn_file_actions_t' in scope
 70 | #endif
 71 |         var outputPipe: [Int32] = [-1, -1]
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:69:58: error: cannot find 'posix_spawn_file_actions_t' in scope
 67 |         var childFDActions: posix_spawn_file_actions_t? = nil
 68 | #else
 69 |         var childFDActions: posix_spawn_file_actions_t = posix_spawn_file_actions_t()
    |                                                          `- error: cannot find 'posix_spawn_file_actions_t' in scope
 70 | #endif
 71 |         var outputPipe: [Int32] = [-1, -1]
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:73:9: error: cannot find 'posix_spawn_file_actions_init' in scope
 71 |         var outputPipe: [Int32] = [-1, -1]
 72 |
 73 |         posix_spawn_file_actions_init(&childFDActions)
    |         `- error: cannot find 'posix_spawn_file_actions_init' in scope
 74 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 1)
 75 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 2)
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:74:9: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
 72 |
 73 |         posix_spawn_file_actions_init(&childFDActions)
 74 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 1)
    |         `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
 75 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 2)
 76 |         posix_spawn_file_actions_addclose(&childFDActions, outputPipe[0])
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:75:9: error: cannot find 'posix_spawn_file_actions_adddup2' in scope
 73 |         posix_spawn_file_actions_init(&childFDActions)
 74 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 1)
 75 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 2)
    |         `- error: cannot find 'posix_spawn_file_actions_adddup2' in scope
 76 |         posix_spawn_file_actions_addclose(&childFDActions, outputPipe[0])
 77 |         posix_spawn_file_actions_addclose(&childFDActions, outputPipe[1])
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:76:9: error: cannot find 'posix_spawn_file_actions_addclose' in scope
 74 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 1)
 75 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 2)
 76 |         posix_spawn_file_actions_addclose(&childFDActions, outputPipe[0])
    |         `- error: cannot find 'posix_spawn_file_actions_addclose' in scope
 77 |         posix_spawn_file_actions_addclose(&childFDActions, outputPipe[1])
 78 |
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:77:9: error: cannot find 'posix_spawn_file_actions_addclose' in scope
 75 |         posix_spawn_file_actions_adddup2(&childFDActions, outputPipe[1], 2)
 76 |         posix_spawn_file_actions_addclose(&childFDActions, outputPipe[0])
 77 |         posix_spawn_file_actions_addclose(&childFDActions, outputPipe[1])
    |         `- error: cannot find 'posix_spawn_file_actions_addclose' in scope
 78 |
 79 |
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:81:22: error: cannot find 'posix_spawn' in scope
 79 |
 80 |         var pid: pid_t = 0
 81 |         let result = posix_spawn(&pid, argv[0], &childFDActions, nil, argv + [nil], nil)
    |                      `- error: cannot find 'posix_spawn' in scope
 82 |
 83 |         let emptyPipe = Dryipe(dataToReturn: "".data(using: String.Encoding.utf8)!)
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:81:66: error: 'nil' requires a contextual type
 79 |
 80 |         var pid: pid_t = 0
 81 |         let result = posix_spawn(&pid, argv[0], &childFDActions, nil, argv + [nil], nil)
    |                                                                  `- error: 'nil' requires a contextual type
 82 |
 83 |         let emptyPipe = Dryipe(dataToReturn: "".data(using: String.Encoding.utf8)!)
/host/spi-builder-workspace/Sources/Run/CommandExecutor.swift:81:85: error: 'nil' requires a contextual type
 79 |
 80 |         var pid: pid_t = 0
 81 |         let result = posix_spawn(&pid, argv[0], &childFDActions, nil, argv + [nil], nil)
    |                                                                                     `- error: 'nil' requires a contextual type
 82 |
 83 |         let emptyPipe = Dryipe(dataToReturn: "".data(using: String.Encoding.utf8)!)
[27/30] Compiling Run RunResults.swift
[28/30] Compiling Run Runner.swift
[29/30] Emitting module Run
[30/30] Compiling Run RunnerSettings.swift
BUILD FAILURE 6.3 wasm