Build Information
Failed to build console-kit, reference main (b7854a
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 21:43:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/console-kit.git
Reference: main
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/vapor/console-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b7854a8 Update CI to use shared workflow's Musl check
Cloned https://github.com/vapor/console-kit.git
Revision (git rev-parse @):
b7854a8c1a806fc78173712f5ac9665e33d080dc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/console-kit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vapor/console-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
[1/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.32s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1797] Fetching swift-atomics
[595/6233] Fetching swift-atomics, swift-system
[6234/22873] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.43s)
Fetched https://github.com/apple/swift-system.git from cache (1.43s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/25] Write sources
[8/25] Write swift-version-24593BA9C3E375BF.txt
[8/25] Compiling c-nioatomics.c
[10/30] Compiling c-atomics.c
[12/36] Compiling NIOConcurrencyHelpers lock.swift
[13/36] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[14/36] Compiling NIOConcurrencyHelpers atomics.swift
[15/36] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[16/36] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/36] Emitting module NIOConcurrencyHelpers
[18/36] Compiling Logging MetadataProvider.swift
[20/37] Compiling Logging LogHandler.swift
[21/37] Emitting module Logging
[22/37] Compiling Logging Locks.swift
[23/37] Compiling Logging Logging.swift
[24/38] Wrapping AST for NIOConcurrencyHelpers for debugging
[25/38] Wrapping AST for Logging for debugging
[27/64] Compiling ConsoleKitTerminal ActivityBar.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[28/64] Compiling ConsoleKitTerminal ActivityIndicator.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[29/64] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[30/64] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[31/67] Compiling ConsoleKitTerminal Console+Confirm.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[32/67] Compiling ConsoleKitTerminal Console+Input.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[33/67] Compiling ConsoleKitTerminal Console+Center.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[34/67] Compiling ConsoleKitTerminal Console+Output.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[35/67] Compiling ConsoleKitTerminal Console+Ephemeral.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[36/67] Compiling ConsoleKitTerminal ConsoleClear.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[37/67] Compiling ConsoleKitTerminal Console+Ask.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[38/67] Compiling ConsoleKitTerminal Console+Choose.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[39/67] Compiling ConsoleKitTerminal ConsoleText.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[40/67] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[41/67] Compiling ConsoleKitTerminal ANSI.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[42/67] Compiling ConsoleKitTerminal Console+Wait.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[43/67] Compiling ConsoleKitTerminal ConsoleColor.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[44/67] Compiling ConsoleKitTerminal ConsoleStyle.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[45/67] Compiling ConsoleKitTerminal CustomActivity.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[46/67] Compiling ConsoleKitTerminal LoadingBar.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[47/67] Compiling ConsoleKitTerminal ProgressBar.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[48/67] Compiling ConsoleKitTerminal Console+Clear.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[49/67] Compiling ConsoleKitTerminal Console.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[50/67] Compiling ConsoleKitTerminal Terminal.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[51/67] Compiling ConsoleKitTerminal readpassphrase_linux.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/67] Emitting module ConsoleKitTerminal
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[53/67] Compiling ConsoleKitTerminal AnySendableHashable.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[54/67] Compiling ConsoleKitTerminal ConsoleLogger.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
[55/67] Compiling ConsoleKitTerminal LoggerFragment.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Activity/ActivityIndicator.swift:3:24: error: no such module 'Foundation'
1 | #if !canImport(Darwin)
2 | // Needed because DispatchQueue isn't Sendable on Linux
3 | @preconcurrency import Foundation
| `- error: no such module 'Foundation'
4 | #else
5 | import Foundation
BUILD FAILURE 6.2 wasm