Build Information
Failed to build Runestone, reference main (1fad33
), with Swift 6.2 (beta) for Linux on 21 Jun 2025 15:58:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/simonbs/Runestone.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/tree-sitter/tree-sitter
[1/57994] Fetching tree-sitter
Fetched https://github.com/tree-sitter/tree-sitter from cache (3.58s)
Computing version for https://github.com/tree-sitter/tree-sitter
Computed https://github.com/tree-sitter/tree-sitter at 0.20.9 (3.93s)
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 scanner.c
[1/21] Compiling parser.c
[2/21] Write swift-version-24593BA9C3E375BF.txt
[3/21] Compiling parser.c
[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
[16/21] Compiling parser.c
[19/21] Compiling lib.c
[20/21] Compiling scanner.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/151] 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 {
[23/151] 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 {
[24/151] 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 {
[25/151] 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 {
[26/151] 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 {
[27/151] 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 {
[28/151] 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 {
[29/151] 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 {
[30/151] 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 {
[31/151] 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 {
[32/151] 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 {
[33/151] 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 {
[34/151] 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 {
[35/151] 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 {
[36/151] 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 {
[37/151] 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 {
[38/151] 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 {
[39/151] 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 {
[40/151] 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 {
[41/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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/151] 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 {
[59/151] 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 {
[60/151] 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 {
[61/151] 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 {
[62/151] 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 {
[63/151] 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 {
[64/151] 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 {
[65/151] 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 {
[66/151] 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 {
[67/151] 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 {
[68/151] 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 {
[69/151] 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 {
[70/151] 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 {
[71/151] 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 {
[72/151] 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 {
[73/151] 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 {
[74/151] 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 {
[75/151] 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 {
[76/151] 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 {
[77/151] 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 {
[78/151] 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 {
[79/151] 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 {
[80/151] 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 {
[81/151] 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 {
[82/151] 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 {
[83/151] 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 {
[84/151] 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 {
[85/151] 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 {
[86/151] 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 {
[87/151] 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 {
[88/151] 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 {
[89/151] 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 {
[90/151] 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 {
[91/151] 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 {
[92/151] 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 {
[93/151] 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 {
[94/151] 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 {
[95/151] 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 {
[96/151] 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 {
[97/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 {
[98/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 {
[99/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 {
[100/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 {
[101/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 {
[102/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 {
[103/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 {
[104/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 {
[105/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 {
[106/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 {
[107/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 {
[108/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 {
[109/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 {
[110/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 {
[111/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 {
[112/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 {
[113/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 {
[114/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 {
[115/169] 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 {
[116/169] 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 {
[117/169] 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 {
[118/169] 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 {
[119/169] 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 {
[120/169] 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 {
[121/169] 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 {
[122/169] 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 {
[123/169] 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 {
[124/169] 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 {
[125/169] 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 {
[126/169] 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 {
[127/169] 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 {
[128/169] 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 {
[129/169] 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 {
[130/169] 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 {
[131/169] 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 {
[132/169] 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 {
[133/169] 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 {
[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.2 linux