The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftThemeKit, reference 1.0.2 (c207e5), with Swift 6.1 for Wasm on 15 Jun 2025 12:26:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

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