Build Information
Failed to build LoaderUI, reference master (af1151
), with Swift 6.1 for Linux on 28 Apr 2025 03:25:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mcrich23/LoaderUI.git
Reference: master
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/Mcrich23/LoaderUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at af1151c Fixed exclude error
Cloned https://github.com/Mcrich23/LoaderUI.git
Revision (git rev-parse @):
af1151c489c087da79f7bf25382ed4d680133b29
SUCCESS checkout https://github.com/Mcrich23/LoaderUI.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Mcrich23/LoaderUI.git
https://github.com/Mcrich23/LoaderUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "LoaderUI",
"name" : "LoaderUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LoaderUI",
"targets" : [
"LoaderUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoaderUI",
"module_type" : "SwiftTarget",
"name" : "LoaderUI",
"path" : "Sources",
"product_memberships" : [
"LoaderUI"
],
"sources" : [
"BallBeat.swift",
"BallClipRotate.swift",
"BallClipRotateMultiple.swift",
"BallClipRotatePulse.swift",
"BallGridBeat.swift",
"BallGridPulse.swift",
"BallPulse.swift",
"BallPulseSync.swift",
"BallRotate.swift",
"BallScale.swift",
"BallScaleRipple.swift",
"BallScaleRippleMultiple.swift",
"BallTrianglePath.swift",
"BallZigZag.swift",
"BallZigZagDeflect.swift",
"CubeTransition.swift",
"KeyframeAnimation.swift",
"LineScale.swift",
"LineScaleParty.swift",
"LineScalePulseOut.swift",
"LineScalePulseOutRapid.swift",
"LoadingUI.swift",
"SemiCircleSpin.swift",
"SquareSpin.swift",
"TriangleSkewSpin.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/25] Emitting module LoaderUI
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[4/28] Compiling LoaderUI BallGridBeat.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[5/28] Compiling LoaderUI BallGridPulse.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[6/28] Compiling LoaderUI BallPulse.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[7/28] Compiling LoaderUI BallPulseSync.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[8/28] Compiling LoaderUI BallRotate.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[9/28] Compiling LoaderUI BallScale.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[10/28] Compiling LoaderUI BallScaleRipple.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[11/28] Compiling LoaderUI BallScaleRippleMultiple.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[12/28] Compiling LoaderUI BallTrianglePath.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[13/28] Compiling LoaderUI SemiCircleSpin.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[14/28] Compiling LoaderUI SquareSpin.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[15/28] Compiling LoaderUI TriangleSkewSpin.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[16/28] Compiling LoaderUI BallBeat.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[17/28] Compiling LoaderUI BallClipRotate.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[18/28] Compiling LoaderUI BallClipRotateMultiple.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[19/28] Compiling LoaderUI BallClipRotatePulse.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[20/28] Compiling LoaderUI KeyframeAnimation.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[21/28] Compiling LoaderUI LineScale.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[22/28] Compiling LoaderUI LineScaleParty.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[23/28] Compiling LoaderUI BallZigZag.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[24/28] Compiling LoaderUI BallZigZagDeflect.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[25/28] Compiling LoaderUI CubeTransition.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[26/28] Compiling LoaderUI LineScalePulseOut.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[27/28] Compiling LoaderUI LineScalePulseOutRapid.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[28/28] Compiling LoaderUI LoadingUI.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/24] Compiling LoaderUI BallGridBeat.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[3/24] Compiling LoaderUI BallGridPulse.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[4/24] Compiling LoaderUI BallPulse.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[5/27] Compiling LoaderUI LineScalePulseOut.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[6/27] Compiling LoaderUI LineScalePulseOutRapid.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[7/27] Compiling LoaderUI LoadingUI.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/27] Emitting module LoaderUI
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[9/27] Compiling LoaderUI SemiCircleSpin.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[10/27] Compiling LoaderUI SquareSpin.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[11/27] Compiling LoaderUI TriangleSkewSpin.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[12/27] Compiling LoaderUI BallPulseSync.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[13/27] Compiling LoaderUI BallRotate.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[14/27] Compiling LoaderUI BallScale.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[15/27] Compiling LoaderUI BallZigZag.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[16/27] Compiling LoaderUI BallZigZagDeflect.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[17/27] Compiling LoaderUI CubeTransition.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[18/27] Compiling LoaderUI KeyframeAnimation.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[19/27] Compiling LoaderUI LineScale.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[20/27] Compiling LoaderUI LineScaleParty.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[21/27] Compiling LoaderUI BallScaleRipple.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[22/27] Compiling LoaderUI BallScaleRippleMultiple.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[23/27] Compiling LoaderUI BallTrianglePath.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[24/27] Compiling LoaderUI BallBeat.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[25/27] Compiling LoaderUI BallClipRotate.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[26/27] Compiling LoaderUI BallClipRotateMultiple.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
[27/27] Compiling LoaderUI BallClipRotatePulse.swift
/host/spi-builder-workspace/Sources/BallBeat.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public struct BallBeat: View {
BUILD FAILURE 6.1 linux