Build Information
Failed to build hmap, reference master (f98e2d
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 22:15:51 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/milend/hmap.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/milend/hmap
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f98e2dd Add chmap project reference
Cloned https://github.com/milend/hmap.git
Revision (git rev-parse @):
f98e2dd8cd03c86d10013a31914a9a75ae986763
SUCCESS checkout https://github.com/milend/hmap.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/milend/hmap.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/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.27s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (1.20s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.38s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.31s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Building for debugging...
[0/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/33] Compiling HeaderMapCore ArrayExtensions.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[8/34] Compiling HeaderMapCore NumberExtensions.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[9/34] Compiling Commander Error.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[10/35] Compiling HeaderMapCore JSONHeaderMap.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[11/35] Compiling Commander ArgumentConvertible.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[12/35] Compiling Commander ArgumentDescription.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[13/35] Compiling HeaderMapCore BinaryHeaderMap.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[14/35] Compiling HeaderMapCore ByteBuffer.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/35] Emitting module HeaderMapCore
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[16/35] Compiling HeaderMapCore HeaderMapMaker.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[17/35] Compiling Commander Command.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[18/35] Compiling Commander CommandRunner.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[19/35] Compiling HeaderMapCore StringExtensions.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/35] Emitting module HeaderMapTesting
/host/spi-builder-workspace/Sources/HeaderMapTesting/TestingExtensions.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 | import XCTest
25 |
[21/35] Compiling HeaderMapTesting TestingExtensions.swift
/host/spi-builder-workspace/Sources/HeaderMapTesting/TestingExtensions.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 | import XCTest
25 |
[22/35] Compiling Commander ArgumentParser.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/35] Emitting module Commander
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[26/35] Compiling Commander Group.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[27/35] Compiling HeaderMapCore DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/HeaderMapCore/BinaryHeaderMap.swift:23:8: error: no such module 'Foundation'
21 | // SOFTWARE.
22 |
23 | import Foundation
| `- error: no such module 'Foundation'
24 |
25 | protocol Packable {
[28/35] Compiling Commander CommandType.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
[29/35] Compiling Commander Commands.swift
/host/spi-builder-workspace/.build/checkouts/Commander/Sources/Commander/CommandRunner.swift:6:10: error: no such module 'Darwin'
4 | import CRT
5 | #else
6 | import Darwin
| `- error: no such module 'Darwin'
7 | #endif
8 |
BUILD FAILURE 6.2 wasm