Build Information
Failed to build ICCReader, reference master (15425e), with Swift 6.2 for Wasm on 21 Jun 2025 05:49:57 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hughbe/ICCReader.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/hughbe/ICCReader
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 15425e9 Merge pull request #4 from gmcusaro/fix-illuminant-cases
Updating files: 78% (682/864)
Updating files: 79% (683/864)
Updating files: 80% (692/864)
Updating files: 81% (700/864)
Updating files: 82% (709/864)
Updating files: 83% (718/864)
Updating files: 84% (726/864)
Updating files: 85% (735/864)
Updating files: 85% (737/864)
Updating files: 86% (744/864)
Updating files: 87% (752/864)
Updating files: 88% (761/864)
Updating files: 89% (769/864)
Updating files: 90% (778/864)
Updating files: 91% (787/864)
Updating files: 92% (795/864)
Updating files: 93% (804/864)
Updating files: 94% (813/864)
Updating files: 95% (821/864)
Updating files: 96% (830/864)
Updating files: 97% (839/864)
Updating files: 98% (847/864)
Updating files: 99% (856/864)
Updating files: 100% (864/864)
Updating files: 100% (864/864), done.
Cloned https://github.com/hughbe/ICCReader.git
Revision (git rev-parse @):
15425e9ef4f114b4801abd8ed760db9dc4ce2b56
SUCCESS checkout https://github.com/hughbe/ICCReader.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hughbe/ICCReader.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/hughbe/DataStream
[1/172] Fetching datastream
Fetched https://github.com/hughbe/DataStream from cache (0.27s)
Computing version for https://github.com/hughbe/DataStream
Computed https://github.com/hughbe/DataStream at 2.0.4 (0.72s)
Fetching https://github.com/hughbe/SwiftBitField
[1/22] Fetching swiftbitfield
Fetched https://github.com/hughbe/SwiftBitField from cache (0.85s)
Computing version for https://github.com/hughbe/SwiftBitField
Computed https://github.com/hughbe/SwiftBitField at 1.0.0 (1.70s)
Creating working copy for https://github.com/hughbe/SwiftBitField
Working copy of https://github.com/hughbe/SwiftBitField resolved at 1.0.0
Creating working copy for https://github.com/hughbe/DataStream
Working copy of https://github.com/hughbe/DataStream resolved at 2.0.4
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Compiling BitField BitField.swift
[6/6] Emitting module BitField
[8/14] Compiling DataStream RangeReplaceableCollection+PadLeft.swift
/host/spi-builder-workspace/.build/checkouts/DataStream/Sources/DataStream/DataStream.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum DataStreamError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Emitting module DataStream
/host/spi-builder-workspace/.build/checkouts/DataStream/Sources/DataStream/DataStream.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum DataStreamError: Error {
[10/14] Compiling DataStream Endianess.swift
/host/spi-builder-workspace/.build/checkouts/DataStream/Sources/DataStream/DataStream.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum DataStreamError: Error {
[11/14] Compiling DataStream OutputDataStream.swift
/host/spi-builder-workspace/.build/checkouts/DataStream/Sources/DataStream/DataStream.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum DataStreamError: Error {
[12/14] Compiling DataStream DataStream.swift
/host/spi-builder-workspace/.build/checkouts/DataStream/Sources/DataStream/DataStream.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum DataStreamError: Error {
[13/14] Compiling DataStream BinaryInteger+HexString.swift
/host/spi-builder-workspace/.build/checkouts/DataStream/Sources/DataStream/DataStream.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum DataStreamError: Error {
[14/14] Compiling DataStream BitFieldReader.swift
/host/spi-builder-workspace/.build/checkouts/DataStream/Sources/DataStream/DataStream.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public enum DataStreamError: Error {
BUILD FAILURE 6.2 wasm