Build Information
Failed to build GlueKit, reference v0.2.0 (a5766b
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 12:03:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/attaswift/GlueKit.git
Reference: v0.2.0
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/attaswift/GlueKit
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at a5766bb Fix dependency syntax
Submodule path 'Carthage/Checkouts/BTree': checked out '83435371ef3c6d98107f5b562a5870a3dfca6243'
Submodule path 'Carthage/Checkouts/SipHash': checked out '7b47e3f23a66770b1eb18e15e20546aad398c9dd'
Submodule 'Carthage/Checkouts/BTree' (https://github.com/attaswift/BTree.git) registered for path 'Carthage/Checkouts/BTree'
Submodule 'Carthage/Checkouts/SipHash' (https://github.com/attaswift/SipHash.git) registered for path 'Carthage/Checkouts/SipHash'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/BTree'...
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/SipHash'...
Cloned https://github.com/attaswift/GlueKit.git
Revision (git rev-parse @):
a5766bb11eb2681f58593cc33d1103ef20aa85ad
SUCCESS checkout https://github.com/attaswift/GlueKit.git at v0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/attaswift/GlueKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/attaswift/SipHash
Fetching https://github.com/attaswift/BTree
[1/440] Fetching siphash
[111/3789] Fetching siphash, btree
Fetched https://github.com/attaswift/SipHash from cache (0.38s)
Fetched https://github.com/attaswift/BTree from cache (0.38s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (0.83s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (1.13s)
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
Creating working copy for https://github.com/attaswift/BTree
Working copy of https://github.com/attaswift/BTree resolved at 4.1.0
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/33] Emitting module BTree
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[6/35] Compiling BTree Map.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[7/35] Compiling BTree SortedBag.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[8/35] Compiling BTree BTreeComparisons.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[9/35] Compiling BTree BTreeCursor.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[10/35] Compiling BTree BTree.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[11/35] Compiling BTree BTreeBuilder.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[12/35] Compiling BTree SortedSet.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[13/35] Compiling BTree Weak.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[14/35] Compiling BTree Compatibility.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[15/35] Compiling BTree List.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[16/35] Compiling BTree BTreePath.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[17/35] Compiling BTree BridgedList.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[18/35] Compiling SipHash SipHasher.swift
[19/35] Compiling BTree BTreeMerger.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[20/35] Compiling BTree BTreeNode.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[21/35] Compiling BTree BTreeIndex.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[22/35] Compiling BTree BTreeIterator.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension List where Element: AnyObject {
[23/35] Compiling SipHash SipHashable.swift
[24/35] Compiling SipHash RandomUInt64.swift
[25/35] Compiling SipHash Primitive Types.swift
[26/35] Emitting module SipHash
BUILD FAILURE 6.2 wasm