Build Information
Failed to build Stilleben, reference v0.4.0 (a781f8), with Swift 6.2 for Wasm on 19 Jun 2025 20:41:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/aegzorz/stilleben.git
Reference: v0.4.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/aegzorz/stilleben
* tag v0.4.0 -> FETCH_HEAD
HEAD is now at a781f81 Merge pull request #37 from aegzorz/develop
Cloned https://github.com/aegzorz/stilleben.git
Revision (git rev-parse @):
a781f81d975681d199fecb63b1bff95311660238
SUCCESS checkout https://github.com/aegzorz/stilleben.git at v0.4.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aegzorz/stilleben.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/46] Emitting module Stilleben
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[6/46] Compiling Stilleben DiffingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[7/46] Compiling Stilleben ImageDiffingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[8/46] Compiling Stilleben LabDelta.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[9/46] Compiling Stilleben SameImage.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[10/46] Compiling Stilleben TextDiffingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[11/46] Compiling Stilleben Optional+Extensions.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[12/51] Compiling Stilleben String+Extensions.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[13/51] Compiling Stilleben UIView+Extensions.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[14/51] Compiling Stilleben XCTAttachment+Extensions.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[15/51] Compiling Stilleben Bundle+Swizzling.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[16/51] Compiling Stilleben EnvironmentModifier.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[17/51] Compiling Stilleben Modifier.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[18/51] Compiling Stilleben Snapshot+UIViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[19/51] Compiling Stilleben SnapshotContext.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[20/51] Compiling Stilleben SnapshotContext+Callsite.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[21/51] Compiling Stilleben SnapshotContext+Record.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[22/51] Compiling Stilleben SnapshotContext+Sizing.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[23/51] Compiling Stilleben Snapshot+Render.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[24/51] Compiling Stilleben Snapshot+Sizing.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[25/51] Compiling Stilleben Snapshot+SwiftUI.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[26/51] Compiling Stilleben Snapshot+UIImage.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[27/51] Compiling Stilleben Snapshot+UIKit.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[28/51] Compiling Stilleben Snapshot+Assert.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[29/51] Compiling Stilleben Snapshot+Device.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[30/51] Compiling Stilleben Snapshot+Encodable.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[31/51] Compiling Stilleben Snapshot+Match.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[32/51] Compiling Stilleben Snapshot+Record.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[33/51] Compiling Stilleben Snapshot+Reflect.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[34/51] Compiling Stilleben DynamicHeightStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[35/51] Compiling Stilleben IntrinsicSizeStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[36/51] Compiling Stilleben ScreenSizeStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[37/51] Compiling Stilleben SizingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[38/51] Compiling Stilleben Callsite.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[39/51] Compiling Stilleben Snapshot.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[40/51] Compiling Stilleben TraitsViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[41/51] Compiling Stilleben UIView+AutoLayout.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[42/51] Compiling Stilleben WrapperViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[43/51] Compiling Stilleben EncodableMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[44/51] Compiling Stilleben ReflectionMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[45/51] Compiling Stilleben UIMatcher+SwiftUI.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[46/51] Compiling Stilleben UIMatcher+UIKit.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[47/51] Compiling Stilleben UIMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[48/51] Compiling Stilleben LocalFileRecordingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[49/51] Compiling Stilleben RecordingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[50/51] Compiling Stilleben DefaultRenderingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
[51/51] Compiling Stilleben RenderingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import XCTest
3 |
BUILD FAILURE 6.2 wasm