Build Information
Failed to build SKServer, reference 4.1.2 (ee058e
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 12:08:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/pvzig/SKServer.git
Reference: 4.1.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/pvzig/SKServer
* tag 4.1.2 -> FETCH_HEAD
HEAD is now at ee058e1 Merge pull request #5 from MrLotU/patch-1
Cloned https://github.com/pvzig/SKServer.git
Revision (git rev-parse @):
ee058e13e7bc0ef76b7f9abfd8182e806eb158b9
SUCCESS checkout https://github.com/pvzig/SKServer.git at 4.1.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pvzig/SKServer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/SlackKit/SKWebAPI
Fetching https://github.com/SlackKit/SKCore
Fetching https://github.com/httpswift/swifter.git
[1/6050] Fetching swifter
[1574/6344] Fetching swifter, skwebapi
[1868/6632] Fetching swifter, skwebapi, skcore
Fetched https://github.com/SlackKit/SKCore from cache (0.36s)
[2049/6344] Fetching swifter, skwebapi
Fetched https://github.com/SlackKit/SKWebAPI from cache (0.83s)
Fetched https://github.com/httpswift/swifter.git from cache (0.86s)
Computing version for https://github.com/SlackKit/SKWebAPI
Computed https://github.com/SlackKit/SKWebAPI at 4.1.3 (1.33s)
Computing version for https://github.com/SlackKit/SKCore
Computed https://github.com/SlackKit/SKCore at 4.1.3 (0.52s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.4.7 (3.37s)
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.4.7
Creating working copy for https://github.com/SlackKit/SKWebAPI
Working copy of https://github.com/SlackKit/SKWebAPI resolved at 4.1.3
Creating working copy for https://github.com/SlackKit/SKCore
Working copy of https://github.com/SlackKit/SKCore resolved at 4.1.3
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/49] Emitting module SKCore
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[7/52] Compiling SKCore Topic.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[8/52] Compiling SKCore User.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[9/52] Compiling SKCore UserGroup.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[10/52] Compiling Swifter HttpParser.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[11/52] Compiling Swifter HttpRequest.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[12/52] Compiling Swifter HttpResponse.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[13/52] Compiling Swifter HttpRouter.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[15/52] Compiling Swifter HttpServer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[16/52] Compiling Swifter HttpServerIO.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/52] Emitting module Swifter
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[21/54] Compiling Swifter Scopes.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[22/54] Compiling Swifter Socket+File.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[23/54] Compiling Swifter Socket+Server.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[24/54] Compiling Swifter String+File.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[25/54] Compiling Swifter String+Misc.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[26/54] Compiling Swifter MimeTypes.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[27/54] Compiling Swifter Process.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[29/54] Compiling Swifter DemoServer.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[30/54] Compiling Swifter Errno.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
[31/54] Compiling Swifter Files.swift
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[36/54] Compiling Swifter Socket.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[37/54] Compiling Swifter String+BASE64.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[40/54] Compiling SKCore File.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[41/54] Compiling SKCore History.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[42/54] Compiling SKCore Item.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[43/54] Compiling Swifter String+SHA1.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[44/54] Compiling Swifter WebSockets.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
[45/54] Compiling SKCore Scope.swift
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/SKCore/Sources/SKCore/Extensions.swift:24:8: error: no such module 'Foundation'
22 | // THE SOFTWARE.
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension Date {
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
/host/spi-builder-workspace/.build/checkouts/swifter/XCode/Sources/DemoServer.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | // swiftlint:disable function_body_length
BUILD FAILURE 6.2 wasm