Build Information
Failed to build AudioManager, reference 2.2.0 (f5f991
), with Swift 6.2 (beta) for Android on 22 Jun 2025 16:19:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/AudioManager.git
Reference: 2.2.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/markbattistella/AudioManager
* tag 2.2.0 -> FETCH_HEAD
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 2.2.0
========================================
Build
========================================
Selected platform: android
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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/markbattistella/TriggerKit
Fetching https://github.com/markbattistella/DefaultsKit
[1/87] Fetching defaultskit
[88/118] Fetching defaultskit, triggerkit
Fetched https://github.com/markbattistella/TriggerKit from cache (0.26s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.26s)
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.37s)
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 1.0.1
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 2.2.1
Building for debugging...
[0/5] Write sources
[3/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/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)
[7/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.
[8/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.
BUILD FAILURE 6.2 android