Build Information
Failed to build UserDefaultsEditor, reference 0.5.0 (bb11c7), with Swift 6.2 for Linux on 6 Sep 2025 14:52:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/UserDefaultsEditor.git
Reference: 0.5.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/Ryu0118/UserDefaultsEditor
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at bb11c79 Fix build issues and simplify GitHub Actions workflow
Cloned https://github.com/Ryu0118/UserDefaultsEditor.git
Revision (git rev-parse @):
bb11c79f2e6750c8679397601a50971554f6c33a
SUCCESS checkout https://github.com/Ryu0118/UserDefaultsEditor.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Ryu0118/UserDefaultsEditor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/p-x9/EditValueView.git
[1/575] Fetching editvalueview
Fetched https://github.com/p-x9/EditValueView.git from cache (0.25s)
Computing version for https://github.com/p-x9/EditValueView.git
Computed https://github.com/p-x9/EditValueView.git at 0.7.0 (2.35s)
Fetching https://github.com/p-x9/SwiftUIColor.git
Fetching https://github.com/p-x9/swiftui-reflection-view.git
Fetching https://github.com/p-x9/swift-magic-mirror.git
[1/45] Fetching swift-magic-mirror
[46/1492] Fetching swift-magic-mirror, swiftuicolor
[683/1843] Fetching swift-magic-mirror, swiftuicolor, swiftui-reflection-view
Fetched https://github.com/p-x9/SwiftUIColor.git from cache (0.27s)
Fetched https://github.com/p-x9/swift-magic-mirror.git from cache (0.27s)
Fetched https://github.com/p-x9/swiftui-reflection-view.git from cache (0.27s)
Computing version for https://github.com/p-x9/swift-magic-mirror.git
Computed https://github.com/p-x9/swift-magic-mirror.git at 0.2.0 (0.63s)
Computing version for https://github.com/p-x9/SwiftUIColor.git
Computed https://github.com/p-x9/SwiftUIColor.git at 0.6.0 (0.48s)
Computing version for https://github.com/p-x9/swiftui-reflection-view.git
Computed https://github.com/p-x9/swiftui-reflection-view.git at 0.11.0 (0.35s)
Creating working copy for https://github.com/p-x9/EditValueView.git
Working copy of https://github.com/p-x9/EditValueView.git resolved at 0.7.0
Creating working copy for https://github.com/p-x9/swift-magic-mirror.git
Working copy of https://github.com/p-x9/swift-magic-mirror.git resolved at 0.2.0
Creating working copy for https://github.com/p-x9/SwiftUIColor.git
Working copy of https://github.com/p-x9/SwiftUIColor.git resolved at 0.6.0
Creating working copy for https://github.com/p-x9/swiftui-reflection-view.git
Working copy of https://github.com/p-x9/swiftui-reflection-view.git resolved at 0.11.0
Building for debugging...
[0/10] Write sources
[1/10] Copying PrivacyInfo.xcprivacy
[3/10] Write sources
[7/10] Copying Media.xcassets
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/22] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[12/23] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[13/23] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/23] Emitting module SwiftUIColor
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[15/23] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[16/23] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/23] Emitting module MagicMirror
/host/spi-builder-workspace/.build/checkouts/swift-magic-mirror/Sources/MagicMirror/MagicMirror.swift:95:36: error: cannot find 'class_getSuperclass' in scope
93 | self._makeSuperclassMirror = {
94 | guard let subjectClass = subjectType as? AnyClass,
95 | let superclass = class_getSuperclass(subjectClass) else {
| `- error: cannot find 'class_getSuperclass' in scope
96 | return nil
97 | }
[18/23] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[19/23] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[20/23] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
3 |
4 | import SwiftUI
| `- error: no such module 'SwiftUI'
5 |
6 | public extension Color {
[21/23] Compiling MagicMirror typealias.swift
BUILD FAILURE 6.2 linux