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 MarkupEditor, reference main (2ded0a), with Swift 6.1 for Wasm on 30 May 2025 10:22:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/stevengharris/MarkupEditor.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/stevengharris/MarkupEditor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ded0a0 Merge pull request #241 from stevengharris/fixSetMessageHandler
Cloned https://github.com/stevengharris/MarkupEditor.git
Revision (git rev-parse @):
2ded0a0b71f09c329ead95f43b9ccbb986b83618
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stevengharris/MarkupEditor.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stevengharris/MarkupEditor.git
https://github.com/stevengharris/MarkupEditor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MarkupEditor",
  "name" : "MarkupEditor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "MarkupEditor",
      "targets" : [
        "MarkupEditor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarkupEditor",
      "module_type" : "SwiftTarget",
      "name" : "MarkupEditor",
      "path" : "MarkupEditor",
      "product_memberships" : [
        "MarkupEditor"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/MarkupEditor/Resources/markup.css",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditor/Resources/markup.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditor/Resources/markup.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditor/Resources/mirror.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Blur.swift",
        "CorrectionToolbar.swift",
        "EditableAttributes.swift",
        "ForcePopoverModifier.swift",
        "FormatContext.swift",
        "FormatToolbar.swift",
        "HtmlButton.swift",
        "HtmlButtonGroup.swift",
        "HtmlDiv.swift",
        "HtmlDivHolder.swift",
        "Icons.swift",
        "ImageViewController.swift",
        "InsertToolbar.swift",
        "LabeledToolbar.swift",
        "LinkViewController.swift",
        "ListContext.swift",
        "Logger+Extensions.swift",
        "MarkupCoordinator.swift",
        "MarkupDelegate.swift",
        "MarkupDivStructure.swift",
        "MarkupEditor.swift",
        "MarkupEditorUIView.swift",
        "MarkupEditorView.swift",
        "MarkupMenu.swift",
        "MarkupToolbar.swift",
        "MarkupToolbarUIView.swift",
        "MarkupWKWebView+DivExtensions.swift",
        "MarkupWKWebView.swift",
        "MarkupWKWebViewConfiguration.swift",
        "MarkupWKWebViewRepresentable.swift",
        "PopoverHostingController.swift",
        "SelectionState.swift",
        "String+Extensions.swift",
        "StyleContext.swift",
        "StyleToolbar.swift",
        "TableSizer.swift",
        "TableToolbar.swift",
        "ToolbarButton.swift",
        "ToolbarContents.swift",
        "ToolbarStyle.swift",
        "UIView+Extensions.swift",
        "View+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicTests",
      "module_type" : "SwiftTarget",
      "name" : "BasicTests",
      "path" : "MarkupEditorTests/BasicTests",
      "sources" : [
        "BasicTests.swift",
        "HtmlTest.swift"
      ],
      "target_dependencies" : [
        "MarkupEditor"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/6] Copying markup.html
[0/6] Copying markup.css
[0/6] Write sources
[3/6] Copying markup.js
[4/6] Copying mirror.css
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/45] Emitting module MarkupEditor
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[8/50] Compiling MarkupEditor StyleContext.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[9/50] Compiling MarkupEditor StyleToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[10/50] Compiling MarkupEditor TableSizer.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[11/50] Compiling MarkupEditor TableToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[12/50] Compiling MarkupEditor ToolbarButton.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[13/50] Compiling MarkupEditor ToolbarContents.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[14/50] Compiling MarkupEditor ToolbarStyle.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[15/50] Compiling MarkupEditor UIView+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[16/50] Compiling MarkupEditor View+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[17/50] Compiling MarkupEditor resource_bundle_accessor.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[18/50] Compiling MarkupEditor Blur.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[19/50] Compiling MarkupEditor CorrectionToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[20/50] Compiling MarkupEditor EditableAttributes.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[21/50] Compiling MarkupEditor ForcePopoverModifier.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[22/50] Compiling MarkupEditor FormatContext.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[23/50] Compiling MarkupEditor FormatToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[24/50] Compiling MarkupEditor InsertToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[25/50] Compiling MarkupEditor LabeledToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[26/50] Compiling MarkupEditor LinkViewController.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[27/50] Compiling MarkupEditor ListContext.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[28/50] Compiling MarkupEditor Logger+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[29/50] Compiling MarkupEditor MarkupCoordinator.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[30/50] Compiling MarkupEditor MarkupWKWebViewConfiguration.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[31/50] Compiling MarkupEditor MarkupWKWebViewRepresentable.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[32/50] Compiling MarkupEditor PopoverHostingController.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[33/50] Compiling MarkupEditor SelectionState.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[34/50] Compiling MarkupEditor String+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[35/50] Compiling MarkupEditor MarkupMenu.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[36/50] Compiling MarkupEditor MarkupToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[37/50] Compiling MarkupEditor MarkupToolbarUIView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[38/50] Compiling MarkupEditor MarkupWKWebView+DivExtensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[39/50] Compiling MarkupEditor MarkupWKWebView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[40/50] Compiling MarkupEditor MarkupDelegate.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[41/50] Compiling MarkupEditor MarkupDivStructure.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[42/50] Compiling MarkupEditor MarkupEditor.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[43/50] Compiling MarkupEditor MarkupEditorUIView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[44/50] Compiling MarkupEditor MarkupEditorView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[45/50] Compiling MarkupEditor HtmlButton.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[46/50] Compiling MarkupEditor HtmlButtonGroup.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[47/50] Compiling MarkupEditor HtmlDiv.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[48/50] Compiling MarkupEditor HtmlDivHolder.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[49/50] Compiling MarkupEditor Icons.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[50/50] Compiling MarkupEditor ImageViewController.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/40] Compiling MarkupEditor Blur.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[3/40] Compiling MarkupEditor CorrectionToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[4/40] Compiling MarkupEditor EditableAttributes.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[5/40] Compiling MarkupEditor ForcePopoverModifier.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[6/40] Compiling MarkupEditor FormatContext.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[7/40] Compiling MarkupEditor FormatToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[8/45] Compiling MarkupEditor MarkupDelegate.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[9/45] Compiling MarkupEditor MarkupDivStructure.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[10/45] Compiling MarkupEditor MarkupEditor.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[11/45] Compiling MarkupEditor MarkupEditorUIView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[12/45] Compiling MarkupEditor MarkupEditorView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/45] Emitting module MarkupEditor
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[14/45] Compiling MarkupEditor ToolbarContents.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[15/45] Compiling MarkupEditor ToolbarStyle.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[16/45] Compiling MarkupEditor UIView+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[17/45] Compiling MarkupEditor View+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[18/45] Compiling MarkupEditor resource_bundle_accessor.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[19/45] Compiling MarkupEditor MarkupMenu.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[20/45] Compiling MarkupEditor MarkupToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[21/45] Compiling MarkupEditor MarkupToolbarUIView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[22/45] Compiling MarkupEditor MarkupWKWebView+DivExtensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[23/45] Compiling MarkupEditor MarkupWKWebView.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[24/45] Compiling MarkupEditor MarkupWKWebViewConfiguration.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[25/45] Compiling MarkupEditor MarkupWKWebViewRepresentable.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[26/45] Compiling MarkupEditor PopoverHostingController.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[27/45] Compiling MarkupEditor SelectionState.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[28/45] Compiling MarkupEditor String+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[29/45] Compiling MarkupEditor InsertToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[30/45] Compiling MarkupEditor LabeledToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[31/45] Compiling MarkupEditor LinkViewController.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[32/45] Compiling MarkupEditor ListContext.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[33/45] Compiling MarkupEditor Logger+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[34/45] Compiling MarkupEditor MarkupCoordinator.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[35/45] Compiling MarkupEditor StyleContext.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[36/45] Compiling MarkupEditor StyleToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[37/45] Compiling MarkupEditor TableSizer.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[38/45] Compiling MarkupEditor TableToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[39/45] Compiling MarkupEditor ToolbarButton.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[40/45] Compiling MarkupEditor HtmlButton.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[41/45] Compiling MarkupEditor HtmlButtonGroup.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[42/45] Compiling MarkupEditor HtmlDiv.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[43/45] Compiling MarkupEditor HtmlDivHolder.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[44/45] Compiling MarkupEditor Icons.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
[45/45] Compiling MarkupEditor ImageViewController.swift
/host/spi-builder-workspace/MarkupEditor/Blur.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | struct Blur: UIViewRepresentable {
BUILD FAILURE 6.1 wasm