The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Lexical, reference main (694da5), with Swift 6.2 for Android on 28 Apr 2026 20:53:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/facebook/lexical-ios.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/facebook/lexical-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 694da5f fbobjc/Libraries/Lexical/Lexical/Core/Selection
Cloned https://github.com/facebook/lexical-ios.git
Revision (git rev-parse @):
694da5f60c66cd15451acae1529d4f48cc076ee5
SUCCESS checkout https://github.com/facebook/lexical-ios.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/facebook/lexical-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-markdown.git
[1/7312] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.53s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18406] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.18s)
Fetching https://github.com/scinfu/SwiftSoup.git
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.63s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (1.11s)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at gfm (924936d)
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at main (55d66d9)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
Building for debugging...
[0/47] Write sources
[3/47] Compiling cmark-gfm cmark_ctype.c
[4/47] Compiling cmark-gfm-extensions tasklist.c
[5/47] Write swift-version--11D90AFD9DD3AB2.txt
[6/47] Compiling cmark-gfm houdini_href_e.c
[7/47] Compiling cmark-gfm footnotes.c
[8/47] Compiling cmark-gfm-extensions tagfilter.c
[9/47] Compiling cmark-gfm commonmark.c
[10/47] Compiling cmark-gfm-extensions core-extensions.c
[11/47] Compiling cmark-gfm-extensions strikethrough.c
[12/47] Compiling cmark-gfm-extensions table.c
[13/47] Compiling cmark-gfm xml.c
[14/47] Compiling cmark-gfm-extensions ext_scanners.c
[15/47] Compiling cmark-gfm syntax_extension.c
[16/47] Compiling cmark-gfm-extensions autolink.c
[17/47] Compiling cmark-gfm render.c
[18/47] Compiling cmark-gfm references.c
[19/47] Compiling cmark-gfm registry.c
[20/47] Compiling cmark-gfm plugin.c
[21/47] Compiling cmark-gfm map.c
[22/47] Compiling cmark-gfm utf8.c
[23/47] Compiling cmark-gfm plaintext.c
[24/47] Compiling cmark-gfm linked_list.c
[25/47] Compiling cmark-gfm man.c
[26/47] Compiling cmark-gfm iterator.c
[27/47] Compiling cmark-gfm node.c
[28/47] Compiling cmark-gfm latex.c
[29/47] Compiling cmark-gfm html.c
[30/47] Compiling cmark-gfm houdini_html_e.c
[31/47] Write sources
[32/47] Compiling cmark-gfm cmark.c
[33/47] Write sources
[39/47] Compiling cmark-gfm inlines.c
[39/47] Write sources
[41/47] Compiling cmark-gfm arena.c
[41/47] Compiling cmark-gfm buffer.c
[41/47] Compiling cmark-gfm houdini_html_u.c
[44/47] Compiling CAtomic CAtomic.c
[45/47] Compiling cmark-gfm scanners.c
[46/109] Compiling cmark-gfm blocks.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/214] Emitting module Lexical
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[49/221] Compiling Lexical NativeSelection.swift
[50/221] Compiling Lexical TextView.swift
[51/221] Compiling Markdown BlockContainer.swift
[52/221] Compiling Markdown BlockMarkup.swift
[53/221] Compiling Markdown InlineContainer.swift
[54/221] Compiling Markdown InlineMarkup.swift
[55/221] Compiling Markdown ListItemContainer.swift
[56/221] Compiling Markdown AtomicCounter.swift
[57/229] Emitting module SwiftSoup
[58/236] Compiling Markdown ChildIndexPath.swift
[59/236] Compiling Markdown DirectiveArgument.swift
[60/236] Compiling Markdown Document.swift
[61/236] Compiling Markdown LiteralMarkup.swift
[62/236] Compiling Markdown Markup.swift
[63/236] Compiling Markdown MarkupChildren.swift
[64/236] Compiling Markdown MarkupData.swift
[65/236] Compiling Markdown PlainTextConvertibleMarkup.swift
[66/236] Compiling Markdown TableRow.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[67/236] Compiling Markdown Replacement.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[68/236] Compiling Markdown SourceLocation.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[69/236] Compiling Markdown Emphasis.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[70/236] Compiling Markdown Image.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[71/236] Compiling Markdown InlineAttributes.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[72/236] Compiling Markdown Text.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[73/236] Compiling Markdown OrderedList.swift
[74/236] Compiling Markdown UnorderedList.swift
[75/236] Compiling Markdown Paragraph.swift
[76/236] Compiling Markdown CodeBlock.swift
[77/236] Compiling Markdown HTMLBlock.swift
[78/236] Compiling Markdown Heading.swift
[79/236] Compiling Markdown ThematicBreak.swift
[80/236] Compiling Markdown Table.swift
[81/236] Compiling Markdown TableBody.swift
[82/236] Compiling Markdown TableCell.swift
[83/236] Compiling Markdown TableCellContainer.swift
[84/236] Compiling Markdown TableHead.swift
[91/236] Compiling Lexical TextAttachment.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[92/236] Compiling Lexical TextContainer.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[93/236] Compiling Lexical TextKitUtils.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[94/236] Compiling Lexical TextStorage.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[95/236] Compiling SwiftSoup TreeBuilder.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[96/236] Compiling SwiftSoup UTF8Arrays.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[97/236] Compiling SwiftSoup UnicodeScalar.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[99/236] Compiling Markdown RawMarkup.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[112/236] Compiling Markdown Aside.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[113/236] Compiling Markdown BlockDirectiveParser.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[114/236] Compiling Markdown CommonMarkConverter.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[115/236] Compiling Markdown LazySplitLines.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[116/236] Compiling Markdown ParseOptions.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[117/236] Compiling Markdown RangeAdjuster.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[118/236] Compiling Markdown RangerTracker.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
[126/236] Emitting module Markdown
[130/236] Compiling Markdown MarkupRewriter.swift
[131/236] Compiling Markdown BlockDirective.swift
[132/236] Compiling Markdown BlockQuote.swift
[133/236] Compiling Markdown CustomBlock.swift
[152/236] Compiling Markdown Link.swift
[153/236] Compiling Markdown Strikethrough.swift
[154/236] Compiling Markdown Strong.swift
[155/236] Compiling Markdown CustomInline.swift
[164/236] Compiling Markdown DoxygenAbstract.swift
[165/236] Compiling Markdown DoxygenDiscussion.swift
[166/236] Compiling Markdown DoxygenNote.swift
[167/236] Compiling Markdown DoxygenParameter.swift
[168/236] Compiling Markdown DoxygenReturns.swift
[169/236] Compiling Markdown ListItem.swift
[170/236] Compiling Markdown CharacterExtensions.swift
[171/236] Compiling Markdown CollectionExtensions.swift
[172/236] Compiling Markdown StringExtensions.swift
[173/236] Compiling Markdown MarkupVisitor.swift
[174/236] Compiling Markdown MarkupWalker.swift
[175/236] Compiling Markdown HTMLFormatter.swift
[176/236] Compiling Markdown MarkupFormatter.swift
[177/236] Compiling Markdown MarkupTreeDumper.swift
[181/237] Compiling SwiftSoup Validate.swift
[182/237] Compiling SwiftSoup Whitelist.swift
[183/237] Compiling SwiftSoup XmlDeclaration.swift
[184/237] Compiling SwiftSoup XmlTreeBuilder.swift
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
/host/spi-builder-workspace/Lexical/Core/Constants.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct NodeType: Hashable, RawRepresentable {
BUILD FAILURE 6.2 android