The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DynamicUI, reference main (e12394), with Swift 6.1 for Wasm on 20 Dec 2025 17:34:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/DynamicUI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/0xWDG/DynamicUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e123942 Merge pull request #22 from 0xWDG/fix-typos-and-identation
Cloned https://github.com/0xWDG/DynamicUI.git
Revision (git rev-parse @):
e123942262689ed6c485f37bbad2635fd92fc1d8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/DynamicUI.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xWDG/DynamicUI.git
https://github.com/0xWDG/DynamicUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicUI",
  "name" : "DynamicUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicUI",
      "targets" : [
        "DynamicUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicUITests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicUITests",
      "path" : "Tests/DynamicUITests",
      "sources" : [
        "DynamicUITests.swift"
      ],
      "target_dependencies" : [
        "DynamicUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicUI",
      "module_type" : "SwiftTarget",
      "name" : "DynamicUI",
      "path" : "Sources/DynamicUI",
      "product_memberships" : [
        "DynamicUI"
      ],
      "sources" : [
        "DynamicUI.swift",
        "DynamicUIComponent.swift",
        "Extensions/Binding.onChange.swift",
        "Extensions/View.modifiers.swift",
        "Helpers/AnyCodable.swift",
        "Helpers/DynamicUIHelper.swift",
        "Views/DynamicButton.swift",
        "Views/DynamicDisclosureGroup.swift",
        "Views/DynamicDivider.swift",
        "Views/DynamicForm.swift",
        "Views/DynamicGauge.swift",
        "Views/DynamicGroup.swift",
        "Views/DynamicGroupBox.swift",
        "Views/DynamicHSplitView.swift",
        "Views/DynamicHStack.swift",
        "Views/DynamicImage.swift",
        "Views/DynamicLabel.swift",
        "Views/DynamicList.swift",
        "Views/DynamicNavigationView.swift",
        "Views/DynamicPicker.swift",
        "Views/DynamicProgressView.swift",
        "Views/DynamicScrollView.swift",
        "Views/DynamicSection.swift",
        "Views/DynamicSecureTextField.swift",
        "Views/DynamicSlider.swift",
        "Views/DynamicSpacer.swift",
        "Views/DynamicTEMPLATE.swift",
        "Views/DynamicText.swift",
        "Views/DynamicTextEditor.swift",
        "Views/DynamicTextField.swift",
        "Views/DynamicToggle.swift",
        "Views/DynamicVSplitView.swift",
        "Views/DynamicVStack.swift",
        "Views/DynamicZStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/DynamicUI/PrivacyInfo.xcprivacy
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/33] Emitting module DynamicUI
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[4/37] Compiling DynamicUI DynamicTEMPLATE.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[5/37] Compiling DynamicUI DynamicText.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[6/37] Compiling DynamicUI DynamicTextEditor.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[7/37] Compiling DynamicUI DynamicTextField.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[8/37] Compiling DynamicUI DynamicSection.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[9/37] Compiling DynamicUI DynamicSecureTextField.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[10/37] Compiling DynamicUI DynamicSlider.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[11/37] Compiling DynamicUI DynamicSpacer.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[12/37] Compiling DynamicUI DynamicGauge.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[13/37] Compiling DynamicUI DynamicGroup.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[14/37] Compiling DynamicUI DynamicGroupBox.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[15/37] Compiling DynamicUI DynamicHSplitView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[16/37] Compiling DynamicUI DynamicToggle.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[17/37] Compiling DynamicUI DynamicVSplitView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[18/37] Compiling DynamicUI DynamicVStack.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[19/37] Compiling DynamicUI DynamicZStack.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[20/37] Compiling DynamicUI DynamicHStack.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[21/37] Compiling DynamicUI DynamicImage.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[22/37] Compiling DynamicUI DynamicLabel.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[23/37] Compiling DynamicUI DynamicList.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[24/37] Compiling DynamicUI DynamicNavigationView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[25/37] Compiling DynamicUI DynamicPicker.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[26/37] Compiling DynamicUI DynamicProgressView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[27/37] Compiling DynamicUI DynamicScrollView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[28/37] Compiling DynamicUI DynamicUIHelper.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[29/37] Compiling DynamicUI DynamicButton.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[30/37] Compiling DynamicUI DynamicDisclosureGroup.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[31/37] Compiling DynamicUI DynamicDivider.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[32/37] Compiling DynamicUI DynamicForm.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[33/37] Compiling DynamicUI DynamicUI.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[34/37] Compiling DynamicUI DynamicUIComponent.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[35/37] Compiling DynamicUI Binding.onChange.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[36/37] Compiling DynamicUI View.modifiers.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[37/37] Compiling DynamicUI AnyCodable.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/DynamicUI/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling DynamicUI DynamicTEMPLATE.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[3/32] Compiling DynamicUI DynamicText.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[4/32] Compiling DynamicUI DynamicTextEditor.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[5/32] Compiling DynamicUI DynamicTextField.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[6/36] Compiling DynamicUI DynamicHStack.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[7/36] Compiling DynamicUI DynamicImage.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[8/36] Compiling DynamicUI DynamicLabel.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[9/36] Compiling DynamicUI DynamicList.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[10/36] Compiling DynamicUI DynamicSection.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[11/36] Compiling DynamicUI DynamicSecureTextField.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[12/36] Compiling DynamicUI DynamicSlider.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[13/36] Compiling DynamicUI DynamicSpacer.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[14/36] Compiling DynamicUI DynamicGauge.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[15/36] Compiling DynamicUI DynamicGroup.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[16/36] Compiling DynamicUI DynamicGroupBox.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[17/36] Compiling DynamicUI DynamicHSplitView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[18/36] Compiling DynamicUI DynamicUIHelper.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[19/36] Compiling DynamicUI DynamicButton.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[20/36] Compiling DynamicUI DynamicDisclosureGroup.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[21/36] Compiling DynamicUI DynamicDivider.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[22/36] Compiling DynamicUI DynamicForm.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[23/36] Compiling DynamicUI DynamicNavigationView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[24/36] Compiling DynamicUI DynamicPicker.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[25/36] Compiling DynamicUI DynamicProgressView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[26/36] Compiling DynamicUI DynamicScrollView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/36] Emitting module DynamicUI
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[28/36] Compiling DynamicUI DynamicUI.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[29/36] Compiling DynamicUI DynamicUIComponent.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[30/36] Compiling DynamicUI Binding.onChange.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[31/36] Compiling DynamicUI View.modifiers.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[32/36] Compiling DynamicUI AnyCodable.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[33/36] Compiling DynamicUI DynamicToggle.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[34/36] Compiling DynamicUI DynamicVSplitView.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[35/36] Compiling DynamicUI DynamicVStack.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
[36/36] Compiling DynamicUI DynamicZStack.swift
/host/spi-builder-workspace/Sources/DynamicUI/DynamicUI.swift:12:8: error: no such module 'SwiftUI'
 10 | //  MIT LICENCE
 11 |
 12 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 13 |
 14 | /// DynamicUI
BUILD FAILURE 6.1 wasm