Build Information
Failed to build AudioManager, reference main (f5f991
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 16:20:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/markbattistella/AudioManager.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/markbattistella/AudioManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f5f9915 2024-12-11 - Modifer overloads
Cloned https://github.com/markbattistella/AudioManager.git
Revision (git rev-parse @):
f5f991522b21c614085cc0eb3cc6921c8eeb39d7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/AudioManager.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/markbattistella/AudioManager.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/markbattistella/DefaultsKit
Fetching https://github.com/markbattistella/TriggerKit
[1/31] Fetching triggerkit
[32/118] Fetching triggerkit, defaultskit
Fetched https://github.com/markbattistella/TriggerKit from cache (0.25s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.25s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 1.0.1 (0.64s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.2.1 (0.35s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 2.2.1
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 1.0.1
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/14] Compiling DefaultsKit resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/DefaultsKit/Sources/DefaultsKit/AppStorage+Ext.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | /// Extension for AppStorage to handle `Bool` types.
[7/14] Compiling TriggerKit TriggerActionPerformable.swift
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | /// A `ViewModifier` that triggers an action when a specified state changes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/14] Emitting module TriggerKit
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | /// A `ViewModifier` that triggers an action when a specified state changes.
[9/14] Compiling TriggerKit StateChangeModifier.swift
/host/spi-builder-workspace/.build/checkouts/TriggerKit/Sources/TriggerKit/StateChangeModifier.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | /// A `ViewModifier` that triggers an action when a specified state changes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/14] Emitting module DefaultsKit
/host/spi-builder-workspace/.build/checkouts/DefaultsKit/Sources/DefaultsKit/AppStorage+Ext.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | /// Extension for AppStorage to handle `Bool` types.
/host/spi-builder-workspace/.build/checkouts/DefaultsKit/Sources/DefaultsKit/AppStorage+Ext.swift:7:8: error: no such module 'SwiftUI'
5 | //
6 |
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 |
9 | /// Extension for AppStorage to handle `Bool` types.
BUILD FAILURE 6.2 wasm