Build Information
Failed to build Lexical, reference main (694da5), with Swift 6.3 for Linux on 28 Apr 2026 20:54:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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.51s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18406] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.98s)
Fetching https://github.com/scinfu/SwiftSoup.git
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.59s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.99s)
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-extensions ext_scanners.c
[4/47] Compiling cmark-gfm-extensions core-extensions.c
[5/47] Compiling cmark-gfm-extensions tagfilter.c
[6/47] Compiling cmark-gfm-extensions tasklist.c
[7/47] Compiling cmark-gfm-extensions autolink.c
[8/47] Compiling cmark-gfm-extensions strikethrough.c
[9/47] Write swift-version-24593BA9C3E375BF.txt
[10/47] Compiling cmark-gfm-extensions table.c
[11/47] Compiling cmark-gfm syntax_extension.c
[12/47] Compiling cmark-gfm xml.c
[13/47] Compiling cmark-gfm render.c
[14/47] Compiling cmark-gfm plugin.c
[15/47] Compiling cmark-gfm registry.c
[16/47] Compiling cmark-gfm references.c
[17/47] Compiling cmark-gfm plaintext.c
[18/47] Compiling cmark-gfm linked_list.c
[19/47] Compiling cmark-gfm man.c
[20/47] Compiling cmark-gfm map.c
[20/47] Compiling cmark-gfm node.c
[22/47] Compiling cmark-gfm iterator.c
[23/47] Compiling cmark-gfm latex.c
[24/47] Compiling cmark-gfm utf8.c
[25/47] Compiling cmark-gfm houdini_html_e.c
[26/47] Compiling cmark-gfm html.c
[27/47] Compiling cmark-gfm houdini_href_e.c
[28/47] Compiling cmark-gfm houdini_html_u.c
[29/47] Compiling cmark-gfm cmark_ctype.c
[30/47] Compiling cmark-gfm inlines.c
[31/47] Compiling cmark-gfm footnotes.c
[32/47] Compiling cmark-gfm cmark.c
[32/47] Compiling cmark-gfm commonmark.c
[34/47] Compiling cmark-gfm buffer.c
[35/47] Compiling cmark-gfm scanners.c
[36/47] Compiling cmark-gfm arena.c
[37/47] Compiling cmark-gfm blocks.c
[38/47] Write sources
[46/49] Compiling CAtomic CAtomic.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 OrderedList.swift
[59/229] Compiling Markdown UnorderedList.swift
[60/229] Compiling Markdown Paragraph.swift
[61/229] Compiling Markdown CodeBlock.swift
[62/229] Compiling Markdown HTMLBlock.swift
[63/229] Compiling Lexical TextAttachment.swift
[64/229] Compiling Lexical TextContainer.swift
[65/229] Compiling Lexical TextKitUtils.swift
[66/229] Compiling Lexical TextStorage.swift
[67/229] Emitting module SwiftSoup
[68/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 {
[69/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 {
[70/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 {
[71/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 {
[72/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 {
[73/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 {
[74/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 {
[79/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 {
[80/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 {
[81/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 {
[82/236] Compiling Markdown SymbolLink.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 {
[89/236] Compiling Markdown Strikethrough.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 {
[90/236] Compiling Markdown Strong.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 {
[91/236] Compiling Markdown CustomInline.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 Markdown InlineCode.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 Markdown InlineHTML.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 Markdown LineBreak.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 Markdown SoftBreak.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 Markdown CharacterExtensions.swift
[97/236] Compiling Markdown CollectionExtensions.swift
[98/236] Compiling Markdown StringExtensions.swift
[99/236] Compiling Markdown MarkupVisitor.swift
[100/236] Compiling Markdown MarkupWalker.swift
[101/236] Compiling Markdown HTMLFormatter.swift
[102/236] Compiling Markdown MarkupFormatter.swift
[103/236] Compiling Markdown MarkupTreeDumper.swift
[111/236] Compiling Markdown PlainTextConvertibleMarkup.swift
[112/236] Compiling Markdown RawMarkup.swift
[113/236] Compiling Markdown Link.swift
[122/236] Compiling Markdown TableCell.swift
[123/236] Compiling Markdown TableCellContainer.swift
[124/236] Compiling Markdown TableHead.swift
[125/236] Compiling Markdown TableRow.swift
[126/236] Compiling Markdown Replacement.swift
[127/236] Compiling Markdown SourceLocation.swift
[128/236] Compiling Markdown Emphasis.swift
[129/236] Compiling Markdown Image.swift
[130/236] Compiling Markdown InlineAttributes.swift
[131/236] Compiling Markdown BlockDirective.swift
[132/236] Compiling Markdown BlockQuote.swift
[133/236] Compiling Markdown CustomBlock.swift
[134/236] Compiling Markdown DoxygenAbstract.swift
[135/236] Compiling Markdown DoxygenDiscussion.swift
[136/236] Compiling Markdown DoxygenNote.swift
[137/236] Compiling Markdown DoxygenParameter.swift
[138/236] Compiling Markdown DoxygenReturns.swift
[139/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 {
/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 {
[173/236] Compiling SwiftSoup Validate.swift
[174/236] Compiling SwiftSoup Whitelist.swift
[175/236] Compiling SwiftSoup XmlDeclaration.swift
[176/236] Compiling SwiftSoup XmlTreeBuilder.swift
[177/236] Compiling Markdown RangerTracker.swift
[178/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 {
/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.3 linux