Build Information
Failed to build SwiftletModel, reference main (7b1ea6
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 21:29:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/KazaiMazai/SwiftletModel.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/KazaiMazai/SwiftletModel
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7b1ea66 Relations storage upgrade (#97)
Cloned https://github.com/KazaiMazai/SwiftletModel.git
Revision (git rev-parse @):
7b1ea66a6ce405cdb5e4027461c86ad84710a5a9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaiMazai/SwiftletModel.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/KazaiMazai/SwiftletModel.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/pointfreeco/swift-snapshot-testing
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/attaswift/BTree
[1/3349] Fetching btree
[3350/19989] Fetching btree, swift-collections
[7510/34040] Fetching btree, swift-collections, swift-snapshot-testing
[11682/104967] Fetching btree, swift-collections, swift-snapshot-testing, swift-syntax
Fetched https://github.com/attaswift/BTree from cache (5.60s)
Fetched https://github.com/apple/swift-collections.git from cache (5.63s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.65s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.69s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (8.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.03s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.52s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.18s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.19s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/47] Write sources
[25/47] Compiling _SwiftSyntaxCShims dummy.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[28/82] Emitting module InternalCollectionsUtilities
[29/83] Emitting module SwiftSyntax510
[30/83] Compiling SwiftSyntax510 Empty.swift
[31/84] Emitting module SwiftSyntax600
[32/84] Compiling SwiftSyntax600 Empty.swift
[35/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/85] Emitting module SwiftSyntax509
[37/85] Compiling SwiftSyntax509 Empty.swift
[39/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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 {
[40/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.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 {
[41/88] Compiling InternalCollectionsUtilities Descriptions.swift
[42/88] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/88] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/88] Compiling InternalCollectionsUtilities Debugging.swift
[45/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/88] 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 {
[47/88] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[48/88] Compiling InternalCollectionsUtilities Integer rank.swift
[49/88] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/88] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/88] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/88] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/88] Wrapping AST for SwiftSyntax600 for debugging
[55/88] Wrapping AST for SwiftSyntax510 for debugging
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
[67/90] 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 {
[68/90] 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 {
[68/93] Wrapping AST for SwiftSyntax509 for debugging
[71/153] Compiling SwiftSyntax TokenDiagnostic.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 {
[72/153] Compiling SwiftSyntax TokenSequence.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 {
BUILD FAILURE 6.2 wasm