Build Information
Failed to build BinaryStore, reference main (cfa2ed), with Swift 6.2 for Wasm on 23 Jun 2025 04:35:42 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wuyu2015/BinaryStoreSwift.git
Reference: main
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/wuyu2015/BinaryStoreSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cfa2edf Delete: default values for parameters
Cloned https://github.com/wuyu2015/BinaryStoreSwift.git
Revision (git rev-parse @):
cfa2edfac841cd991edb6173ad77930cfc83b54d
SUCCESS checkout https://github.com/wuyu2015/BinaryStoreSwift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wuyu2015/BinaryStoreSwift.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module BinaryStore
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[4/27] Compiling BinaryStore Box+StringArraySet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[5/27] Compiling BinaryStore Box+StringGet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[6/27] Compiling BinaryStore Box+StringSet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[7/27] Compiling BinaryStore Box+IntGet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[8/27] Compiling BinaryStore Box+IntSet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[9/27] Compiling BinaryStore Box+MutableCollection.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[10/27] Compiling BinaryStore Box+RandomAccessCollection.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[11/27] Compiling BinaryStore Box+Range.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[12/27] Compiling BinaryStore Box+RangeArray.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[13/27] Compiling BinaryStore Box+String.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[14/27] Compiling BinaryStore Box+StringArray.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[15/27] Compiling BinaryStore Box+StringArrayGet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[16/27] Compiling BinaryStore Box.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[17/27] Compiling BinaryStore BitWidth.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[18/27] Compiling BinaryStore Sign.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[19/27] Compiling BinaryStore BinaryStore+PropertyListEncoder.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[20/27] Compiling BinaryStore BinaryStore.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[21/27] Compiling BinaryStore Box+BinaryPlist.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[22/27] Compiling BinaryStore Box+IntArrayGet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[23/27] Compiling BinaryStore Box+IntArrayIndex.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[24/27] Compiling BinaryStore Box+IntArraySet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[25/27] Compiling BinaryStore Box+RangeArrayGet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[26/27] Compiling BinaryStore Box+RangeArraySet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
[27/27] Compiling BinaryStore Box+RangeSet.swift
/host/spi-builder-workspace/Sources/BinaryStore/BinaryStore+PropertyListEncoder.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension BinaryStore {
BUILD FAILURE 6.2 wasm