The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUIHTML, reference main (fb63fb), with Swift 6.3 for Wasm on 17 Apr 2026 01:24:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PRNDcompany/SwiftUIHTML.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/PRNDcompany/SwiftUIHTML
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fb63fb7 docs: Add MIT license and update badges
Cloned https://github.com/PRNDcompany/SwiftUIHTML.git
Revision (git rev-parse @):
fb63fb71e383fecfd3b1a4be8d09ec5a70560549
SUCCESS checkout https://github.com/PRNDcompany/SwiftUIHTML.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/PRNDcompany/SwiftUIHTML.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/61] Compiling SwiftUIHTML InlineAttachmentTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[4/61] Compiling SwiftUIHTML InlineTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[5/61] Compiling SwiftUIHTML HTMLChild.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[6/61] Compiling SwiftUIHTML HTMLNode.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[7/61] Compiling SwiftUIHTML HTMLStyleContainer+TextLine.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[8/61] Compiling SwiftUIHTML HTMLStyleContainer+Values.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[9/61] Compiling SwiftUIHTML HTMLStyleContainer.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[10/61] Compiling SwiftUIHTML CSSFontUtility.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[11/61] Compiling SwiftUIHTML UnderlineTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[12/61] Compiling SwiftUIHTML AttributeValue.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[13/61] Compiling SwiftUIHTML CSSStyle.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[14/61] Compiling SwiftUIHTML ElementSize.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[15/61] Compiling SwiftUIHTML LineBreakMode.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[16/61] Compiling SwiftUIHTML TextType.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[17/61] Compiling SwiftUIHTML HTMLBlock.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[18/61] Compiling SwiftUIHTML HTMLInline.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[19/61] Compiling SwiftUIHTML HTMLMinifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[20/61] Compiling SwiftUIHTML HTMLParserable.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[21/61] Compiling SwiftUIHTML ImageTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[22/61] Compiling SwiftUIHTML DefaultBlockTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[23/61] Compiling SwiftUIHTML BoldTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[24/61] Compiling SwiftUIHTML DefaultInlineTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[25/61] Compiling SwiftUIHTML ItalicTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[26/61] Compiling SwiftUIHTML LinkTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/69] Emitting module SwiftUIHTML
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[28/69] Compiling SwiftUIHTML Color+hex.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[29/69] Compiling SwiftUIHTML EdgeInsets+cssStyle.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[30/69] Compiling SwiftUIHTML String+byCharWrapping.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[31/69] Compiling SwiftUIHTML HTMLConfiguration+default.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[32/69] Compiling SwiftUIHTML HTMLConfiguration+register.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[33/69] Compiling SwiftUIHTML HTMLConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[34/69] Compiling SwiftUIHTML BlockTag.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[35/69] Compiling SwiftUIHTML HTMLTagElementable.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[36/69] Compiling SwiftUIHTML AttachmentLayoutManager.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[37/69] Compiling SwiftUIHTML AttachmentManager.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[38/69] Compiling SwiftUIHTML AnyLayoutModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[39/69] Compiling SwiftUIHTML AttributeStyleable.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[40/69] Compiling SwiftUIHTML DefaultAttributeStyle.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[41/69] Compiling SwiftUIHTML EmptyAttributeStyle.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[42/69] Compiling SwiftUIHTML LayoutStyleModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[43/69] Compiling SwiftUIHTML BackgroundModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[44/69] Compiling SwiftUIHTML BorderModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[45/69] Compiling SwiftUIHTML EdgeModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[46/69] Compiling SwiftUIHTML EffectsModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[47/69] Compiling SwiftUIHTML InnerLayoutModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[48/69] Compiling SwiftUIHTML CoreTextRunDelegateManager.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[49/69] Compiling SwiftUIHTML TextRangeFrameCalculator.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[50/69] Compiling SwiftUIHTML BlockElement.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[51/69] Compiling SwiftUIHTML InlineElement.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[52/69] Compiling SwiftUIHTML TagElement.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[53/69] Compiling SwiftUIHTML CGSize+invisible.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[54/69] Compiling SwiftUIHTML IndicesCollection.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[55/69] Compiling SwiftUIHTML Weak.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[56/69] Compiling SwiftUIHTML HTMLEnvironment.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[57/69] Compiling SwiftUIHTML HTMLEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[58/69] Compiling SwiftUIHTML HTMLEnvironmentValues.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[59/69] Compiling SwiftUIHTML View+htmlEnvironment.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[60/69] Compiling SwiftUIHTML HTMLConfigurationKey.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[61/69] Compiling SwiftUIHTML HTMLStyleContainerKey.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[62/69] Compiling SwiftUIHTML HTMLNodeView.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[63/69] Compiling SwiftUIHTML HTMLText.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[64/69] Compiling SwiftUIHTML HTMLTextLayout.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[65/69] Compiling SwiftUIHTML TextAttachment.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[66/69] Compiling SwiftUIHTML HTMLView.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[67/69] Compiling SwiftUIHTML LinkModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[68/69] Compiling SwiftUIHTML OnChangeViewModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
[69/69] Compiling SwiftUIHTML TextLineModifier.swift
/host/spi-builder-workspace/Sources/SwiftUIHTML/Core/Attachment/AttachmentLayoutManager.swift:2:8: error: no such module 'UIKit'
  1 | //  Copyright © 2024 PRND. All rights reserved.
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 | import Combine
  4 |
BUILD FAILURE 6.3 wasm