Build Information
Failed to build SwiftThemeKit, reference 1.2.4 (174a9f
), with Swift 6.1 for Linux on 8 Sep 2025 19:39:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Charlyk/swift-theme-kit.git
Reference: 1.2.4
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/Charlyk/swift-theme-kit
* tag 1.2.4 -> FETCH_HEAD
HEAD is now at 174a9f7 Merge pull request #22 from Charlyk/develop
Cloned https://github.com/Charlyk/swift-theme-kit.git
Revision (git rev-parse @):
174a9f70d5b980c602f92fc2340d65a988bbee38
SUCCESS checkout https://github.com/Charlyk/swift-theme-kit.git at 1.2.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Charlyk/swift-theme-kit.git
https://github.com/Charlyk/swift-theme-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "viewinspector",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nalexn/ViewInspector"
}
],
"manifest_display_name" : "SwiftThemeKit",
"name" : "SwiftThemeKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftThemeKit",
"targets" : [
"SwiftThemeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftThemeKitTests",
"module_type" : "SwiftTarget",
"name" : "SwiftThemeKitTests",
"path" : "Tests/SwiftThemeKitTests",
"product_dependencies" : [
"ViewInspector"
],
"sources" : [
"ThemeColorsTests.swift",
"ThemeProviderTests.swift",
"ThemeRadiiTests.swift",
"ThemeShadowsTests.swift",
"ThemeShapesTests.swift",
"ThemeSpacingTests.swift",
"ThemeStrokeTests.swift",
"ThemeTypographyTests.swift"
],
"target_dependencies" : [
"SwiftThemeKit"
],
"type" : "test"
},
{
"c99name" : "SwiftThemeKit",
"module_type" : "SwiftTarget",
"name" : "SwiftThemeKit",
"path" : "Sources/SwiftThemeKit",
"product_memberships" : [
"SwiftThemeKit"
],
"sources" : [
"Components/Card.swift",
"Components/Checkbox.swift",
"Components/RadioButton.swift",
"Components/RadioGroup.swift",
"Components/ThemedShape.swift",
"Components/ThemedTextEditor.swift",
"EnvironmentKeys.swift",
"Extensions/Color.swift",
"Extensions/Shape+ThemeModifiers.swift",
"Extensions/Theme+Copy.swift",
"Extensions/ThemeButton+Copy.swift",
"Extensions/ThemeCheckboxSize+Copy.swift",
"Extensions/ThemeColors+Copy.swift",
"Extensions/ThemeRadii+Copy.swift",
"Extensions/ThemeRadioButtonSize+Copy.swift",
"Extensions/ThemeShadow+Copy.swift",
"Extensions/ThemeShadows+Copy.swift",
"Extensions/ThemeShapes+Copy.swift",
"Extensions/ThemeSpacing+Copy.swift",
"Extensions/ThemeTypography+Copy.swift",
"Extensions/View+Button.swift",
"Extensions/View+TextEditor.swift",
"Extensions/View+TextField.swift",
"Extensions/View+ThemeModifiers.swift",
"Extensions/View+Utils.swift",
"Modifiers/BackgroundColorModifier.swift",
"Modifiers/BackgroundShapeModifier.swift",
"Modifiers/Button/ButtonConfiguration.swift",
"Modifiers/Button/ButtonModifiers.swift",
"Modifiers/Button/ThemedButtonModifier.swift",
"Modifiers/ClipRadiusModifier.swift",
"Modifiers/ClipShapeModifier.swift",
"Modifiers/CornerRadiusModifier.swift",
"Modifiers/ForegroundModifier.swift",
"Modifiers/PaddingModifier.swift",
"Modifiers/ShadowModifier.swift",
"Modifiers/StrokeModifier.swift",
"Modifiers/TextEditor/TextEditorConfiguration.swift",
"Modifiers/TextEditor/TextEditorModifiers.swift",
"Modifiers/TextEditor/ThemedTextEditorModifier.swift",
"Modifiers/TextField/TextFieldConfiguration.swift",
"Modifiers/TextField/TextFieldModifiers.swift",
"Modifiers/TextField/ThemedTextFieldModifier.swift",
"Modifiers/ThemedNavigationTitleModifier.swift",
"Modifiers/Typography/TypographyModifier.swift",
"Styles/PlainTextButtonStyle.swift",
"Styles/ThemeButtonStyle.swift",
"Styles/ThemeTextFieldStyle.swift",
"Theme.swift",
"ThemeProvider.swift",
"Tokens/Button/ButtonShape.swift",
"Tokens/Button/ButtonSize.swift",
"Tokens/Button/ButtonVariant.swift",
"Tokens/Checkbox/CheckboxConfiguration.swift",
"Tokens/Checkbox/CheckboxShape.swift",
"Tokens/Checkbox/ThemeCheckboxSize.swift",
"Tokens/Checkbox/ThemePlatform+CheckboxConfiguration.swift",
"Tokens/RadioButton/RadioButtonConfiguration.swift",
"Tokens/RadioButton/ThemePlatform+RadioButtonConfiguration.swift",
"Tokens/RadioButton/ThemeRadioButtonSize.swift",
"Tokens/TextField/TextFieldShape.swift",
"Tokens/TextField/TextFieldSize.swift",
"Tokens/TextField/TextFieldVariant.swift",
"Tokens/ThemeButtonDefaults.swift",
"Tokens/ThemeColors.swift",
"Tokens/ThemeFontToken.swift",
"Tokens/ThemePlatform.swift",
"Tokens/ThemePositions.swift",
"Tokens/ThemeRadii.swift",
"Tokens/ThemeShadow.swift",
"Tokens/ThemeShadows.swift",
"Tokens/ThemeShapes.swift",
"Tokens/ThemeSpacing.swift",
"Tokens/ThemeStroke.swift",
"Tokens/ThemeTextFieldDefaults.swift",
"Tokens/ThemeTypography.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nalexn/ViewInspector
[1/12529] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (0.94s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.2 (1.91s)
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at 0.10.2
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/70] Compiling SwiftThemeKit ThemeProvider.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[4/70] Compiling SwiftThemeKit ButtonShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[5/70] Compiling SwiftThemeKit ButtonSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[6/70] Compiling SwiftThemeKit ButtonVariant.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[7/70] Compiling SwiftThemeKit CheckboxConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[8/70] Compiling SwiftThemeKit CheckboxShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[9/70] Compiling SwiftThemeKit ThemeCheckboxSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[10/70] Compiling SwiftThemeKit ThemePlatform+CheckboxConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[11/70] Compiling SwiftThemeKit RadioButtonConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[12/79] Compiling SwiftThemeKit Card.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[13/79] Compiling SwiftThemeKit Checkbox.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[14/79] Compiling SwiftThemeKit RadioButton.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[15/79] Compiling SwiftThemeKit RadioGroup.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[16/79] Compiling SwiftThemeKit ThemedShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[17/79] Compiling SwiftThemeKit ThemedTextEditor.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[18/79] Compiling SwiftThemeKit EnvironmentKeys.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[19/79] Compiling SwiftThemeKit Color.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[20/79] Compiling SwiftThemeKit Shape+ThemeModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[21/79] Compiling SwiftThemeKit Theme+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[22/79] Compiling SwiftThemeKit ThemePlatform+RadioButtonConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[23/79] Compiling SwiftThemeKit ThemeRadioButtonSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[24/79] Compiling SwiftThemeKit TextFieldShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[25/79] Compiling SwiftThemeKit TextFieldSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[26/79] Compiling SwiftThemeKit TextFieldVariant.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[27/79] Compiling SwiftThemeKit ThemeButtonDefaults.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[28/79] Compiling SwiftThemeKit ThemeColors.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[29/79] Compiling SwiftThemeKit ThemeFontToken.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[30/79] Compiling SwiftThemeKit ThemePlatform.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[31/79] Compiling SwiftThemeKit View+Button.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[32/79] Compiling SwiftThemeKit View+TextEditor.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[33/79] Compiling SwiftThemeKit View+TextField.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[34/79] Compiling SwiftThemeKit View+ThemeModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[35/79] Compiling SwiftThemeKit View+Utils.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[36/79] Compiling SwiftThemeKit BackgroundColorModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[37/79] Compiling SwiftThemeKit BackgroundShapeModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[38/79] Compiling SwiftThemeKit ButtonConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[39/79] Compiling SwiftThemeKit ButtonModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[40/79] Compiling SwiftThemeKit ThemedButtonModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[41/79] Compiling SwiftThemeKit TextFieldConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[42/79] Compiling SwiftThemeKit TextFieldModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[43/79] Compiling SwiftThemeKit ThemedTextFieldModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[44/79] Compiling SwiftThemeKit ThemedNavigationTitleModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[45/79] Compiling SwiftThemeKit TypographyModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[46/79] Compiling SwiftThemeKit PlainTextButtonStyle.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[47/79] Compiling SwiftThemeKit ThemeButtonStyle.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[48/79] Compiling SwiftThemeKit ThemeTextFieldStyle.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[49/79] Compiling SwiftThemeKit Theme.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[50/79] Compiling SwiftThemeKit ClipRadiusModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[51/79] Compiling SwiftThemeKit ClipShapeModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[52/79] Compiling SwiftThemeKit CornerRadiusModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[53/79] Compiling SwiftThemeKit ForegroundModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[54/79] Compiling SwiftThemeKit PaddingModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[55/79] Compiling SwiftThemeKit ShadowModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[56/79] Compiling SwiftThemeKit StrokeModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[57/79] Compiling SwiftThemeKit TextEditorConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[58/79] Compiling SwiftThemeKit TextEditorModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[59/79] Compiling SwiftThemeKit ThemedTextEditorModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[60/79] Compiling SwiftThemeKit ThemePositions.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[61/79] Compiling SwiftThemeKit ThemeRadii.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[62/79] Compiling SwiftThemeKit ThemeShadow.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[63/79] Compiling SwiftThemeKit ThemeShadows.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[64/79] Compiling SwiftThemeKit ThemeShapes.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[65/79] Compiling SwiftThemeKit ThemeSpacing.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[66/79] Compiling SwiftThemeKit ThemeStroke.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[67/79] Compiling SwiftThemeKit ThemeTextFieldDefaults.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[68/79] Compiling SwiftThemeKit ThemeTypography.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/79] Emitting module SwiftThemeKit
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[70/79] Compiling SwiftThemeKit ThemeButton+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[71/79] Compiling SwiftThemeKit ThemeCheckboxSize+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[72/79] Compiling SwiftThemeKit ThemeColors+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[73/79] Compiling SwiftThemeKit ThemeRadii+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[74/79] Compiling SwiftThemeKit ThemeRadioButtonSize+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[75/79] Compiling SwiftThemeKit ThemeShadow+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[76/79] Compiling SwiftThemeKit ThemeShadows+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[77/79] Compiling SwiftThemeKit ThemeShapes+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[78/79] Compiling SwiftThemeKit ThemeSpacing+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[79/79] Compiling SwiftThemeKit ThemeTypography+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/69] Compiling SwiftThemeKit ClipRadiusModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[3/69] Compiling SwiftThemeKit ClipShapeModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[4/69] Compiling SwiftThemeKit CornerRadiusModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[5/69] Compiling SwiftThemeKit ForegroundModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[6/69] Compiling SwiftThemeKit PaddingModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[7/69] Compiling SwiftThemeKit ShadowModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[8/69] Compiling SwiftThemeKit StrokeModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[9/69] Compiling SwiftThemeKit TextEditorConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[10/69] Compiling SwiftThemeKit TextEditorModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[11/69] Compiling SwiftThemeKit ThemedTextEditorModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[12/78] Compiling SwiftThemeKit ThemeProvider.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[13/78] Compiling SwiftThemeKit ButtonShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[14/78] Compiling SwiftThemeKit ButtonSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[15/78] Compiling SwiftThemeKit ButtonVariant.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[16/78] Compiling SwiftThemeKit CheckboxConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[17/78] Compiling SwiftThemeKit CheckboxShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[18/78] Compiling SwiftThemeKit ThemeCheckboxSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[19/78] Compiling SwiftThemeKit ThemePlatform+CheckboxConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[20/78] Compiling SwiftThemeKit RadioButtonConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[21/78] Compiling SwiftThemeKit View+Button.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[22/78] Compiling SwiftThemeKit View+TextEditor.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[23/78] Compiling SwiftThemeKit View+TextField.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[24/78] Compiling SwiftThemeKit View+ThemeModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[25/78] Compiling SwiftThemeKit View+Utils.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[26/78] Compiling SwiftThemeKit BackgroundColorModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[27/78] Compiling SwiftThemeKit BackgroundShapeModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[28/78] Compiling SwiftThemeKit ButtonConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[29/78] Compiling SwiftThemeKit ButtonModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[30/78] Compiling SwiftThemeKit ThemedButtonModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[31/78] Compiling SwiftThemeKit ThemePositions.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[32/78] Compiling SwiftThemeKit ThemeRadii.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[33/78] Compiling SwiftThemeKit ThemeShadow.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[34/78] Compiling SwiftThemeKit ThemeShadows.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[35/78] Compiling SwiftThemeKit ThemeShapes.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[36/78] Compiling SwiftThemeKit ThemeSpacing.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[37/78] Compiling SwiftThemeKit ThemeStroke.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[38/78] Compiling SwiftThemeKit ThemeTextFieldDefaults.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[39/78] Compiling SwiftThemeKit ThemeTypography.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[40/78] Compiling SwiftThemeKit ThemePlatform+RadioButtonConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[41/78] Compiling SwiftThemeKit ThemeRadioButtonSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[42/78] Compiling SwiftThemeKit TextFieldShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[43/78] Compiling SwiftThemeKit TextFieldSize.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[44/78] Compiling SwiftThemeKit TextFieldVariant.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[45/78] Compiling SwiftThemeKit ThemeButtonDefaults.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[46/78] Compiling SwiftThemeKit ThemeColors.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[47/78] Compiling SwiftThemeKit ThemeFontToken.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[48/78] Compiling SwiftThemeKit ThemePlatform.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[49/78] Compiling SwiftThemeKit TextFieldConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[50/78] Compiling SwiftThemeKit TextFieldModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[51/78] Compiling SwiftThemeKit ThemedTextFieldModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[52/78] Compiling SwiftThemeKit ThemedNavigationTitleModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[53/78] Compiling SwiftThemeKit TypographyModifier.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[54/78] Compiling SwiftThemeKit PlainTextButtonStyle.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[55/78] Compiling SwiftThemeKit ThemeButtonStyle.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[56/78] Compiling SwiftThemeKit ThemeTextFieldStyle.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[57/78] Compiling SwiftThemeKit Theme.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[58/78] Emitting module SwiftThemeKit
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[59/78] Compiling SwiftThemeKit Card.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[60/78] Compiling SwiftThemeKit Checkbox.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[61/78] Compiling SwiftThemeKit RadioButton.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[62/78] Compiling SwiftThemeKit RadioGroup.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[63/78] Compiling SwiftThemeKit ThemedShape.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[64/78] Compiling SwiftThemeKit ThemedTextEditor.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[65/78] Compiling SwiftThemeKit EnvironmentKeys.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[66/78] Compiling SwiftThemeKit Color.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[67/78] Compiling SwiftThemeKit Shape+ThemeModifiers.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[68/78] Compiling SwiftThemeKit Theme+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[69/78] Compiling SwiftThemeKit ThemeButton+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[70/78] Compiling SwiftThemeKit ThemeCheckboxSize+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[71/78] Compiling SwiftThemeKit ThemeColors+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[72/78] Compiling SwiftThemeKit ThemeRadii+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[73/78] Compiling SwiftThemeKit ThemeRadioButtonSize+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[74/78] Compiling SwiftThemeKit ThemeShadow+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[75/78] Compiling SwiftThemeKit ThemeShadows+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[76/78] Compiling SwiftThemeKit ThemeShapes+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[77/78] Compiling SwiftThemeKit ThemeSpacing+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
[78/78] Compiling SwiftThemeKit ThemeTypography+Copy.swift
/host/spi-builder-workspace/Sources/SwiftThemeKit/Components/Card.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A flexible, reusable card component that adapts to the current theme.
BUILD FAILURE 6.1 linux