Build Information
Failed to build SwiftThemeKit, reference 1.0.3 (34d5b8
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 02:08:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Charlyk/swift-theme-kit.git
Reference: 1.0.3
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.0.3 -> FETCH_HEAD
HEAD is now at 34d5b8e Merge pull request #14 from Charlyk/develop
Cloned https://github.com/Charlyk/swift-theme-kit.git
Revision (git rev-parse @):
34d5b8e390d8b2a22917505e827832a0b5155460
SUCCESS checkout https://github.com/Charlyk/swift-theme-kit.git at 1.0.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Charlyk/swift-theme-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/nalexn/ViewInspector
[1/12415] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (1.41s)
Computing version for https://github.com/nalexn/ViewInspector
Computed https://github.com/nalexn/ViewInspector at 0.10.2 (1.76s)
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/66] 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.
[4/66] 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.
[5/66] 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.
[6/66] 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.
[7/66] 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.
[8/66] 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.
[9/66] 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.
[10/66] 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.
[11/66] 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.
[12/66] 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.
[13/66] 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.
[14/66] 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.
[15/66] 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.
[16/66] 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.
[17/66] 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.
[18/66] 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.
[19/66] 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.
[20/66] 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.
[21/66] 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.
[22/66] 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.
[23/66] 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.
[24/66] 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.
[25/66] 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.
[26/66] 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.
[27/66] 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.
[28/66] 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.
[29/66] 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.
[30/66] 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/66] 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.
[32/66] 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.
[33/66] 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.
[34/66] 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.
[35/66] 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.
[36/66] 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.
[37/66] 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.
[38/66] 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.
[39/66] 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.
[40/66] 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.
[41/66] 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.
[42/66] 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.
[43/66] 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.
[44/66] 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.
[45/66] 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.
[46/66] 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.
[47/66] 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.
[48/74] 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.
[49/74] 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.
[50/74] 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.
[51/74] 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.
[52/74] 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.
[53/74] 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.
[54/74] 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.
[55/74] 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.
[56/74] 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.
[57/74] 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.
[58/74] 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.
[59/74] 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.
[60/74] 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.
[61/74] 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.
[62/74] 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.
[63/74] 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.
[64/74] 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.
[65/74] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/74] 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.
[67/74] 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.
[68/74] 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.
[69/74] 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.
[70/74] 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.
[71/74] 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.
[72/74] 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.
[73/74] 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.
[74/74] 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.
BUILD FAILURE 6.2 wasm