The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build console-kit, reference 4.15.2 (742f62), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 21:43:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 4.15.2
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
 * tag               4.15.2     -> FETCH_HEAD
HEAD is now at 742f624 Fix Android support (#207)
Cloned https://github.com/vapor/console-kit.git
Revision (git rev-parse @):
742f624a998cba2a9e653d9b1e91ad3f3a5dff6b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/console-kit.git at 4.15.2
========================================
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-4609320-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
[3837/80175] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.79s)
Fetched https://github.com/apple/swift-nio.git from cache (3.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.63s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1797] Fetching swift-atomics
[1295/6233] Fetching swift-atomics, swift-system
[6190/22873] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[1831/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.88s)
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] Compiling c-nioatomics.c
[9/25] Compiling c-atomics.c
[10/25] Write swift-version-24593BA9C3E375BF.txt
[12/36] Emitting module Logging
[13/36] Compiling Logging MetadataProvider.swift
[14/36] Compiling NIOConcurrencyHelpers lock.swift
[15/36] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[16/36] Emitting module NIOConcurrencyHelpers
[17/36] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/36] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/36] Compiling NIOConcurrencyHelpers atomics.swift
[20/37] Wrapping AST for NIOConcurrencyHelpers for debugging
[22/37] Compiling Logging Locks.swift
[23/37] Compiling Logging LogHandler.swift
[24/37] Compiling Logging Logging.swift
[25/51] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/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
[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