Build Information
Failed to build Run, reference master (5a2866), with Swift 6.3 for Wasm on 11 Apr 2026 09:22:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/getGuaka/Run.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/getGuaka/Run
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-1":/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
Fetching https://github.com/getGuaka/Prompt.git
[1/44] Fetching prompt
[45/14940] Fetching prompt, quick
[6898/34757] Fetching prompt, quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (0.67s)
[7575/19861] Fetching prompt, nimble
Fetched https://github.com/getGuaka/Prompt.git from cache (1.33s)
Fetched https://github.com/Quick/Nimble.git from cache (1.37s)
Computing version for https://github.com/getGuaka/Prompt.git
Computed https://github.com/getGuaka/Prompt.git at 0.1.1 (1.75s)
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 (2.01s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (1.19s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.57s)
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/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
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/getGuaka/Prompt.git
Working copy of https://github.com/getGuaka/Prompt.git resolved at 0.1.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Emitting module Args
[6/10] Compiling Args ArgConvertible.swift
[7/10] Compiling Args Args.swift
[8/10] Compiling Args ProcessInfo.swift
[9/10] Compiling Args Argument.swift
[10/10] Compiling Args ArgsParser.swift
[12/21] Compiling Prompt PromptReader.swift
[13/22] Compiling Prompt Choose.swift
[14/22] Compiling Prompt PromptSettings.swift
[15/22] Compiling Prompt AskerValidator.swift
[16/22] Compiling Prompt Agree.swift
[17/22] Compiling Prompt AgreeSettings.swift
[18/22] Compiling Prompt Ask.swift
[19/22] Compiling Prompt AskSettings.swift
[20/22] Emitting module Prompt
[21/22] Compiling Prompt PromptPrinter.swift
[22/22] Compiling Prompt ChooseSettings.swift
[24/30] Compiling Run TaskPipe.swift
[25/30] Compiling Run ShortHandRunner.swift
[26/30] Compiling Run RunnerSettings.swift
[27/30] Compiling Run RunResults.swift
[28/30] Emitting module Run
[29/30] Compiling Run Runner.swift
[30/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)!)
BUILD FAILURE 6.3 wasm