Build Information
Failed to build LubaUI, reference main (9663aa), with Swift 6.1 for Linux on 1 May 2026 01:28:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ermanakar/LubaUI.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/ermanakar/LubaUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9663aa1 feat(showcase): update charts screen with interactive demos and more data
Cloned https://github.com/ermanakar/LubaUI.git
Revision (git rev-parse @):
9663aa199221b15418502452e16cd75e1019273b
SUCCESS checkout https://github.com/ermanakar/LubaUI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ermanakar/LubaUI.git
https://github.com/ermanakar/LubaUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3708] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/48] Compiling LubaUI LubaStepper.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[6/48] Compiling LubaUI LubaTabs.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[7/48] Compiling LubaUI LubaTextArea.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[8/48] Compiling LubaUI LubaTextField.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[9/48] Compiling LubaUI LubaToast.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[10/48] Compiling LubaUI LubaToggle.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[11/48] Compiling LubaUI LubaChip.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[12/48] Compiling LubaUI LubaDivider.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[13/48] Compiling LubaUI LubaIcon.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[14/48] Compiling LubaUI LubaLink.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[15/48] Compiling LubaUI LubaMenu.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[16/48] Compiling LubaUI LubaProgress.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[17/54] Compiling LubaUI LubaGlass.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[18/54] Compiling LubaUI LubaLongPressable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[19/54] Compiling LubaUI LubaPressable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[20/54] Compiling LubaUI LubaShimmerable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[21/54] Compiling LubaUI LubaSwipeable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[22/54] Compiling LubaUI LubaTheme.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[23/54] Compiling LubaUI LubaChartTokens.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[24/54] Compiling LubaUI LubaColors.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[25/54] Compiling LubaUI LubaControlTokens.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[26/54] Compiling LubaUI LubaFeedbackTokens.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[27/54] Compiling LubaUI LubaMotion.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[28/54] Compiling LubaUI LubaPrimitives.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[29/54] Compiling LubaUI LubaTooltip.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[30/54] Compiling LubaUI LubaConfig.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[31/54] Compiling LubaUI LubaUI.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[32/54] Compiling LubaUI LubaButtonStyling.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[33/54] Compiling LubaUI LubaChartStyle.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[34/54] Compiling LubaUI LubaExpandable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[35/54] Compiling LubaUI LubaRadio.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[36/54] Compiling LubaUI LubaRating.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[37/54] Compiling LubaUI LubaSearchBar.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[38/54] Compiling LubaUI LubaSheet.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[39/54] Compiling LubaUI LubaSkeleton.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[40/54] Compiling LubaUI LubaSlider.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/54] Emitting module LubaUI
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[42/54] Compiling LubaUI LubaAlert.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[43/54] Compiling LubaUI LubaAvatar.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[44/54] Compiling LubaUI LubaBadge.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[45/54] Compiling LubaUI LubaButton.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[46/54] Compiling LubaUI LubaCard.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[47/54] Compiling LubaUI LubaChart.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[48/54] Compiling LubaUI LubaCheckbox.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[49/54] Compiling LubaUI LubaRadius.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[50/54] Compiling LubaUI LubaSpacing.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[51/54] Compiling LubaUI LubaTypography.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[52/54] Compiling LubaUI LubaAccessibility.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[53/54] Compiling LubaUI LubaAnimations.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[54/54] Compiling LubaUI LubaHaptics.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/47] Compiling LubaUI LubaChip.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[5/47] Compiling LubaUI LubaDivider.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[6/47] Compiling LubaUI LubaIcon.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[7/47] Compiling LubaUI LubaLink.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[8/47] Compiling LubaUI LubaMenu.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[9/47] Compiling LubaUI LubaProgress.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/53] Emitting module LubaUI
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[11/53] Compiling LubaUI LubaRadio.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[12/53] Compiling LubaUI LubaRating.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[13/53] Compiling LubaUI LubaSearchBar.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[14/53] Compiling LubaUI LubaSheet.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[15/53] Compiling LubaUI LubaSkeleton.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[16/53] Compiling LubaUI LubaSlider.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[17/53] Compiling LubaUI LubaChartTokens.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[18/53] Compiling LubaUI LubaColors.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[19/53] Compiling LubaUI LubaControlTokens.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[20/53] Compiling LubaUI LubaFeedbackTokens.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[21/53] Compiling LubaUI LubaMotion.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[22/53] Compiling LubaUI LubaPrimitives.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[23/53] Compiling LubaUI LubaGlass.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[24/53] Compiling LubaUI LubaLongPressable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[25/53] Compiling LubaUI LubaPressable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[26/53] Compiling LubaUI LubaShimmerable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[27/53] Compiling LubaUI LubaSwipeable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[28/53] Compiling LubaUI LubaTheme.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[29/53] Compiling LubaUI LubaRadius.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[30/53] Compiling LubaUI LubaSpacing.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[31/53] Compiling LubaUI LubaTypography.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[32/53] Compiling LubaUI LubaAccessibility.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[33/53] Compiling LubaUI LubaAnimations.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[34/53] Compiling LubaUI LubaHaptics.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[35/53] Compiling LubaUI LubaAlert.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[36/53] Compiling LubaUI LubaAvatar.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[37/53] Compiling LubaUI LubaBadge.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[38/53] Compiling LubaUI LubaButton.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[39/53] Compiling LubaUI LubaCard.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[40/53] Compiling LubaUI LubaChart.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[41/53] Compiling LubaUI LubaCheckbox.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[42/53] Compiling LubaUI LubaStepper.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[43/53] Compiling LubaUI LubaTabs.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[44/53] Compiling LubaUI LubaTextArea.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[45/53] Compiling LubaUI LubaTextField.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[46/53] Compiling LubaUI LubaToast.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[47/53] Compiling LubaUI LubaToggle.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[48/53] Compiling LubaUI LubaTooltip.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[49/53] Compiling LubaUI LubaConfig.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[50/53] Compiling LubaUI LubaUI.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[51/53] Compiling LubaUI LubaButtonStyling.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[52/53] Compiling LubaUI LubaChartStyle.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
[53/53] Compiling LubaUI LubaExpandable.swift
/host/spi-builder-workspace/Sources/LubaUI/Components/LubaAlert.swift:15:8: error: no such module 'SwiftUI'
13 | //
14 |
15 | import SwiftUI
| `- error: no such module 'SwiftUI'
16 |
17 | // MARK: - Alert Style
BUILD FAILURE 6.1 linux