Build Information
Successful build of RichTextKit, reference 1.1.2 (d390d6
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 06:28:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/danielsaidi/RichTextKit.git
https://github.com/danielsaidi/RichTextKit.git
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/da.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "da"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/de.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "de"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/nb.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "nb"
}
}
},
{
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/8] Copying Info.plist
[1/8] Write sources
[2/8] Copying Localizable.strings
[7/8] Write swift-version-2F0A5646E1D333AE.txt
[9/135] Compiling RichTextKit RichTextKeyboardToolbarMenu.swift
[10/135] Compiling RichTextKit RichTextLine+SpacingPicker.swift
[11/135] Compiling RichTextKit RichTextLine+SpacingPickerConfig.swift
[12/135] Compiling RichTextKit RichTextLine+SpacingPickerStack.swift
[13/135] Compiling RichTextKit RichTextLine.swift
[14/135] Compiling RichTextKit Bundle+Locale.swift
[15/135] Compiling RichTextKit RTKL10n.swift
[16/135] Compiling RichTextKit PasteboardImageReader.swift
[17/135] Compiling RichTextKit PdfDataError.swift
[18/135] Compiling RichTextKit PdfPageConfiguration.swift
[19/135] Compiling RichTextKit PdfPageMargins.swift
[20/135] Compiling RichTextKit RichTextPdfDataReader.swift
[21/135] Compiling RichTextKit RichTextContext+Actions.swift
[22/135] Compiling RichTextKit RichTextContext+Colors.swift
[23/148] Compiling RichTextKit RichTextFormat+ToolbarConfig.swift
[24/148] Compiling RichTextKit RichTextFormat+ToolbarStyle.swift
[25/148] Compiling RichTextKit RichTextFormat.swift
[26/148] Compiling RichTextKit RichTextFormatToolbarBase.swift
[27/148] Compiling RichTextKit Image+RichText.swift
[28/148] Compiling RichTextKit ImageRepresentable.swift
[29/148] Compiling RichTextKit RichTextImageAttachment.swift
[30/148] Compiling RichTextKit RichTextImageAttachmentManager.swift
[31/148] Compiling RichTextKit RichTextImageAttachmentSize.swift
[32/148] Compiling RichTextKit RichTextImageConfiguration.swift
[33/148] Compiling RichTextKit RichTextImageInsertConfiguration.swift
[34/148] Compiling RichTextKit RichTextKeyboardToolbar+Config.swift
[35/148] Compiling RichTextKit RichTextKeyboardToolbar+Style.swift
[36/148] Compiling RichTextKit RichTextKeyboardToolbar.swift
[37/148] Compiling RichTextKit RichTextFont+ForEachPicker.swift
[38/148] Compiling RichTextKit RichTextFont+ListPicker.swift
[39/148] Compiling RichTextKit RichTextFont+Picker.swift
[40/148] Compiling RichTextKit RichTextFont+PickerConfig.swift
[41/148] Compiling RichTextKit RichTextFont+PickerFont.swift
[42/148] Compiling RichTextKit RichTextFont+PickerItem.swift
[43/148] Compiling RichTextKit RichTextFont+SizePicker.swift
[44/148] Compiling RichTextKit RichTextFont+SizePickerConfig.swift
[45/148] Compiling RichTextKit RichTextFont+SizePickerStack.swift
[46/148] Compiling RichTextKit RichTextFont.swift
[47/148] Compiling RichTextKit StandardFontSizeProvider.swift
[48/148] Compiling RichTextKit RichTextFormat+Sheet.swift
[49/148] Compiling RichTextKit RichTextFormat+Sidebar.swift
[50/148] Compiling RichTextKit RichTextFormat+Toolbar.swift
[51/148] Compiling RichTextKit RichTextColor.swift
[52/148] Compiling RichTextKit RichTextCommand+ActionButton.swift
[53/148] Compiling RichTextKit RichTextCommand+ActionButtonGroup.swift
[54/148] Compiling RichTextKit RichTextCommand+FormatMenu.swift
[55/148] Compiling RichTextKit RichTextCommand+ShareMenu.swift
[56/148] Compiling RichTextKit RichTextCommand.swift
[57/148] Compiling RichTextKit RichTextViewComponent+Alignment.swift
[58/148] Compiling RichTextKit RichTextViewComponent+Attributes.swift
[59/148] Compiling RichTextKit RichTextViewComponent+Colors.swift
[60/148] Compiling RichTextKit RichTextViewComponent+Font.swift
[61/148] Compiling RichTextKit RichTextViewComponent+Images.swift
[62/148] Compiling RichTextKit RichTextViewComponent+Indent.swift
[63/148] Compiling RichTextKit RichTextViewComponent+Line.swift
[64/148] Compiling RichTextKit RichTextViewComponent+Paragraph.swift
[65/148] Compiling RichTextKit RichTextExportService.swift
[66/148] Compiling RichTextKit RichTextExportUrlResolver+FileManager.swift
[67/148] Compiling RichTextKit RichTextExportUrlResolver.swift
[68/148] Compiling RichTextKit StandardRichTextExportService.swift
[69/148] Compiling RichTextKit Image+Label.swift
[70/148] Compiling RichTextKit NSAttributedString+Empty.swift
[71/148] Compiling RichTextKit NSMutableParagraphStyle+Custom.swift
[72/148] Compiling RichTextKit NSTextAttachment+Image.swift
[73/148] Compiling RichTextKit String+Characters.swift
[74/148] Compiling RichTextKit String+Paragraph.swift
[75/148] Compiling RichTextKit String+Subscript.swift
[76/148] Compiling RichTextKit FontDescriptorRepresentable.swift
[77/148] Compiling RichTextKit FontRepresentable.swift
[78/148] Compiling RichTextKit FontTraitsRepresentable.swift
[79/148] Emitting module RichTextKit
[80/148] Compiling RichTextKit RichTextContext+Pasting.swift
[81/148] Compiling RichTextKit RichTextContext+Styles.swift
[82/148] Compiling RichTextKit RichTextContext.swift
[83/148] Compiling RichTextKit RichTextContextFocusedValueKey.swift
[84/148] Compiling RichTextKit RichTextEditor+Config.swift
[85/148] Compiling RichTextKit RichTextEditor+Style.swift
[86/148] Compiling RichTextKit RichTextEditor.swift
[87/148] Compiling RichTextKit RichTextView+Config.swift
[88/148] Compiling RichTextKit RichTextView+Config_AppKit.swift
[89/148] Compiling RichTextKit RichTextView+Config_UIKit.swift
[90/148] Compiling RichTextKit RichTextView+Setup.swift
[91/148] Compiling RichTextKit RichTextView+Theme.swift
[92/148] Compiling RichTextKit RichTextViewRepresentable.swift
[93/148] Compiling RichTextKit RichTextView_AppKit.swift
[94/148] Compiling RichTextKit RichTextView_UIKit.swift
[95/148] Compiling RichTextKit RichTextViewer.swift
[96/148] Compiling RichTextKit RichTextNSSharingMenu.swift
[97/148] Compiling RichTextKit RichTextShareMenu.swift
[98/148] Compiling RichTextKit RichTextShareService.swift
[99/148] Compiling RichTextKit StandardRichTextShareService.swift
[100/148] Compiling RichTextKit RichTextAttributes+RichTextStyle.swift
[101/148] Compiling RichTextKit RichTextHighlightingStyle.swift
[102/148] Compiling RichTextKit RichTextStyle+Button.swift
[103/148] Compiling RichTextKit RichTextStyle+Toggle.swift
[104/148] Compiling RichTextKit RichTextStyle+ToggleGroup.swift
[105/148] Compiling RichTextKit RichTextStyle+ToggleStack.swift
[106/148] Compiling RichTextKit RichTextStyle.swift
[107/148] Compiling RichTextKit View+RichTextStyle.swift
[108/148] Compiling RichTextKit RichTextViewComponent+Pasting.swift
[109/148] Compiling RichTextKit RichTextViewComponent+Ranges.swift
[110/148] Compiling RichTextKit RichTextViewComponent+Styles.swift
[111/148] Compiling RichTextKit RichTextViewComponent+Superscript.swift
[112/148] Compiling RichTextKit RichTextViewComponent.swift
[113/148] Compiling RichTextKit NSAttributedString+Init.swift
[114/148] Compiling RichTextKit RichTextDataError.swift
[115/148] Compiling RichTextKit RichTextDataFormat+Menu.swift
[116/148] Compiling RichTextKit RichTextDataFormat.swift
[117/148] Compiling RichTextKit RichTextDataReader.swift
[118/148] Compiling RichTextKit UTType+RichText.swift
[119/148] Compiling RichTextKit NSAttributedString+Export.swift
[120/148] Compiling RichTextKit RichTextExportError.swift
[121/148] Compiling RichTextKit RichTextExportMenu.swift
[122/148] Compiling RichTextKit RichTextAction+Button.swift
[123/148] Compiling RichTextKit RichTextAction+ButtonGroup.swift
[124/148] Compiling RichTextKit RichTextAction+ButtonStack.swift
[125/148] Compiling RichTextKit RichTextAction+KeyboardShortcutModifier.swift
[126/148] Compiling RichTextKit RichTextAction.swift
[127/148] Compiling RichTextKit RichTextInsertion.swift
[128/148] Compiling RichTextKit RichTextAlignment+KeyboardShortcutModifier.swift
[129/148] Compiling RichTextKit RichTextAlignment+Picker.swift
[130/148] Compiling RichTextKit RichTextAlignment.swift
[131/148] Compiling RichTextKit RichTextAttribute.swift
[132/148] Compiling RichTextKit RichTextAttributeReader.swift
[133/148] Compiling RichTextKit RichTextAttributeWriter.swift
[134/148] Compiling RichTextKit ColorRepresentable.swift
[135/148] Compiling RichTextKit RichTextColor+Picker.swift
[136/148] Compiling RichTextKit ForEachPicker.swift
[137/148] Compiling RichTextKit ListPicker.swift
[138/148] Compiling RichTextKit ListPickerItem.swift
[139/148] Compiling RichTextKit ListPickerSection.swift
[140/148] Compiling RichTextKit RichTextLabelValue.swift
[141/148] Compiling RichTextKit ViewRepresentable.swift
[142/148] Compiling RichTextKit RichTextCoordinator+Actions.swift
[143/148] Compiling RichTextKit RichTextCoordinator+Subscriptions.swift
[144/148] Compiling RichTextKit RichTextCoordinator.swift
[145/148] Compiling RichTextKit RichTextPresenter.swift
[146/148] Compiling RichTextKit RichTextReader.swift
[147/148] Compiling RichTextKit RichTextWriter.swift
[148/148] Compiling RichTextKit resource_bundle_accessor.swift
Build complete! (13.54s)
Fetching https://github.com/danielsaidi/MockingKit.git
[1/2346] Fetching mockingkit
Fetched https://github.com/danielsaidi/MockingKit.git from cache (1.25s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 1.5.0 (1.75s)
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 1.5.0
Build complete.
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/da.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "da"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/de.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "de"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RichTextKit/Resources/nb.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "nb"
}
}
},
{
"path" : "/Users/admin/builder/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"
}
Done.