Build Information
Failed to build RichTextKit, reference 1.1.2 (d390d6
), with Swift 6.1 for Linux on 30 Apr 2025 06:23:34 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/RichTextKit.git
Reference: 1.1.2
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/danielsaidi/RichTextKit
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at d390d66 Update package scripts
Cloned https://github.com/danielsaidi/RichTextKit.git
Revision (git rev-parse @):
d390d66740161554095e3acbd27f84dc3dcc5b03
SUCCESS checkout https://github.com/danielsaidi/RichTextKit.git at 1.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/danielsaidi/RichTextKit.git
https://github.com/danielsaidi/RichTextKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "mockingkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/danielsaidi/MockingKit.git"
}
],
"manifest_display_name" : "RichTextKit",
"name" : "RichTextKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "RichTextKit",
"targets" : [
"RichTextKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RichTextKitTests",
"module_type" : "SwiftTarget",
"name" : "RichTextKitTests",
"path" : "Tests/RichTextKitTests",
"product_dependencies" : [
"MockingKit"
],
"sources" : [
"Alignment/RichTextAlignmentPickerTests.swift",
"Alignment/RichTextAlignmentTests.swift",
"Attributes/RichTextAttributeReaderWriterTests.swift",
"Colors/RichTextColorTests.swift",
"Data/RichTextDataFormatTests.swift",
"Data/RichTextDataReaderTests.swift",
"Extensions/NSAttributedString+EmptyTests.swift",
"Extensions/String+CharactersTests.swift",
"Extensions/String+ParagraphTests.swift",
"Extensions/String+SubscriptTests.swift",
"Fonts/StandardFontSizeProviderTests.swift",
"RichTextContextTests.swift",
"RichTextEditorTests.swift",
"RichTextViewIntegrationTests+UIKit.swift",
"RichTextViewRepresentable+AlignmentTests.swift",
"RichTextViewRepresentable+AttributesTests.swift",
"RichTextViewRepresentable+ColorTests.swift",
"RichTextViewRepresentable+FontSizeTests.swift",
"RichTextViewRepresentable+StylesTests.swift",
"RichTextViewRepresentableTests.swift",
"RichTextView_AppKitTests.swift",
"Styles/RichTextStyleTests.swift",
"Styles/RichTextViewHighlightingStyleTests.swift",
"Utils/RichTextView+Helpers.swift",
"_Foundation/RichTextCoordinator+SubscriptionsTests.swift",
"_Foundation/RichTextCoordinatorIntegrationTests+UIKit.swift",
"_Foundation/RichTextCoordinatorTests.swift",
"_Foundation/RichTextPresenterTests.swift",
"_Foundation/RichTextReaderTests.swift"
],
"target_dependencies" : [
"RichTextKit"
],
"type" : "test"
},
{
"c99name" : "RichTextKit",
"module_type" : "SwiftTarget",
"name" : "RichTextKit",
"path" : "Sources/RichTextKit",
"product_memberships" : [
"RichTextKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/RichTextKit/Resources/da.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "da"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/RichTextKit/Resources/de.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "de"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/RichTextKit/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/RichTextKit/Resources/nb.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "nb"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/RichTextKit/Resources/sv.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "sv"
}
}
}
],
"sources" : [
"Actions/RichTextAction+Button.swift",
"Actions/RichTextAction+ButtonGroup.swift",
"Actions/RichTextAction+ButtonStack.swift",
"Actions/RichTextAction+KeyboardShortcutModifier.swift",
"Actions/RichTextAction.swift",
"Actions/RichTextInsertion.swift",
"Alignment/RichTextAlignment+KeyboardShortcutModifier.swift",
"Alignment/RichTextAlignment+Picker.swift",
"Alignment/RichTextAlignment.swift",
"Attributes/RichTextAttribute.swift",
"Attributes/RichTextAttributeReader.swift",
"Attributes/RichTextAttributeWriter.swift",
"Colors/ColorRepresentable.swift",
"Colors/RichTextColor+Picker.swift",
"Colors/RichTextColor.swift",
"Commands/RichTextCommand+ActionButton.swift",
"Commands/RichTextCommand+ActionButtonGroup.swift",
"Commands/RichTextCommand+FormatMenu.swift",
"Commands/RichTextCommand+ShareMenu.swift",
"Commands/RichTextCommand.swift",
"Component/RichTextViewComponent+Alignment.swift",
"Component/RichTextViewComponent+Attributes.swift",
"Component/RichTextViewComponent+Colors.swift",
"Component/RichTextViewComponent+Font.swift",
"Component/RichTextViewComponent+Images.swift",
"Component/RichTextViewComponent+Indent.swift",
"Component/RichTextViewComponent+Line.swift",
"Component/RichTextViewComponent+Paragraph.swift",
"Component/RichTextViewComponent+Pasting.swift",
"Component/RichTextViewComponent+Ranges.swift",
"Component/RichTextViewComponent+Styles.swift",
"Component/RichTextViewComponent+Superscript.swift",
"Component/RichTextViewComponent.swift",
"Data/NSAttributedString+Init.swift",
"Data/RichTextDataError.swift",
"Data/RichTextDataFormat+Menu.swift",
"Data/RichTextDataFormat.swift",
"Data/RichTextDataReader.swift",
"Data/UTType+RichText.swift",
"Export/NSAttributedString+Export.swift",
"Export/RichTextExportError.swift",
"Export/RichTextExportMenu.swift",
"Export/RichTextExportService.swift",
"Export/RichTextExportUrlResolver+FileManager.swift",
"Export/RichTextExportUrlResolver.swift",
"Export/StandardRichTextExportService.swift",
"Extensions/Image+Label.swift",
"Extensions/NSAttributedString+Empty.swift",
"Extensions/NSMutableParagraphStyle+Custom.swift",
"Extensions/NSTextAttachment+Image.swift",
"Extensions/String+Characters.swift",
"Extensions/String+Paragraph.swift",
"Extensions/String+Subscript.swift",
"Fonts/FontDescriptorRepresentable.swift",
"Fonts/FontRepresentable.swift",
"Fonts/FontTraitsRepresentable.swift",
"Fonts/RichTextFont+ForEachPicker.swift",
"Fonts/RichTextFont+ListPicker.swift",
"Fonts/RichTextFont+Picker.swift",
"Fonts/RichTextFont+PickerConfig.swift",
"Fonts/RichTextFont+PickerFont.swift",
"Fonts/RichTextFont+PickerItem.swift",
"Fonts/RichTextFont+SizePicker.swift",
"Fonts/RichTextFont+SizePickerConfig.swift",
"Fonts/RichTextFont+SizePickerStack.swift",
"Fonts/RichTextFont.swift",
"Fonts/StandardFontSizeProvider.swift",
"Format/RichTextFormat+Sheet.swift",
"Format/RichTextFormat+Sidebar.swift",
"Format/RichTextFormat+Toolbar.swift",
"Format/RichTextFormat+ToolbarConfig.swift",
"Format/RichTextFormat+ToolbarStyle.swift",
"Format/RichTextFormat.swift",
"Format/RichTextFormatToolbarBase.swift",
"Images/Image+RichText.swift",
"Images/ImageRepresentable.swift",
"Images/RichTextImageAttachment.swift",
"Images/RichTextImageAttachmentManager.swift",
"Images/RichTextImageAttachmentSize.swift",
"Images/RichTextImageConfiguration.swift",
"Images/RichTextImageInsertConfiguration.swift",
"Keyboard/RichTextKeyboardToolbar+Config.swift",
"Keyboard/RichTextKeyboardToolbar+Style.swift",
"Keyboard/RichTextKeyboardToolbar.swift",
"Keyboard/RichTextKeyboardToolbarMenu.swift",
"Line/RichTextLine+SpacingPicker.swift",
"Line/RichTextLine+SpacingPickerConfig.swift",
"Line/RichTextLine+SpacingPickerStack.swift",
"Line/RichTextLine.swift",
"Localization/Bundle+Locale.swift",
"Localization/RTKL10n.swift",
"Pasteboard/PasteboardImageReader.swift",
"Pdf/PdfDataError.swift",
"Pdf/PdfPageConfiguration.swift",
"Pdf/PdfPageMargins.swift",
"Pdf/RichTextPdfDataReader.swift",
"RichTextContext+Actions.swift",
"RichTextContext+Colors.swift",
"RichTextContext+Pasting.swift",
"RichTextContext+Styles.swift",
"RichTextContext.swift",
"RichTextContextFocusedValueKey.swift",
"RichTextEditor+Config.swift",
"RichTextEditor+Style.swift",
"RichTextEditor.swift",
"RichTextView+Config.swift",
"RichTextView+Config_AppKit.swift",
"RichTextView+Config_UIKit.swift",
"RichTextView+Setup.swift",
"RichTextView+Theme.swift",
"RichTextViewRepresentable.swift",
"RichTextView_AppKit.swift",
"RichTextView_UIKit.swift",
"RichTextViewer.swift",
"Sharing/RichTextNSSharingMenu.swift",
"Sharing/RichTextShareMenu.swift",
"Sharing/RichTextShareService.swift",
"Sharing/StandardRichTextShareService.swift",
"Styles/RichTextAttributes+RichTextStyle.swift",
"Styles/RichTextHighlightingStyle.swift",
"Styles/RichTextStyle+Button.swift",
"Styles/RichTextStyle+Toggle.swift",
"Styles/RichTextStyle+ToggleGroup.swift",
"Styles/RichTextStyle+ToggleStack.swift",
"Styles/RichTextStyle.swift",
"Styles/View+RichTextStyle.swift",
"Views/ForEachPicker.swift",
"Views/ListPicker.swift",
"Views/ListPickerItem.swift",
"Views/ListPickerSection.swift",
"Views/RichTextLabelValue.swift",
"Views/ViewRepresentable.swift",
"_Foundation/RichTextCoordinator+Actions.swift",
"_Foundation/RichTextCoordinator+Subscriptions.swift",
"_Foundation/RichTextCoordinator.swift",
"_Foundation/RichTextPresenter.swift",
"_Foundation/RichTextReader.swift",
"_Foundation/RichTextWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/danielsaidi/MockingKit.git
[1/2346] Fetching mockingkit
Fetched https://github.com/danielsaidi/MockingKit.git from cache (0.50s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 1.5.0 (1.07s)
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 1.5.0
Building for debugging...
[0/8] Copying Localizable.strings
[4/8] Write sources
[5/8] Copying Info.plist
[6/8] Copying Localizable.strings
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/131] Emitting module RichTextKit
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[10/131] Compiling RichTextKit RichTextFormat+ToolbarStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[11/131] Compiling RichTextKit RichTextFormat.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[12/131] Compiling RichTextKit RichTextFormatToolbarBase.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[13/131] Compiling RichTextKit Image+RichText.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[14/131] Compiling RichTextKit ImageRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[15/131] Compiling RichTextKit RichTextImageAttachment.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[16/131] Compiling RichTextKit RichTextImageAttachmentManager.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[17/131] Compiling RichTextKit RichTextImageAttachmentSize.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[18/131] Compiling RichTextKit RichTextImageConfiguration.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[19/131] Compiling RichTextKit RichTextImageInsertConfiguration.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[20/131] Compiling RichTextKit RichTextKeyboardToolbar+Config.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[21/131] Compiling RichTextKit RichTextKeyboardToolbar+Style.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[22/131] Compiling RichTextKit RichTextKeyboardToolbar.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[23/131] Compiling RichTextKit RichTextKeyboardToolbarMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[24/131] Compiling RichTextKit RichTextLine+SpacingPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[25/131] Compiling RichTextKit RichTextLine+SpacingPickerConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[26/131] Compiling RichTextKit RichTextLine+SpacingPickerStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[27/131] Compiling RichTextKit FontRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[28/131] Compiling RichTextKit FontTraitsRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[29/131] Compiling RichTextKit RichTextFont+ForEachPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[30/131] Compiling RichTextKit RichTextFont+ListPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[31/131] Compiling RichTextKit RichTextFont+Picker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[32/131] Compiling RichTextKit RichTextFont+PickerConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[33/131] Compiling RichTextKit RichTextFont+PickerFont.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[34/131] Compiling RichTextKit RichTextFont+PickerItem.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[35/131] Compiling RichTextKit RichTextFont+SizePicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[36/131] Compiling RichTextKit RichTextFont+SizePickerConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[37/131] Compiling RichTextKit RichTextFont+SizePickerStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[38/131] Compiling RichTextKit RichTextFont.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[39/131] Compiling RichTextKit StandardFontSizeProvider.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[40/131] Compiling RichTextKit RichTextFormat+Sheet.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[41/131] Compiling RichTextKit RichTextFormat+Sidebar.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[42/131] Compiling RichTextKit RichTextFormat+Toolbar.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[43/131] Compiling RichTextKit RichTextFormat+ToolbarConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[44/131] Compiling RichTextKit RichTextAction+Button.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[45/131] Compiling RichTextKit RichTextAction+ButtonGroup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[46/131] Compiling RichTextKit RichTextAction+ButtonStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[47/131] Compiling RichTextKit RichTextAction+KeyboardShortcutModifier.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[48/131] Compiling RichTextKit RichTextAction.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[49/131] Compiling RichTextKit RichTextInsertion.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[50/131] Compiling RichTextKit RichTextAlignment+KeyboardShortcutModifier.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[51/131] Compiling RichTextKit RichTextAlignment+Picker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[52/131] Compiling RichTextKit RichTextAlignment.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[53/131] Compiling RichTextKit RichTextAttribute.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[54/131] Compiling RichTextKit RichTextAttributeReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[55/131] Compiling RichTextKit RichTextAttributeWriter.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[56/131] Compiling RichTextKit ColorRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[57/131] Compiling RichTextKit RichTextColor+Picker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[58/131] Compiling RichTextKit RichTextColor.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[59/131] Compiling RichTextKit RichTextCommand+ActionButton.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[60/131] Compiling RichTextKit RichTextCommand+ActionButtonGroup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[61/131] Compiling RichTextKit RichTextCommand+FormatMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[62/148] Compiling RichTextKit RichTextDataFormat.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[63/148] Compiling RichTextKit RichTextDataReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[64/148] Compiling RichTextKit UTType+RichText.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[65/148] Compiling RichTextKit NSAttributedString+Export.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[66/148] Compiling RichTextKit RichTextExportError.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[67/148] Compiling RichTextKit RichTextExportMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[68/148] Compiling RichTextKit RichTextExportService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[69/148] Compiling RichTextKit RichTextExportUrlResolver+FileManager.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[70/148] Compiling RichTextKit RichTextExportUrlResolver.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[71/148] Compiling RichTextKit StandardRichTextExportService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[72/148] Compiling RichTextKit Image+Label.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[73/148] Compiling RichTextKit NSAttributedString+Empty.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[74/148] Compiling RichTextKit NSMutableParagraphStyle+Custom.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[75/148] Compiling RichTextKit NSTextAttachment+Image.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[76/148] Compiling RichTextKit String+Characters.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[77/148] Compiling RichTextKit String+Paragraph.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[78/148] Compiling RichTextKit String+Subscript.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[79/148] Compiling RichTextKit FontDescriptorRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[80/148] Compiling RichTextKit RichTextLine.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[81/148] Compiling RichTextKit Bundle+Locale.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[82/148] Compiling RichTextKit RTKL10n.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[83/148] Compiling RichTextKit PasteboardImageReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[84/148] Compiling RichTextKit PdfDataError.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[85/148] Compiling RichTextKit PdfPageConfiguration.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[86/148] Compiling RichTextKit PdfPageMargins.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[87/148] Compiling RichTextKit RichTextPdfDataReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[88/148] Compiling RichTextKit RichTextContext+Actions.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[89/148] Compiling RichTextKit RichTextContext+Colors.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[90/148] Compiling RichTextKit RichTextContext+Pasting.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[91/148] Compiling RichTextKit RichTextContext+Styles.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[92/148] Compiling RichTextKit RichTextContext.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[93/148] Compiling RichTextKit RichTextContextFocusedValueKey.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[94/148] Compiling RichTextKit RichTextEditor+Config.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[95/148] Compiling RichTextKit RichTextEditor+Style.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[96/148] Compiling RichTextKit RichTextEditor.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[97/148] Compiling RichTextKit RichTextView+Config.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[98/148] Compiling RichTextKit RichTextView+Config_AppKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[99/148] Compiling RichTextKit RichTextView+Config_UIKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[100/148] Compiling RichTextKit RichTextView+Setup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[101/148] Compiling RichTextKit RichTextView+Theme.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[102/148] Compiling RichTextKit RichTextViewRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[103/148] Compiling RichTextKit RichTextView_AppKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[104/148] Compiling RichTextKit RichTextView_UIKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[105/148] Compiling RichTextKit RichTextViewer.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[106/148] Compiling RichTextKit RichTextNSSharingMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[107/148] Compiling RichTextKit RichTextShareMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[108/148] Compiling RichTextKit RichTextShareService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[109/148] Compiling RichTextKit StandardRichTextShareService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[110/148] Compiling RichTextKit RichTextAttributes+RichTextStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[111/148] Compiling RichTextKit RichTextHighlightingStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[112/148] Compiling RichTextKit RichTextStyle+Button.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[113/148] Compiling RichTextKit RichTextStyle+Toggle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[114/148] Compiling RichTextKit RichTextCommand+ShareMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[115/148] Compiling RichTextKit RichTextCommand.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[116/148] Compiling RichTextKit RichTextViewComponent+Alignment.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[117/148] Compiling RichTextKit RichTextViewComponent+Attributes.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[118/148] Compiling RichTextKit RichTextViewComponent+Colors.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[119/148] Compiling RichTextKit RichTextViewComponent+Font.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[120/148] Compiling RichTextKit RichTextViewComponent+Images.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[121/148] Compiling RichTextKit RichTextViewComponent+Indent.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[122/148] Compiling RichTextKit RichTextViewComponent+Line.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[123/148] Compiling RichTextKit RichTextViewComponent+Paragraph.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[124/148] Compiling RichTextKit RichTextViewComponent+Pasting.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[125/148] Compiling RichTextKit RichTextViewComponent+Ranges.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[126/148] Compiling RichTextKit RichTextViewComponent+Styles.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[127/148] Compiling RichTextKit RichTextViewComponent+Superscript.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[128/148] Compiling RichTextKit RichTextViewComponent.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[129/148] Compiling RichTextKit NSAttributedString+Init.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[130/148] Compiling RichTextKit RichTextDataError.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[131/148] Compiling RichTextKit RichTextDataFormat+Menu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[132/148] Compiling RichTextKit RichTextStyle+ToggleGroup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[133/148] Compiling RichTextKit RichTextStyle+ToggleStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[134/148] Compiling RichTextKit RichTextStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[135/148] Compiling RichTextKit View+RichTextStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[136/148] Compiling RichTextKit ForEachPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[137/148] Compiling RichTextKit ListPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[138/148] Compiling RichTextKit ListPickerItem.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[139/148] Compiling RichTextKit ListPickerSection.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[140/148] Compiling RichTextKit RichTextLabelValue.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[141/148] Compiling RichTextKit ViewRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[142/148] Compiling RichTextKit RichTextCoordinator+Actions.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[143/148] Compiling RichTextKit RichTextCoordinator+Subscriptions.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[144/148] Compiling RichTextKit RichTextCoordinator.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[145/148] Compiling RichTextKit RichTextPresenter.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[146/148] Compiling RichTextKit RichTextReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[147/148] Compiling RichTextKit RichTextWriter.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[148/148] Compiling RichTextKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/124] Compiling RichTextKit RichTextFormat+ToolbarStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[3/124] Compiling RichTextKit RichTextFormat.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[4/124] Compiling RichTextKit RichTextFormatToolbarBase.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[5/124] Compiling RichTextKit Image+RichText.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[6/124] Compiling RichTextKit ImageRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[7/124] Compiling RichTextKit RichTextImageAttachment.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[8/124] Compiling RichTextKit RichTextImageAttachmentManager.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[9/124] Compiling RichTextKit RichTextImageAttachmentSize.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[10/124] Compiling RichTextKit RichTextImageConfiguration.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[11/124] Compiling RichTextKit RichTextImageInsertConfiguration.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[12/124] Compiling RichTextKit RichTextKeyboardToolbar+Config.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[13/124] Compiling RichTextKit RichTextKeyboardToolbar+Style.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[14/124] Compiling RichTextKit RichTextKeyboardToolbar.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[15/124] Compiling RichTextKit RichTextKeyboardToolbarMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[16/124] Compiling RichTextKit RichTextLine+SpacingPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[17/124] Compiling RichTextKit RichTextLine+SpacingPickerConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[18/124] Compiling RichTextKit RichTextLine+SpacingPickerStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[19/141] Compiling RichTextKit RichTextAction+Button.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[20/141] Compiling RichTextKit RichTextAction+ButtonGroup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[21/141] Compiling RichTextKit RichTextAction+ButtonStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[22/141] Compiling RichTextKit RichTextAction+KeyboardShortcutModifier.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[23/141] Compiling RichTextKit RichTextAction.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[24/141] Compiling RichTextKit RichTextInsertion.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[25/141] Compiling RichTextKit RichTextAlignment+KeyboardShortcutModifier.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[26/141] Compiling RichTextKit RichTextAlignment+Picker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[27/141] Compiling RichTextKit RichTextAlignment.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[28/141] Compiling RichTextKit RichTextAttribute.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[29/141] Compiling RichTextKit RichTextAttributeReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[30/141] Compiling RichTextKit RichTextAttributeWriter.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[31/141] Compiling RichTextKit ColorRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[32/141] Compiling RichTextKit RichTextColor+Picker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[33/141] Compiling RichTextKit RichTextColor.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[34/141] Compiling RichTextKit RichTextCommand+ActionButton.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[35/141] Compiling RichTextKit RichTextCommand+ActionButtonGroup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[36/141] Compiling RichTextKit RichTextCommand+FormatMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/141] Emitting module RichTextKit
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[38/141] Compiling RichTextKit RichTextView+Config.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[39/141] Compiling RichTextKit RichTextView+Config_AppKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[40/141] Compiling RichTextKit RichTextView+Config_UIKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[41/141] Compiling RichTextKit RichTextView+Setup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[42/141] Compiling RichTextKit RichTextView+Theme.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[43/141] Compiling RichTextKit RichTextViewRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[44/141] Compiling RichTextKit RichTextView_AppKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[45/141] Compiling RichTextKit RichTextView_UIKit.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[46/141] Compiling RichTextKit RichTextViewer.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[47/141] Compiling RichTextKit RichTextNSSharingMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[48/141] Compiling RichTextKit RichTextShareMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[49/141] Compiling RichTextKit RichTextShareService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[50/141] Compiling RichTextKit StandardRichTextShareService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[51/141] Compiling RichTextKit RichTextAttributes+RichTextStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[52/141] Compiling RichTextKit RichTextHighlightingStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[53/141] Compiling RichTextKit RichTextStyle+Button.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[54/141] Compiling RichTextKit RichTextStyle+Toggle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[55/141] Compiling RichTextKit FontRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[56/141] Compiling RichTextKit FontTraitsRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[57/141] Compiling RichTextKit RichTextFont+ForEachPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[58/141] Compiling RichTextKit RichTextFont+ListPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[59/141] Compiling RichTextKit RichTextFont+Picker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[60/141] Compiling RichTextKit RichTextFont+PickerConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[61/141] Compiling RichTextKit RichTextFont+PickerFont.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[62/141] Compiling RichTextKit RichTextFont+PickerItem.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[63/141] Compiling RichTextKit RichTextFont+SizePicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[64/141] Compiling RichTextKit RichTextFont+SizePickerConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[65/141] Compiling RichTextKit RichTextFont+SizePickerStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[66/141] Compiling RichTextKit RichTextFont.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[67/141] Compiling RichTextKit StandardFontSizeProvider.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[68/141] Compiling RichTextKit RichTextFormat+Sheet.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[69/141] Compiling RichTextKit RichTextFormat+Sidebar.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[70/141] Compiling RichTextKit RichTextFormat+Toolbar.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[71/141] Compiling RichTextKit RichTextFormat+ToolbarConfig.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[72/141] Compiling RichTextKit RichTextLine.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[73/141] Compiling RichTextKit Bundle+Locale.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[74/141] Compiling RichTextKit RTKL10n.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[75/141] Compiling RichTextKit PasteboardImageReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[76/141] Compiling RichTextKit PdfDataError.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[77/141] Compiling RichTextKit PdfPageConfiguration.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[78/141] Compiling RichTextKit PdfPageMargins.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[79/141] Compiling RichTextKit RichTextPdfDataReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[80/141] Compiling RichTextKit RichTextContext+Actions.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[81/141] Compiling RichTextKit RichTextContext+Colors.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[82/141] Compiling RichTextKit RichTextContext+Pasting.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[83/141] Compiling RichTextKit RichTextContext+Styles.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[84/141] Compiling RichTextKit RichTextContext.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[85/141] Compiling RichTextKit RichTextContextFocusedValueKey.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[86/141] Compiling RichTextKit RichTextEditor+Config.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[87/141] Compiling RichTextKit RichTextEditor+Style.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[88/141] Compiling RichTextKit RichTextEditor.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[89/141] Compiling RichTextKit RichTextDataFormat.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[90/141] Compiling RichTextKit RichTextDataReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[91/141] Compiling RichTextKit UTType+RichText.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[92/141] Compiling RichTextKit NSAttributedString+Export.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[93/141] Compiling RichTextKit RichTextExportError.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[94/141] Compiling RichTextKit RichTextExportMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[95/141] Compiling RichTextKit RichTextExportService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[96/141] Compiling RichTextKit RichTextExportUrlResolver+FileManager.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[97/141] Compiling RichTextKit RichTextExportUrlResolver.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[98/141] Compiling RichTextKit StandardRichTextExportService.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[99/141] Compiling RichTextKit Image+Label.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[100/141] Compiling RichTextKit NSAttributedString+Empty.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[101/141] Compiling RichTextKit NSMutableParagraphStyle+Custom.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[102/141] Compiling RichTextKit NSTextAttachment+Image.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[103/141] Compiling RichTextKit String+Characters.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[104/141] Compiling RichTextKit String+Paragraph.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[105/141] Compiling RichTextKit String+Subscript.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[106/141] Compiling RichTextKit FontDescriptorRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[107/141] Compiling RichTextKit RichTextCommand+ShareMenu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[108/141] Compiling RichTextKit RichTextCommand.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[109/141] Compiling RichTextKit RichTextViewComponent+Alignment.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[110/141] Compiling RichTextKit RichTextViewComponent+Attributes.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[111/141] Compiling RichTextKit RichTextViewComponent+Colors.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[112/141] Compiling RichTextKit RichTextViewComponent+Font.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[113/141] Compiling RichTextKit RichTextViewComponent+Images.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[114/141] Compiling RichTextKit RichTextViewComponent+Indent.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[115/141] Compiling RichTextKit RichTextViewComponent+Line.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[116/141] Compiling RichTextKit RichTextViewComponent+Paragraph.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[117/141] Compiling RichTextKit RichTextViewComponent+Pasting.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[118/141] Compiling RichTextKit RichTextViewComponent+Ranges.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[119/141] Compiling RichTextKit RichTextViewComponent+Styles.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[120/141] Compiling RichTextKit RichTextViewComponent+Superscript.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[121/141] Compiling RichTextKit RichTextViewComponent.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[122/141] Compiling RichTextKit NSAttributedString+Init.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[123/141] Compiling RichTextKit RichTextDataError.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[124/141] Compiling RichTextKit RichTextDataFormat+Menu.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[125/141] Compiling RichTextKit RichTextStyle+ToggleGroup.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[126/141] Compiling RichTextKit RichTextStyle+ToggleStack.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[127/141] Compiling RichTextKit RichTextStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[128/141] Compiling RichTextKit View+RichTextStyle.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[129/141] Compiling RichTextKit ForEachPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[130/141] Compiling RichTextKit ListPicker.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[131/141] Compiling RichTextKit ListPickerItem.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[132/141] Compiling RichTextKit ListPickerSection.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[133/141] Compiling RichTextKit RichTextLabelValue.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[134/141] Compiling RichTextKit ViewRepresentable.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[135/141] Compiling RichTextKit RichTextCoordinator+Actions.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[136/141] Compiling RichTextKit RichTextCoordinator+Subscriptions.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[137/141] Compiling RichTextKit RichTextCoordinator.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[138/141] Compiling RichTextKit RichTextPresenter.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[139/141] Compiling RichTextKit RichTextReader.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[140/141] Compiling RichTextKit RichTextWriter.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
[141/141] Compiling RichTextKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/RichTextKit/Actions/RichTextAction+Button.swift:9:8: error: no such module 'SwiftUI'
7 | //
8 |
9 | import SwiftUI
| `- error: no such module 'SwiftUI'
10 |
11 | public extension RichTextAction {
BUILD FAILURE 6.1 linux