Build Information
Failed to build Runestone, reference main (1fad33
), with Swift 6.0 for Linux on 1 Dec 2024 04:51:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonbs/Runestone.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/simonbs/Runestone
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1fad339 Fix build with Xcode 16 (#375)
Cloned https://github.com/simonbs/Runestone.git
Revision (git rev-parse @):
1fad339aab99cf2136ce6bf8c32da3265b2e85e5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonbs/Runestone.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/simonbs/Runestone.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tree-sitter/tree-sitter
[1/53055] Fetching tree-sitter
Fetched https://github.com/tree-sitter/tree-sitter from cache (2.41s)
Computing version for https://github.com/tree-sitter/tree-sitter
Computed https://github.com/tree-sitter/tree-sitter at 0.20.9 (0.42s)
Creating working copy for https://github.com/tree-sitter/tree-sitter
Working copy of https://github.com/tree-sitter/tree-sitter resolved at 0.20.9
Building for debugging...
[0/21] Compiling parser.c
[1/21] Compiling scanner.c
[2/21] Compiling parser.c
[3/21] Write swift-version-24593BA9C3E375BF.txt
[4/21] Copying Localizable.strings
[10/21] Copying Theme.xcassets
[11/21] Copying PrivacyInfo.xcprivacy
[12/21] Copying Info.plist
[13/21] Write sources
[14/21] Compiling scanner.cc
[15/21] Compiling parser.c
[16/21] Compiling scanner.cc
[17/21] Compiling parser.c
[19/21] Compiling scanner.cc
[20/21] Compiling lib.c
[22/151] Compiling Runestone ByteCount.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[23/151] Compiling Runestone ByteRange.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[24/151] Compiling Runestone Caret.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[25/151] Compiling Runestone CharacterSet+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[26/151] Compiling Runestone DefaultStringAttributes.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[27/151] Compiling Runestone HairlineLength.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[28/151] Compiling Runestone KeyboardObserver.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[29/151] Compiling Runestone L10n.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[30/151] Compiling Runestone LineEndingDetector.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[31/151] Compiling Runestone NSAttributedString+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[32/151] Compiling Runestone NSRange+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[33/151] Compiling Runestone NSString+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[34/151] Compiling Runestone QuickTapGestureRecognizer.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[35/151] Compiling Runestone String+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[36/151] Compiling Runestone Symbol.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[37/151] Compiling Runestone TabWidthMeasurer.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[38/151] Compiling Runestone TextChange.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[39/151] Compiling Runestone TextEditHelper.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[40/151] Compiling Runestone TreeSitterTextPoint+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[41/169] Compiling Runestone GoToLineSelection.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[42/169] Compiling Runestone TextLocation.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[43/169] Compiling Runestone PageGuideController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[44/169] Compiling Runestone PageGuideView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[45/169] Compiling Runestone BatchReplaceSet.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[46/169] Compiling Runestone ParsedReplacementString.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[47/169] Compiling Runestone ReplacementStringParser.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[48/169] Compiling Runestone SearchController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[49/169] Compiling Runestone SearchQuery.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[50/169] Compiling Runestone SearchReplaceResult.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[51/169] Compiling Runestone SearchResult.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[52/169] Compiling Runestone StringModifier.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[53/169] Compiling Runestone TextPreview.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[54/169] Compiling Runestone UITextSearchingHelper.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[55/169] Compiling Runestone InternalLanguageMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[56/169] Compiling Runestone InternalLanguageModeFactory.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[57/169] Compiling Runestone PlainTextInternalLanguageMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[58/169] Compiling Runestone PlainTextSyntaxHighlighter.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/169] Emitting module Runestone
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[60/169] Compiling Runestone UIFont+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[61/169] Compiling Runestone UIScrollView+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[62/169] Compiling Runestone UITextInput+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[63/169] Compiling Runestone UITextSelectionDisplayInteraction+Helpers.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[64/169] Compiling Runestone ViewReuseQueue.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[65/169] Compiling Runestone DocumentLineChildrenUpdater.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[66/169] Compiling Runestone DocumentLineNodeData.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[67/169] Compiling Runestone LineChangeSet.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[68/169] Compiling Runestone LineManager.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[69/169] Compiling Runestone LinePosition.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[70/169] Compiling Runestone NewLineFinder.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[71/169] Compiling Runestone ClosedRangeValueDescriptor.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[72/169] Compiling Runestone RedBlackTree.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[73/169] Compiling Runestone RedBlackTreeChildrenUpdater.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[74/169] Compiling Runestone RedBlackTreeIterator.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[75/169] Compiling Runestone RedBlackTreeNode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[76/169] Compiling Runestone RedBlackTreeNodeColor.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[77/169] Compiling Runestone RedBlackTreeNodePosition.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[78/169] Compiling Runestone RedBlackTreeSearchMatch.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[79/169] Compiling Runestone RedBlackTreeSearchQuery.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[80/169] Compiling Runestone StringSyntaxHighlighter.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[81/169] Compiling Runestone DefaultTheme.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[82/169] Compiling Runestone FontTraits.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[83/169] Compiling Runestone HighlightName.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[84/169] Compiling Runestone LineBreakMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[85/169] Compiling Runestone LineSelectionDisplayType.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[86/169] Compiling Runestone Theme.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[87/169] Compiling Runestone CharacterPair.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[88/169] Compiling Runestone CharacterPairTrailingComponentDeletionMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[89/169] Compiling Runestone ContentSizeService.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[90/169] Compiling Runestone EditMenuController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[91/169] Compiling Runestone FloatingCaretView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[92/169] Compiling Runestone IndexedPosition.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[93/169] Compiling Runestone IndexedRange.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[94/169] Compiling Runestone LayoutManager.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[95/169] Compiling Runestone LineEnding.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[96/169] Compiling Runestone LineFragmentView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[97/169] Compiling Runestone LineMovementController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[98/169] Compiling Runestone IndentLevelMeasurer.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[99/169] Compiling Runestone IndentStrategy.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[100/169] Compiling Runestone InvisibleCharacterConfiguration.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[101/169] Compiling Runestone CharacterLineBreakSuggester.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[102/169] Compiling Runestone LineBreakSuggester.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[103/169] Compiling Runestone WordWrappingLineBreakSuggester.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[104/169] Compiling Runestone LineController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[105/169] Compiling Runestone LineControllerFactory.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[106/169] Compiling Runestone LineControllerStorage.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[107/169] Compiling Runestone LineFragment.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[108/169] Compiling Runestone LineFragmentCharacterLocationQuery.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[109/169] Compiling Runestone LineFragmentController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[110/169] Compiling Runestone LineFragmentFrameQuery.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[111/169] Compiling Runestone LineFragmentNode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[112/169] Compiling Runestone LineFragmentRenderer.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[113/169] Compiling Runestone LineFragmentSelectionRect.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[114/169] Compiling Runestone LineSyntaxHighlighter.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[115/169] Compiling Runestone LineTypesetter.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[116/169] Compiling Runestone TreeSitterIndentController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[117/169] Compiling Runestone TreeSitterIndentStrategyDetector.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[118/169] Compiling Runestone TreeSitterInjectedLanguage.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[119/169] Compiling Runestone TreeSitterInjectedLanguageMapper.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[120/169] Compiling Runestone TreeSitterInternalLanguage.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[121/169] Compiling Runestone TreeSitterInternalLanguageMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[122/169] Compiling Runestone TreeSitterLanguageLayer.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[123/169] Compiling Runestone TreeSitterLanguageLayerStore.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[124/169] Compiling Runestone TreeSitterSyntaxHighlightToken.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[125/169] Compiling Runestone TreeSitterSyntaxHighlighter.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[126/169] Compiling Runestone TreeSitterTextPredicatesEvaluator.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[127/169] Compiling Runestone LanguageMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[128/169] Compiling Runestone PlainTextLanguageMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[129/169] Compiling Runestone SyntaxNode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[130/169] Compiling Runestone TreeSitterIndentationScopes.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[131/169] Compiling Runestone TreeSitterLanguage.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[132/169] Compiling Runestone TreeSitterLanguageMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[133/169] Compiling Runestone TreeSitterLanguageProvider.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[134/169] Compiling Runestone CaretRectService.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[135/169] Compiling Runestone SelectionRectService.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[136/169] Compiling Runestone TextSelectionRect.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[137/169] Compiling Runestone TreeSitterCapture.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[138/169] Compiling Runestone TreeSitterInputEdit.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[139/169] Compiling Runestone TreeSitterNode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[140/169] Compiling Runestone TreeSitterParser.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[141/169] Compiling Runestone TreeSitterPredicate.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[142/169] Compiling Runestone TreeSitterPredicateMapper.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[143/169] Compiling Runestone TreeSitterQuery.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[144/169] Compiling Runestone TreeSitterQueryCursor.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[145/169] Compiling Runestone TreeSitterQueryMatch.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[146/169] Compiling Runestone TreeSitterTextInput.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[147/169] Compiling Runestone TreeSitterTextPoint.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[148/169] Compiling Runestone TreeSitterTextPredicate.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[149/169] Compiling Runestone TreeSitterTextRange.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[150/169] Compiling Runestone TreeSitterTree.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[151/169] Compiling Runestone resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[152/169] Compiling Runestone MoveLinesService.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[153/169] Compiling Runestone StringView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[154/169] Compiling Runestone TextInputStringTokenizer.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[155/169] Compiling Runestone TextInputView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[156/169] Compiling Runestone TextView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[157/169] Compiling Runestone TextViewDelegate.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[158/169] Compiling Runestone TextViewState.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[159/169] Compiling Runestone TimedUndoManager.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[160/169] Compiling Runestone GutterBackgroundView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[161/169] Compiling Runestone GutterWidthService.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[162/169] Compiling Runestone LineNumberView.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[163/169] Compiling Runestone HighlightNavigationController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[164/169] Compiling Runestone HighlightService.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[165/169] Compiling Runestone HighlightedRange.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[166/169] Compiling Runestone HighlightedRangeFragment.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[167/169] Compiling Runestone HighlightedRangeLoopingMode.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[168/169] Compiling Runestone DetectedIndentStrategy.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
[169/169] Compiling Runestone IndentController.swift
/host/spi-builder-workspace/Sources/Runestone/Library/Caret.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | enum Caret {
BUILD FAILURE 6.0 linux