Build Information
Failed to build HapticsManager, reference main (1391e6
), with Swift 6.0 for Linux on 11 Dec 2024 04:41:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/HapticsManager.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/HapticsManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1391e63 2024-12-05 - Fix to suite name 2024-12-11 - Added new modifer overloads
Cloned https://github.com/markbattistella/HapticsManager.git
Revision (git rev-parse @):
1391e63bcf8280b37c4fe571cdd232600968ec26
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/HapticsManager.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/markbattistella/HapticsManager.git
https://github.com/markbattistella/HapticsManager.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" : "HapticsManager",
"name" : "HapticsManager",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HapticsManager",
"targets" : [
"HapticsManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HapticsManager",
"module_type" : "SwiftTarget",
"name" : "HapticsManager",
"path" : "Sources/HapticsManager",
"product_dependencies" : [
"DefaultsKit",
"TriggerKit"
],
"product_memberships" : [
"HapticsManager"
],
"sources" : [
"CustomHaptic.swift",
"HapticFeedbackPerformer.swift",
"HapticFeedbackSettings.swift",
"HapticUserDefaultsKey.swift",
"UserDefaults+Ext.swift",
"View+Ext.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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.21s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.21s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 1.0.1 (0.42s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.2.1 (0.44s)
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
[0/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/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)
[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 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.
BUILD FAILURE 6.0 linux