Build Information
Failed to build AudioManager, reference 2.2.0 (f5f991
), with Swift 6.1 for Linux on 30 Apr 2025 02:44:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/markbattistella/AudioManager.git
https://github.com/markbattistella/AudioManager.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "defaultskit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/DefaultsKit"
},
{
"identity" : "triggerkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/TriggerKit"
}
],
"manifest_display_name" : "AudioManager",
"name" : "AudioManager",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AudioManager",
"targets" : [
"AudioManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AudioManager",
"module_type" : "SwiftTarget",
"name" : "AudioManager",
"path" : "Sources/AudioManager",
"product_dependencies" : [
"DefaultsKit",
"TriggerKit"
],
"product_memberships" : [
"AudioManager"
],
"sources" : [
"AudioCompatibility.swift",
"AudioFeedbackPerformer.swift",
"AudioFeedbackSettings.swift",
"AudioUserDefaultsKey.swift",
"Protocols/SoundRepresentable.swift",
"Protocols/SystemSoundRepresentable.swift",
"System Sounds/ModernSystemSound.swift",
"System Sounds/NanoSystemSound.swift",
"System Sounds/NewSystemSound.swift",
"System Sounds/UISystemSound.swift",
"SystemSound.swift",
"UserDefaults+Ext.swift",
"View+Ext.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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.27s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.27s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 1.0.1 (0.69s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.2.1 (0.42s)
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] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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.
[7/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.
[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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/10] 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.
[3/10] 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)
[4/10] 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.
BUILD FAILURE 6.1 linux