The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RichText, reference main (74e573), with Swift 6.2 for macOS (SPM) on 19 Mar 2026 20:28:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LiYanan2004/RichText.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LiYanan2004/RichText
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 74e5735 Refactor examples and add UI tests
Cloned https://github.com/LiYanan2004/RichText.git
Revision (git rev-parse @):
74e57352487dcf8862869c603c4cd48dda1609cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LiYanan2004/RichText.git at main
========================================
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": "richtext",
      "name": "RichText",
      "url": "https://github.com/LiYanan2004/RichText.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RichText",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LiYanan2004/RichText.git
[1/703] Fetching richtext
Fetched https://github.com/LiYanan2004/RichText.git from cache (1.18s)
Creating working copy for https://github.com/LiYanan2004/RichText.git
Working copy of https://github.com/LiYanan2004/RichText.git resolved at main (74e5735)
warning: '.resolve-product-dependencies': dependency 'richtext' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LiYanan2004/RichText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/10] Compiling Introspection ViewIdentity.swift
[5/10] Compiling Introspection TextStorage.swift
[6/10] Compiling Introspection _InterpolationValue.swift
[7/10] Compiling Introspection FormatStyle++.swift
[8/10] Compiling Introspection _FormatParser.swift
[9/10] Compiling Introspection ResolvedLocalizedStringKey.swift
[10/10] Emitting module Introspection
[11/29] Compiling RichText TextContent.swift
[12/29] Compiling RichText TextContentBuilder.swift
[13/29] Compiling RichText _TextView_AppKit.swift
[14/29] Compiling RichText _TextView_UIKit.swift
[15/29] Compiling RichText Space.swift
[16/29] Compiling RichText Tab.swift
[17/29] Compiling RichText InlineView.swift
[18/29] Compiling RichText TextContentProviding.swift
[19/30] Compiling RichText LineBreak.swift
[20/30] Compiling RichText Paragraph.swift
[21/30] Compiling RichText PlatformTypes.swift
[22/30] Compiling RichText TextAttributeConverter.swift
[23/30] Compiling RichText AttributeContainer++.swift
[24/30] Compiling RichText InlineHostingAttachmentAttribute.swift
[25/30] Compiling RichText InlineHostingAttachment.swift
[26/30] Compiling RichText RichTextAttributes.swift
[27/30] Emitting module RichText
[28/30] Compiling RichText InlineAttachmentTextView.swift
[29/30] Compiling RichText PlatformFontViewModifier.swift
[30/30] Compiling RichText TextView.swift
Build complete! (9.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RichText",
  "name" : "RichText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "RichText",
      "targets" : [
        "RichText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RichText",
      "module_type" : "SwiftTarget",
      "name" : "RichText",
      "path" : "Sources/RichText",
      "product_memberships" : [
        "RichText"
      ],
      "sources" : [
        "Attributes & Attachments/AttributeContainer++.swift",
        "Attributes & Attachments/Attributes/InlineHostingAttachmentAttribute.swift",
        "Attributes & Attachments/InlineHostingAttachment.swift",
        "Attributes & Attachments/RichTextAttributes.swift",
        "Platform Specific/InlineAttachmentTextView.swift",
        "Platform Specific/PlatformFontViewModifier.swift",
        "Platform Specific/PlatformTypes.swift",
        "Platform Specific/Text View/TextAttributeConverter.swift",
        "Platform Specific/Text View/_TextView_AppKit.swift",
        "Platform Specific/Text View/_TextView_UIKit.swift",
        "Text Content & Fragments/Fragment Containers/Text/LineBreak.swift",
        "Text Content & Fragments/Fragment Containers/Text/Paragraph.swift",
        "Text Content & Fragments/Fragment Containers/Text/Space.swift",
        "Text Content & Fragments/Fragment Containers/Text/Tab.swift",
        "Text Content & Fragments/Fragment Containers/View/InlineView.swift",
        "Text Content & Fragments/Protocols/TextContentProviding.swift",
        "Text Content & Fragments/TextContent.swift",
        "Text Content & Fragments/TextContentBuilder.swift",
        "TextView.swift"
      ],
      "target_dependencies" : [
        "Introspection"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Introspection",
      "module_type" : "SwiftTarget",
      "name" : "Introspection",
      "path" : "Sources/Introspection",
      "product_memberships" : [
        "RichText"
      ],
      "sources" : [
        "SwiftUI/Text/Helpers/FormatStyle++.swift",
        "SwiftUI/Text/Helpers/_FormatParser.swift",
        "SwiftUI/Text/Helpers/_InterpolationValue.swift",
        "SwiftUI/Text/ResolvedLocalizedStringKey.swift",
        "SwiftUI/Text/TextStorage.swift",
        "SwiftUI/ViewIdentity.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/liyanan2004/richtext/main
Repository:               LiYanan2004/RichText
Swift version used:       6.2
Target:                   RichText
Extracting symbol information for 'RichText'...
Finished extracting symbol information for 'RichText'. (4.12s)
Building documentation for 'RichText'...
warning: Parameter 'replacement' not found in initializer declaration
   --> ../Text Content & Fragments/Fragment Containers/View/InlineView.swift:108:9-108:123
106 |     /// Creates an instance with the given string.
107 |     ///
108 +     /// - parameter replacement: A `String` serves as the replacement, or `nil` if you don't want to create a replacement.
    |         ╰─suggestion: Remove 'replacement' parameter documentation
109 |     /// - parameter content: A view builder that builds the content of the view.
110 |     public init(
warning: Parameter 'string' is missing documentation
   --> ../Text Content & Fragments/Fragment Containers/View/InlineView.swift:109:81-109:81
107 |     ///
108 |     /// - parameter replacement: A `String` serves as the replacement, or `nil` if you don't want to create a replacement.
109 +     /// - parameter content: A view builder that builds the content of the view.
    |         ╰─suggestion: Document 'string' parameter
110 |     public init(
111 |         string: String? = nil,
Finished building documentation for 'RichText' (0.68s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/liyanan2004/richtext/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.86s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling Snippets Snippet.swift
[20/57] Compiling Snippets SnippetParser.swift
[21/57] Emitting module Snippets
[22/57] Emitting module SymbolKit
[23/57] Compiling SymbolKit GenericConstraint.swift
[24/57] Compiling SymbolKit GenericParameter.swift
[25/57] Compiling SymbolKit Generics.swift
[26/57] Compiling SymbolKit Namespace.swift
[27/57] Compiling SymbolKit Relationship.swift
[28/57] Compiling SymbolKit RelationshipKind.swift
[29/57] Compiling SymbolKit SourceOrigin.swift
[30/57] Compiling SymbolKit GenericConstraints.swift
[31/57] Compiling SymbolKit Swift.swift
[32/57] Compiling SymbolKit DeclarationFragments.swift
[33/57] Compiling SymbolKit Fragment.swift
[34/57] Compiling SymbolKit FragmentKind.swift
[35/57] Compiling SymbolKit FunctionParameter.swift
[36/57] Compiling SymbolKit FunctionSignature.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.37s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'RichText' complete! (0.22s)
    1858
14	/Users/admin/builder/spi-builder-workspace/.docs/liyanan2004/richtext/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/liyanan2004/richtext/main
File count: 1858
Doc size:   14.0MB
Preparing doc bundle ...
Uploading prod-liyanan2004-richtext-main-7554d0ec.zip to s3://spi-docs-inbox/prod-liyanan2004-richtext-main-7554d0ec.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [41%]
Copying... [50%]
Copying... [62%]
Copying... [71%]
Copying... [80%]
Copying... [92%]
Copying... [100%]
Done.