The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RichTextKit, reference 1.1.2 (d390d6), with Swift 6.0 for macOS (SPM) on 2 Jan 2025 13:06:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.0
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
Fetching https://github.com/danielsaidi/MockingKit.git
[1/2254] Fetching mockingkit
Fetched https://github.com/danielsaidi/MockingKit.git from cache (1.42s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 1.5.0 (0.46s)
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 1.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "richtextkit",
      "name": "RichTextKit",
      "url": "https://github.com/danielsaidi/RichTextKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RichTextKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/RichTextKit.git
[1/9166] Fetching richtextkit
Fetched https://github.com/danielsaidi/RichTextKit.git from cache (1.55s)
Creating working copy for https://github.com/danielsaidi/RichTextKit.git
Working copy of https://github.com/danielsaidi/RichTextKit.git resolved at 1.1.2 (d390d66)
warning: '.resolve-product-dependencies': dependency 'richtextkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.2.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] Write sources
[1/8] Copying Info.plist
[1/8] Copying Localizable.strings
[7/8] Write swift-version-5BDAB9E9C0126B9D.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 RichTextColor.swift
[24/148] Compiling RichTextKit RichTextCommand+ActionButton.swift
[25/148] Compiling RichTextKit RichTextCommand+ActionButtonGroup.swift
[26/148] Compiling RichTextKit RichTextCommand+FormatMenu.swift
[27/148] Compiling RichTextKit RichTextCommand+ShareMenu.swift
[28/148] Compiling RichTextKit RichTextCommand.swift
[29/148] Compiling RichTextKit RichTextViewComponent+Alignment.swift
[30/148] Compiling RichTextKit RichTextViewComponent+Attributes.swift
[31/148] Compiling RichTextKit RichTextViewComponent+Colors.swift
[32/148] Compiling RichTextKit RichTextViewComponent+Font.swift
[33/148] Compiling RichTextKit RichTextViewComponent+Images.swift
[34/148] Compiling RichTextKit RichTextViewComponent+Indent.swift
[35/148] Compiling RichTextKit RichTextViewComponent+Line.swift
[36/148] Compiling RichTextKit RichTextViewComponent+Paragraph.swift
[37/148] Compiling RichTextKit RichTextContext+Pasting.swift
[38/148] Compiling RichTextKit RichTextContext+Styles.swift
[39/148] Compiling RichTextKit RichTextContext.swift
[40/148] Compiling RichTextKit RichTextContextFocusedValueKey.swift
[41/148] Compiling RichTextKit RichTextEditor+Config.swift
[42/148] Compiling RichTextKit RichTextEditor+Style.swift
[43/148] Compiling RichTextKit RichTextEditor.swift
[44/148] Compiling RichTextKit RichTextView+Config.swift
[45/148] Compiling RichTextKit RichTextView+Config_AppKit.swift
[46/148] Compiling RichTextKit RichTextView+Config_UIKit.swift
[47/148] Compiling RichTextKit RichTextView+Setup.swift
[48/148] Compiling RichTextKit RichTextView+Theme.swift
[49/148] Compiling RichTextKit RichTextViewRepresentable.swift
[50/148] Compiling RichTextKit RichTextView_AppKit.swift
[51/148] Compiling RichTextKit RichTextView_UIKit.swift
[52/148] Compiling RichTextKit RichTextViewer.swift
[53/148] Compiling RichTextKit RichTextNSSharingMenu.swift
[54/148] Compiling RichTextKit RichTextShareMenu.swift
[55/148] Compiling RichTextKit RichTextShareService.swift
[56/148] Compiling RichTextKit StandardRichTextShareService.swift
[57/148] Compiling RichTextKit RichTextAttributes+RichTextStyle.swift
[58/148] Compiling RichTextKit RichTextHighlightingStyle.swift
[59/148] Compiling RichTextKit RichTextStyle+Button.swift
[60/148] Compiling RichTextKit RichTextStyle+Toggle.swift
[61/148] Compiling RichTextKit RichTextStyle+ToggleGroup.swift
[62/148] Compiling RichTextKit RichTextStyle+ToggleStack.swift
[63/148] Compiling RichTextKit RichTextStyle.swift
[64/148] Compiling RichTextKit View+RichTextStyle.swift
[65/148] Emitting module RichTextKit
[66/148] Compiling RichTextKit RichTextAction+Button.swift
[67/148] Compiling RichTextKit RichTextAction+ButtonGroup.swift
[68/148] Compiling RichTextKit RichTextAction+ButtonStack.swift
[69/148] Compiling RichTextKit RichTextAction+KeyboardShortcutModifier.swift
[70/148] Compiling RichTextKit RichTextAction.swift
[71/148] Compiling RichTextKit RichTextInsertion.swift
[72/148] Compiling RichTextKit RichTextAlignment+KeyboardShortcutModifier.swift
[73/148] Compiling RichTextKit RichTextAlignment+Picker.swift
[74/148] Compiling RichTextKit RichTextAlignment.swift
[75/148] Compiling RichTextKit RichTextAttribute.swift
[76/148] Compiling RichTextKit RichTextAttributeReader.swift
[77/148] Compiling RichTextKit RichTextAttributeWriter.swift
[78/148] Compiling RichTextKit ColorRepresentable.swift
[79/148] Compiling RichTextKit RichTextColor+Picker.swift
[80/148] Compiling RichTextKit RichTextViewComponent+Pasting.swift
[81/148] Compiling RichTextKit RichTextViewComponent+Ranges.swift
[82/148] Compiling RichTextKit RichTextViewComponent+Styles.swift
[83/148] Compiling RichTextKit RichTextViewComponent+Superscript.swift
[84/148] Compiling RichTextKit RichTextViewComponent.swift
[85/148] Compiling RichTextKit NSAttributedString+Init.swift
[86/148] Compiling RichTextKit RichTextDataError.swift
[87/148] Compiling RichTextKit RichTextDataFormat+Menu.swift
[88/148] Compiling RichTextKit RichTextDataFormat.swift
[89/148] Compiling RichTextKit RichTextDataReader.swift
[90/148] Compiling RichTextKit UTType+RichText.swift
[91/148] Compiling RichTextKit NSAttributedString+Export.swift
[92/148] Compiling RichTextKit RichTextExportError.swift
[93/148] Compiling RichTextKit RichTextExportMenu.swift
[94/148] Compiling RichTextKit RichTextFormat+ToolbarConfig.swift
[95/148] Compiling RichTextKit RichTextFormat+ToolbarStyle.swift
[96/148] Compiling RichTextKit RichTextFormat.swift
[97/148] Compiling RichTextKit RichTextFormatToolbarBase.swift
[98/148] Compiling RichTextKit Image+RichText.swift
[99/148] Compiling RichTextKit ImageRepresentable.swift
[100/148] Compiling RichTextKit RichTextImageAttachment.swift
[101/148] Compiling RichTextKit RichTextImageAttachmentManager.swift
[102/148] Compiling RichTextKit RichTextImageAttachmentSize.swift
[103/148] Compiling RichTextKit RichTextImageConfiguration.swift
[104/148] Compiling RichTextKit RichTextImageInsertConfiguration.swift
[105/148] Compiling RichTextKit RichTextKeyboardToolbar+Config.swift
[106/148] Compiling RichTextKit RichTextKeyboardToolbar+Style.swift
[107/148] Compiling RichTextKit RichTextKeyboardToolbar.swift
[108/148] Compiling RichTextKit RichTextExportService.swift
[109/148] Compiling RichTextKit RichTextExportUrlResolver+FileManager.swift
[110/148] Compiling RichTextKit RichTextExportUrlResolver.swift
[111/148] Compiling RichTextKit StandardRichTextExportService.swift
[112/148] Compiling RichTextKit Image+Label.swift
[113/148] Compiling RichTextKit NSAttributedString+Empty.swift
[114/148] Compiling RichTextKit NSMutableParagraphStyle+Custom.swift
[115/148] Compiling RichTextKit NSTextAttachment+Image.swift
[116/148] Compiling RichTextKit String+Characters.swift
[117/148] Compiling RichTextKit String+Paragraph.swift
[118/148] Compiling RichTextKit String+Subscript.swift
[119/148] Compiling RichTextKit FontDescriptorRepresentable.swift
[120/148] Compiling RichTextKit FontRepresentable.swift
[121/148] Compiling RichTextKit FontTraitsRepresentable.swift
[122/148] Compiling RichTextKit RichTextFont+ForEachPicker.swift
[123/148] Compiling RichTextKit RichTextFont+ListPicker.swift
[124/148] Compiling RichTextKit RichTextFont+Picker.swift
[125/148] Compiling RichTextKit RichTextFont+PickerConfig.swift
[126/148] Compiling RichTextKit RichTextFont+PickerFont.swift
[127/148] Compiling RichTextKit RichTextFont+PickerItem.swift
[128/148] Compiling RichTextKit RichTextFont+SizePicker.swift
[129/148] Compiling RichTextKit RichTextFont+SizePickerConfig.swift
[130/148] Compiling RichTextKit RichTextFont+SizePickerStack.swift
[131/148] Compiling RichTextKit RichTextFont.swift
[132/148] Compiling RichTextKit StandardFontSizeProvider.swift
[133/148] Compiling RichTextKit RichTextFormat+Sheet.swift
[134/148] Compiling RichTextKit RichTextFormat+Sidebar.swift
[135/148] Compiling RichTextKit RichTextFormat+Toolbar.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! (24.62s)
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.