Build Information
Failed to build SKServer, reference master (484c76
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 12:09:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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/pvzig/SKServer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 484c763 Update README.md
Cloned https://github.com/pvzig/SKServer.git
Revision (git rev-parse @):
484c763854a4b19313645eaa3799e2215dbfb878
SUCCESS checkout https://github.com/pvzig/SKServer.git at master
========================================
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-1":/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/httpswift/swifter.git
Fetching https://github.com/pvzig/SKWebAPI
Fetching https://github.com/pvzig/SKCore
[1/294] Fetching skwebapi
[295/582] Fetching skwebapi, skcore
[367/6632] Fetching skwebapi, skcore, swifter
Fetched https://github.com/pvzig/SKCore from cache (0.67s)
[1928/6344] Fetching skwebapi, swifter
Fetched https://github.com/pvzig/SKWebAPI from cache (1.78s)
Fetched https://github.com/httpswift/swifter.git from cache (1.82s)
Computing version for https://github.com/pvzig/SKWebAPI
Computed https://github.com/pvzig/SKWebAPI at 4.1.3 (2.38s)
Computing version for https://github.com/pvzig/SKCore
Computed https://github.com/pvzig/SKCore at 4.1.3 (0.86s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.4.7 (4.00s)
Creating working copy for https://github.com/pvzig/SKWebAPI
Working copy of https://github.com/pvzig/SKWebAPI resolved at 4.1.3
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/pvzig/SKCore
Working copy of https://github.com/pvzig/SKCore resolved at 4.1.3
warning: 'skwebapi': Conflicting identity for skcore: dependency 'github.com/slackkit/skcore' and dependency 'github.com/pvzig/skcore' both point to the same package identity 'skcore'. The dependencies are introduced through the following chains: (A) /host/spi-builder-workspace->github.com/pvzig/skwebapi->github.com/slackkit/skcore (B) /host/spi-builder-workspace->github.com/pvzig/skcore. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/49] Compiling SKCore Reaction.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 {
[7/49] Compiling SKCore Reply.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/49] 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 {
[9/52] 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
[10/52] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/54] 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 {
[12/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
[13/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
[14/54] Compiling Swifter Scopes.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)
[15/54] 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
[16/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
[17/54] Compiling SKCore Attachment.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
[18/54] Compiling SKCore AttachmentField.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
[19/54] Compiling Swifter HttpParser.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
[20/54] Compiling Swifter HttpRequest.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
[21/54] Compiling Swifter HttpResponse.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
[22/54] 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 {
[23/54] 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 {
[24/54] 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 {
[25/54] Compiling Swifter Socket+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
[26/54] Compiling Swifter Socket+Server.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 Socket.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
[28/54] Compiling Swifter String+BASE64.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
[29/54] Compiling Swifter HttpRouter.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 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
[31/54] 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
[32/54] Compiling SKCore SlackError.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 {
[33/54] Compiling SKCore Team.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 {
[34/54] Compiling SKCore TeamIcon.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/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/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/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/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 {
BUILD FAILURE 6.2 wasm