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 REText, reference main (d5eda1), with Swift 6.0 for Linux on 10 Sep 2025 06:50:25 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/finestructure/spi-images:basic-6.0-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.0
Building package at path:  $PWD
https://github.com/reers/REText.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/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/36] 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 |
[4/36] 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 |
[5/36] 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 |
[6/36] 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 |
[7/36] 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 |
[8/36] 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 |
[9/36] 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 |
[10/36] 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 |
[11/36] 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 |
[12/36] 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 |
[13/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 |
[14/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 |
[15/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 |
[16/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 |
[17/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 |
[18/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 |
[19/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 |
[20/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 |
[21/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 |
[22/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/40] 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 |
[24/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 |
[25/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 |
[26/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 |
[27/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 |
[28/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 |
[29/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 |
[30/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 |
[31/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 |
[32/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 |
[33/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 |
[34/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 |
[35/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 |
[36/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 |
[37/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 |
[38/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 |
[39/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 |
[40/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 |
BUILD FAILURE 6.0 linux