Build Information
Failed to build Lexical, reference main (694da5), with Swift 6.3 for Android on 28 Apr 2026 20:53:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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.3
Building package at path: $PWD
https://github.com/facebook/lexical-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-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.58s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18406] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.30s)
Fetching https://github.com/scinfu/SwiftSoup.git
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.74s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (1.16s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
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)
Building for debugging...
[0/47] Write sources
[5/47] Compiling cmark-gfm-extensions tagfilter.c
[6/47] Compiling cmark-gfm-extensions ext_scanners.c
[7/47] Compiling cmark-gfm-extensions strikethrough.c
[8/47] Compiling cmark-gfm-extensions tasklist.c
[9/47] Write swift-version--4F562202D5529B1.txt
[10/47] Compiling cmark-gfm-extensions autolink.c
[11/47] Compiling cmark-gfm xml.c
[12/47] Compiling cmark-gfm-extensions core-extensions.c
[13/47] Compiling cmark-gfm syntax_extension.c
[14/47] Compiling cmark-gfm-extensions table.c
[15/47] Compiling cmark-gfm render.c
[16/47] Compiling cmark-gfm plugin.c
[17/47] Compiling cmark-gfm registry.c
[18/47] Compiling cmark-gfm references.c
[19/47] Compiling cmark-gfm plaintext.c
[20/47] Compiling cmark-gfm linked_list.c
[21/47] Compiling cmark-gfm map.c
[22/47] Compiling cmark-gfm man.c
[23/47] Compiling cmark-gfm node.c
[24/47] Compiling cmark-gfm latex.c
[25/47] Compiling cmark-gfm iterator.c
[26/47] Compiling cmark-gfm houdini_html_e.c
[27/47] Compiling cmark-gfm html.c
[28/47] Compiling cmark-gfm houdini_href_e.c
[29/47] Compiling cmark-gfm footnotes.c
[30/47] Compiling cmark-gfm utf8.c
[31/47] Compiling cmark-gfm cmark_ctype.c
[32/47] Compiling cmark-gfm commonmark.c
[33/47] Compiling cmark-gfm cmark.c
[34/47] Write sources
[40/47] Compiling cmark-gfm buffer.c
[41/47] Compiling cmark-gfm arena.c
[42/47] Compiling cmark-gfm houdini_html_u.c
[43/47] Compiling cmark-gfm inlines.c
[44/47] Compiling CAtomic CAtomic.c
[45/48] Compiling cmark-gfm blocks.c
[46/151] Compiling cmark-gfm scanners.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] Emitting module Markdown
[50/229] Compiling Markdown BasicBlockContainer.swift
[51/229] Compiling Markdown BasicInlineContainer.swift
[52/229] Compiling Markdown BlockContainer.swift
[53/229] Compiling Markdown BlockMarkup.swift
[54/229] Compiling Markdown InlineContainer.swift
[55/229] Compiling Markdown InlineMarkup.swift
[56/229] Compiling Markdown ListItemContainer.swift
[57/229] Compiling Markdown AtomicCounter.swift
[58/229] Compiling Markdown Link.swift
[59/229] Compiling Markdown Strikethrough.swift
[60/229] Compiling Markdown Strong.swift
[61/229] Compiling Markdown CustomInline.swift
[62/229] Compiling Markdown InlineCode.swift
[63/229] Compiling Markdown InlineHTML.swift
[64/229] Compiling Markdown LineBreak.swift
[65/229] Compiling Markdown SoftBreak.swift
[66/229] Compiling Markdown SymbolLink.swift
[67/229] Emitting module SwiftSoup
[68/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 {
[69/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 {
[70/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 {
[71/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 {
[72/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 {
[73/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 {
[74/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 {
[75/236] Compiling Markdown ChildIndexPath.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 {
[76/236] Compiling Markdown DirectiveArgument.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 {
[77/236] Compiling Markdown Document.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 {
[78/236] Compiling Markdown LiteralMarkup.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 {
[79/236] Compiling Markdown Markup.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 {
[80/236] Compiling Markdown MarkupChildren.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 {
[81/236] Compiling Markdown MarkupData.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 {
/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 SwiftSoup Validate.swift
[100/236] Compiling SwiftSoup Whitelist.swift
[101/236] Compiling SwiftSoup XmlDeclaration.swift
[102/236] Compiling SwiftSoup XmlTreeBuilder.swift
[103/236] Compiling Markdown Image.swift
[104/236] Compiling Markdown InlineAttributes.swift
[105/236] Compiling Markdown OrderedList.swift
[106/236] Compiling Markdown UnorderedList.swift
[107/236] Compiling Markdown Paragraph.swift
[108/236] Compiling Markdown CodeBlock.swift
[109/236] Compiling Markdown HTMLBlock.swift
[121/236] Compiling Markdown PlainTextConvertibleMarkup.swift
[122/236] Compiling Markdown RawMarkup.swift
[130/236] Compiling Markdown CharacterExtensions.swift
[131/236] Compiling Markdown CollectionExtensions.swift
[132/236] Compiling Markdown StringExtensions.swift
[133/236] Compiling Markdown MarkupVisitor.swift
[134/236] Compiling Markdown MarkupWalker.swift
[135/236] Compiling Markdown HTMLFormatter.swift
[136/236] Compiling Markdown MarkupFormatter.swift
[137/236] Compiling Markdown MarkupTreeDumper.swift
[139/236] Compiling Markdown BlockDirective.swift
[140/236] Compiling Markdown BlockQuote.swift
[141/236] Compiling Markdown CustomBlock.swift
[142/236] Compiling Markdown DoxygenAbstract.swift
[143/236] Compiling Markdown DoxygenDiscussion.swift
[144/236] Compiling Markdown DoxygenNote.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 {
[153/236] Compiling Markdown DoxygenParameter.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 {
[154/236] Compiling Markdown DoxygenReturns.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 {
[155/236] Compiling Markdown ListItem.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 {
[156/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 {
[157/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 {
[158/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 {
[159/236] Compiling Markdown ParseOptions.swift
[160/236] Compiling Markdown RangeAdjuster.swift
[161/236] Compiling Markdown RangerTracker.swift
[162/236] Compiling Markdown MarkupRewriter.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 {
[186/236] Compiling Markdown CommonMarkConverter.swift
[187/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 {
/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.3 android