Build Information
Failed to build REText, reference main (d5eda1
), with Swift 6.1 for Linux on 10 Sep 2025 06:52:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reers/REText.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/reers/REText
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d5eda14 release: 0.1.1
Cloned https://github.com/reers/REText.git
Revision (git rev-parse @):
d5eda14bb250fd14b6b7fcebfd6b243cb83b47c0
SUCCESS checkout https://github.com/reers/REText.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/reers/REText.git
https://github.com/reers/REText.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "REText",
"name" : "REText",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "REText",
"targets" : [
"REText"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RETextTests",
"module_type" : "SwiftTarget",
"name" : "RETextTests",
"path" : "Tests/RETextTests",
"sources" : [
"RETextTests.swift"
],
"target_dependencies" : [
"REText"
],
"type" : "test"
},
{
"c99name" : "REText",
"module_type" : "SwiftTarget",
"name" : "REText",
"path" : "Sources/REText",
"product_memberships" : [
"REText"
],
"sources" : [
"AsyncLayer.swift",
"Attributes/TextAttachment.swift",
"Attributes/TextBackedString.swift",
"Attributes/TextBackground.swift",
"Attributes/TextLink.swift",
"Core/RELabel.swift",
"Core/TextAttachmentInfo.swift",
"Core/TextBackgroundInfo.swift",
"Core/TextDebugOption.swift",
"Core/TextEffectWindow.swift",
"Core/TextInteractionManager.swift",
"Core/TextInteractiveGestureRecognizer.swift",
"Core/TextKitBugFixer.swift",
"Core/TextKitContext.swift",
"Core/TextLayoutManager.swift",
"Core/TextMagnifier.swift",
"Core/TextParser.swift",
"Core/TextRenderAttributes.swift",
"Core/TextRenderer.swift",
"Core/TextRendererKey.swift",
"Core/TextSelectionRect.swift",
"Core/TextSelectionView.swift",
"Core/TextTailTruncater.swift",
"Core/TextTruncating.swift",
"Core/TextTruncationInfo.swift",
"Define.swift",
"Extensions/NSAttributedString+Extensions.swift",
"Extensions/NSMutableAttributedString+Extensions.swift",
"Extensions/NSMutableParagraphStyle+Extensions.swift",
"Extensions/UIView+Extensions.swift",
"MemoryCache.swift",
"REText.swift",
"Sentinel.swift",
"Utility/CastCoreFoundation.swift",
"Utility/ConstValues.swift",
"Utility/Geometry.swift",
"Utility/Utility.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/36] Emitting module REText
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[4/40] Compiling REText TextSelectionRect.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[5/40] Compiling REText TextSelectionView.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[6/40] Compiling REText TextTailTruncater.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[7/40] Compiling REText TextTruncating.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[8/40] Compiling REText TextTruncationInfo.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[9/40] Compiling REText TextMagnifier.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[10/40] Compiling REText TextParser.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[11/40] Compiling REText TextRenderAttributes.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[12/40] Compiling REText TextRenderer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[13/40] Compiling REText TextRendererKey.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[14/40] Compiling REText TextInteractionManager.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[15/40] Compiling REText TextInteractiveGestureRecognizer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[16/40] Compiling REText TextKitBugFixer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[17/40] Compiling REText TextKitContext.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[18/40] Compiling REText TextLayoutManager.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[19/40] Compiling REText RELabel.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[20/40] Compiling REText TextAttachmentInfo.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[21/40] Compiling REText TextBackgroundInfo.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[22/40] Compiling REText TextDebugOption.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[23/40] Compiling REText TextEffectWindow.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[24/40] Compiling REText AsyncLayer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[25/40] Compiling REText TextAttachment.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[26/40] Compiling REText TextBackedString.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[27/40] Compiling REText TextBackground.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[28/40] Compiling REText TextLink.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[29/40] Compiling REText CastCoreFoundation.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[30/40] Compiling REText ConstValues.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[31/40] Compiling REText Geometry.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[32/40] Compiling REText Utility.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[33/40] Compiling REText Define.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[34/40] Compiling REText NSAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[35/40] Compiling REText NSMutableAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[36/40] Compiling REText NSMutableParagraphStyle+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[37/40] Compiling REText UIView+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[38/40] Compiling REText MemoryCache.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[39/40] Compiling REText REText.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[40/40] Compiling REText Sentinel.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/35] Compiling REText Define.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[3/35] Compiling REText NSAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[4/35] Compiling REText NSMutableAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[5/35] Compiling REText NSMutableParagraphStyle+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[6/39] Compiling REText UIView+Extensions.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[7/39] Compiling REText MemoryCache.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[8/39] Compiling REText REText.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[9/39] Compiling REText Sentinel.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[10/39] Compiling REText AsyncLayer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[11/39] Compiling REText TextAttachment.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[12/39] Compiling REText TextBackedString.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[13/39] Compiling REText TextBackground.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[14/39] Compiling REText TextLink.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/39] Emitting module REText
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[16/39] Compiling REText TextSelectionRect.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[17/39] Compiling REText TextSelectionView.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[18/39] Compiling REText TextTailTruncater.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[19/39] Compiling REText TextTruncating.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[20/39] Compiling REText TextTruncationInfo.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[21/39] Compiling REText TextMagnifier.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[22/39] Compiling REText TextParser.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[23/39] Compiling REText TextRenderAttributes.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[24/39] Compiling REText TextRenderer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[25/39] Compiling REText TextRendererKey.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[26/39] Compiling REText CastCoreFoundation.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[27/39] Compiling REText ConstValues.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[28/39] Compiling REText Geometry.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[29/39] Compiling REText Utility.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[30/39] Compiling REText TextInteractionManager.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[31/39] Compiling REText TextInteractiveGestureRecognizer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[32/39] Compiling REText TextKitBugFixer.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[33/39] Compiling REText TextKitContext.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[34/39] Compiling REText TextLayoutManager.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[35/39] Compiling REText RELabel.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[36/39] Compiling REText TextAttachmentInfo.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[37/39] Compiling REText TextBackgroundInfo.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[38/39] Compiling REText TextDebugOption.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
[39/39] Compiling REText TextEffectWindow.swift
/host/spi-builder-workspace/Sources/REText/AsyncLayer.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import QuartzCore
25 |
BUILD FAILURE 6.1 linux