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 Down, reference master (e754ab), with Swift 6.1 for Wasm on 28 May 2025 02:28:15 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/johnxnguyen/Down.git
Reference: master
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/johnxnguyen/Down
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e754ab1 Provide access to the list delimiter (#275)
Cloned https://github.com/johnxnguyen/Down.git
Revision (git rev-parse @):
e754ab1c80920dd51a8e08290c912ac1c2ac8b58
SUCCESS checkout https://github.com/johnxnguyen/Down.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnxnguyen/Down.git
https://github.com/johnxnguyen/Down.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Down",
  "name" : "Down",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Down",
      "targets" : [
        "Down"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "libcmark",
      "module_type" : "ClangTarget",
      "name" : "libcmark",
      "path" : "Sources/cmark",
      "product_memberships" : [
        "Down"
      ],
      "sources" : [
        "blocks.c",
        "buffer.c",
        "cmark.c",
        "cmark_ctype.c",
        "commonmark.c",
        "houdini_href_e.c",
        "houdini_html_e.c",
        "houdini_html_u.c",
        "html.c",
        "inlines.c",
        "iterator.c",
        "latex.c",
        "man.c",
        "node.c",
        "references.c",
        "render.c",
        "scanners.c",
        "utf8.c",
        "xml.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DownTests",
      "module_type" : "SwiftTarget",
      "name" : "DownTests",
      "path" : "Tests/DownTests",
      "sources" : [
        "AST/ListItemPrefixGeneratorTests.swift",
        "AST/NodeTests.swift",
        "BindingTests.swift",
        "NSAttributedStringTests.swift",
        "StringTests.swift",
        "Styler/Helpers/CGPointTranslateTests.swift",
        "Styler/Helpers/CGRectHelpersTests.swift",
        "Styler/Helpers/NSAttributedString+HelpersTests.swift",
        "Styler/Helpers/NSMutableAttributedString+AttributesTests.swift"
      ],
      "target_dependencies" : [
        "Down"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Down",
      "module_type" : "SwiftTarget",
      "name" : "Down",
      "path" : "Sources/Down",
      "product_memberships" : [
        "Down"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Down/Resources/DownView (macOS).bundle",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Down/Resources/DownView.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AST/Nodes/BaseNode.swift",
        "AST/Nodes/BlockQuote.swift",
        "AST/Nodes/ChildSequence.swift",
        "AST/Nodes/Code.swift",
        "AST/Nodes/CodeBlock.swift",
        "AST/Nodes/CustomBlock.swift",
        "AST/Nodes/CustomInline.swift",
        "AST/Nodes/Document.swift",
        "AST/Nodes/Emphasis.swift",
        "AST/Nodes/Heading.swift",
        "AST/Nodes/HtmlBlock.swift",
        "AST/Nodes/HtmlInline.swift",
        "AST/Nodes/Image.swift",
        "AST/Nodes/Item.swift",
        "AST/Nodes/LineBreak.swift",
        "AST/Nodes/Link.swift",
        "AST/Nodes/List.swift",
        "AST/Nodes/Node.swift",
        "AST/Nodes/Paragraph.swift",
        "AST/Nodes/SoftBreak.swift",
        "AST/Nodes/Strong.swift",
        "AST/Nodes/Text.swift",
        "AST/Nodes/ThematicBreak.swift",
        "AST/Styling/Attribute Collections/ColorCollection.swift",
        "AST/Styling/Attribute Collections/FontCollection.swift",
        "AST/Styling/Attribute Collections/ParagraphStyleCollection.swift",
        "AST/Styling/Custom Attributes/BlockBackgroundColorAttribute.swift",
        "AST/Styling/Custom Attributes/QuoteStripeAttribute.swift",
        "AST/Styling/Custom Attributes/ThematicBreakAttribute.swift",
        "AST/Styling/Helpers/Extensions/CGPoint+Translate.swift",
        "AST/Styling/Helpers/Extensions/CGRect+Helpers.swift",
        "AST/Styling/Helpers/Extensions/NSAttributedString+Helpers.swift",
        "AST/Styling/Helpers/Extensions/NSMutableAttributedString+Attributes.swift",
        "AST/Styling/Helpers/Extensions/UIFont+Traits.swift",
        "AST/Styling/Helpers/ListItemParagraphStyler.swift",
        "AST/Styling/Layout Managers/DownDebugLayoutManager.swift",
        "AST/Styling/Layout Managers/DownLayoutManager.swift",
        "AST/Styling/Options/CodeBlockOptions.swift",
        "AST/Styling/Options/ListItemOptions.swift",
        "AST/Styling/Options/QuoteStripeOptions.swift",
        "AST/Styling/Options/ThematicBreakOptions.swift",
        "AST/Styling/Stylers/DownStyler.swift",
        "AST/Styling/Stylers/DownStylerConfiguration.swift",
        "AST/Styling/Stylers/Styler.swift",
        "AST/Styling/Text Views/DownDebugTextView.swift",
        "AST/Styling/Text Views/DownTextView.swift",
        "AST/Visitors/AttributedStringVisitor.swift",
        "AST/Visitors/DebugVisitor.swift",
        "AST/Visitors/ListItemPrefixGenerator.swift",
        "AST/Visitors/Visitor.swift",
        "Down.swift",
        "Enums & Options/DownErrors.swift",
        "Enums & Options/DownOptions.swift",
        "Extensions/NSAttributedString+HTML.swift",
        "Extensions/String+ToHTML.swift",
        "Renderers/DownASTRenderable.swift",
        "Renderers/DownAttributedStringRenderable.swift",
        "Renderers/DownCommonMarkRenderable.swift",
        "Renderers/DownGroffRenderable.swift",
        "Renderers/DownHTMLRenderable.swift",
        "Renderers/DownLaTeXRenderable.swift",
        "Renderers/DownRenderable.swift",
        "Renderers/DownXMLRenderable.swift",
        "Views/BundleHelper.swift",
        "Views/DownView.swift"
      ],
      "target_dependencies" : [
        "libcmark"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/23] Compiling libcmark xml.c
[1/23] Compiling libcmark html.c
[1/23] Compiling libcmark iterator.c
[3/23] Compiling libcmark houdini_html_e.c
[4/23] Compiling libcmark houdini_href_e.c
[5/23] Compiling libcmark render.c
[6/23] Compiling libcmark houdini_html_u.c
[7/23] Compiling libcmark references.c
[7/23] Compiling libcmark inlines.c
[9/23] Write swift-version-24593BA9C3E375BF.txt
[10/23] Compiling libcmark node.c
[11/23] Compiling libcmark man.c
[12/23] Compiling libcmark cmark_ctype.c
[12/23] Compiling libcmark cmark.c
[14/23] Copying DownView.bundle
[14/23] Copying DownView (macOS).bundle
[15/23] Write sources
[17/23] Compiling libcmark buffer.c
[17/23] Compiling libcmark latex.c
[19/23] Compiling libcmark commonmark.c
[20/23] Compiling libcmark blocks.c
[21/23] Compiling libcmark scanners.c
[22/23] Compiling libcmark utf8.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/82] Emitting module Down
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[25/90] Compiling Down DownStylerConfiguration.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[26/90] Compiling Down Styler.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[27/90] Compiling Down DownDebugTextView.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[28/90] Compiling Down DownTextView.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[29/90] Compiling Down AttributedStringVisitor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[30/90] Compiling Down DebugVisitor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[31/90] Compiling Down ListItemPrefixGenerator.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[32/90] Compiling Down Visitor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[33/90] Compiling Down DownGroffRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[34/90] Compiling Down DownHTMLRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[35/90] Compiling Down DownLaTeXRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[36/90] Compiling Down DownRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[37/90] Compiling Down DownXMLRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[38/90] Compiling Down BundleHelper.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[39/90] Compiling Down DownView.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[40/90] Compiling Down resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[41/90] Compiling Down BlockBackgroundColorAttribute.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[42/90] Compiling Down QuoteStripeAttribute.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[43/90] Compiling Down ThematicBreakAttribute.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[44/90] Compiling Down CGPoint+Translate.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[45/90] Compiling Down CGRect+Helpers.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[46/90] Compiling Down NSAttributedString+Helpers.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[47/90] Compiling Down NSMutableAttributedString+Attributes.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[48/90] Compiling Down UIFont+Traits.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[49/90] Compiling Down Down.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[50/90] Compiling Down DownErrors.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[51/90] Compiling Down DownOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[52/90] Compiling Down NSAttributedString+HTML.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[53/90] Compiling Down String+ToHTML.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[54/90] Compiling Down DownASTRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[55/90] Compiling Down DownAttributedStringRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[56/90] Compiling Down DownCommonMarkRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[57/90] Compiling Down ListItemParagraphStyler.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[58/90] Compiling Down DownDebugLayoutManager.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[59/90] Compiling Down DownLayoutManager.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[60/90] Compiling Down CodeBlockOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[61/90] Compiling Down ListItemOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[62/90] Compiling Down QuoteStripeOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[63/90] Compiling Down ThematicBreakOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[64/90] Compiling Down DownStyler.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[65/90] Compiling Down Heading.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[66/90] Compiling Down HtmlBlock.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[67/90] Compiling Down HtmlInline.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[68/90] Compiling Down Image.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[69/90] Compiling Down Item.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[70/90] Compiling Down LineBreak.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[71/90] Compiling Down Link.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[72/90] Compiling Down List.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[73/90] Compiling Down Node.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[74/90] Compiling Down BaseNode.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[75/90] Compiling Down BlockQuote.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[76/90] Compiling Down ChildSequence.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[77/90] Compiling Down Code.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[78/90] Compiling Down CodeBlock.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[79/90] Compiling Down CustomBlock.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[80/90] Compiling Down CustomInline.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[81/90] Compiling Down Document.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[82/90] Compiling Down Emphasis.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[83/90] Compiling Down Paragraph.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[84/90] Compiling Down SoftBreak.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[85/90] Compiling Down Strong.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[86/90] Compiling Down Text.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[87/90] Compiling Down ThematicBreak.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[88/90] Compiling Down ColorCollection.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[89/90] Compiling Down FontCollection.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[90/90] Compiling Down ParagraphStyleCollection.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testGroffBindingsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testCommonMarkBindngsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testHTMLBindingsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testLaTeXBindngsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testXMLBindingsWork.1.txt
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/60] Emitting module Down
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[3/68] Compiling Down BaseNode.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[4/68] Compiling Down BlockQuote.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[5/68] Compiling Down ChildSequence.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[6/68] Compiling Down Code.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[7/68] Compiling Down CodeBlock.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[8/68] Compiling Down CustomBlock.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[9/68] Compiling Down CustomInline.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[10/68] Compiling Down Document.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[11/68] Compiling Down Emphasis.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[12/68] Compiling Down Paragraph.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[13/68] Compiling Down SoftBreak.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[14/68] Compiling Down Strong.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[15/68] Compiling Down Text.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[16/68] Compiling Down ThematicBreak.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[17/68] Compiling Down ColorCollection.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[18/68] Compiling Down FontCollection.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[19/68] Compiling Down ParagraphStyleCollection.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[20/68] Compiling Down DownStylerConfiguration.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[21/68] Compiling Down Styler.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[22/68] Compiling Down DownDebugTextView.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[23/68] Compiling Down DownTextView.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[24/68] Compiling Down AttributedStringVisitor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[25/68] Compiling Down DebugVisitor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[26/68] Compiling Down ListItemPrefixGenerator.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[27/68] Compiling Down Visitor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[28/68] Compiling Down ListItemParagraphStyler.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[29/68] Compiling Down DownDebugLayoutManager.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[30/68] Compiling Down DownLayoutManager.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[31/68] Compiling Down CodeBlockOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[32/68] Compiling Down ListItemOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[33/68] Compiling Down QuoteStripeOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[34/68] Compiling Down ThematicBreakOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[35/68] Compiling Down DownStyler.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[36/68] Compiling Down BlockBackgroundColorAttribute.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[37/68] Compiling Down QuoteStripeAttribute.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[38/68] Compiling Down ThematicBreakAttribute.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[39/68] Compiling Down CGPoint+Translate.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[40/68] Compiling Down CGRect+Helpers.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[41/68] Compiling Down NSAttributedString+Helpers.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[42/68] Compiling Down NSMutableAttributedString+Attributes.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[43/68] Compiling Down UIFont+Traits.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[44/68] Compiling Down DownGroffRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[45/68] Compiling Down DownHTMLRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[46/68] Compiling Down DownLaTeXRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[47/68] Compiling Down DownRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[48/68] Compiling Down DownXMLRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[49/68] Compiling Down BundleHelper.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[50/68] Compiling Down DownView.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[51/68] Compiling Down resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[52/68] Compiling Down Down.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[53/68] Compiling Down DownErrors.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[54/68] Compiling Down DownOptions.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[55/68] Compiling Down NSAttributedString+HTML.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[56/68] Compiling Down String+ToHTML.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[57/68] Compiling Down DownASTRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[58/68] Compiling Down DownAttributedStringRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[59/68] Compiling Down DownCommonMarkRenderable.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[60/68] Compiling Down Heading.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[61/68] Compiling Down HtmlBlock.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[62/68] Compiling Down HtmlInline.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[63/68] Compiling Down Image.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[64/68] Compiling Down Item.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[65/68] Compiling Down LineBreak.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[66/68] Compiling Down Link.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[67/68] Compiling Down List.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
[68/68] Compiling Down Node.swift
/host/spi-builder-workspace/Sources/Down/Extensions/NSAttributedString+HTML.swift:17:8: error: no such module 'UIKit'
15 | #else
16 |
17 | import UIKit
   |        `- error: no such module 'UIKit'
18 |
19 | #endif
BUILD FAILURE 6.1 wasm