Build Information
Successful build of RichStringKit, reference v0.0.1-alpha.2 (ce9489), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:18:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/moyerr/RichStringKit.git
Reference: v0.0.1-alpha.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moyerr/RichStringKit
* tag v0.0.1-alpha.2 -> FETCH_HEAD
HEAD is now at ce94895 Fix failing build on watchOS due to unavailability of NSTextAttachment (#11)
Cloned https://github.com/moyerr/RichStringKit.git
Revision (git rev-parse @):
ce9489544ad1273fff393c91e41faf579e2e008f
SUCCESS checkout https://github.com/moyerr/RichStringKit.git at v0.0.1-alpha.2
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "richstringkit",
"name": "RichStringKit",
"url": "https://github.com/moyerr/RichStringKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RichStringKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/moyerr/RichStringKit.git
[1/460] Fetching richstringkit
Fetched https://github.com/moyerr/RichStringKit.git from cache (0.84s)
Creating working copy for https://github.com/moyerr/RichStringKit.git
Working copy of https://github.com/moyerr/RichStringKit.git resolved at v0.0.1-alpha.2 (ce94895)
warning: '.resolve-product-dependencies': dependency 'richstringkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/moyerr/RichStringKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/31] Compiling RichStringKit EmptyString.swift
[4/31] Compiling RichStringKit Format.swift
[5/31] Compiling RichStringKit Group.swift
[6/34] Emitting module RichStringKit
[7/34] Compiling RichStringKit RichString.swift
[8/34] Compiling RichStringKit RichStringBuilder.swift
[9/34] Compiling RichStringKit RichStringModifier.swift
[10/34] Compiling RichStringKit Never+RichString.swift
[11/34] Compiling RichStringKit String.swift
[12/34] Compiling RichStringKit ModifierMap.swift
[13/34] Compiling RichStringKit RichString+Disallowed.swift
[14/34] Compiling RichStringKit RichStringModifier+Disallowed.swift
[15/34] Compiling RichStringKit TransformMatches.swift
[16/34] Compiling RichStringKit Line.swift
[17/34] Compiling RichStringKit Link.swift
[18/34] Compiling RichStringKit NSAttributedString+RichString.swift
[19/34] Compiling RichStringKit RichString+Output.swift
[20/34] Compiling RichStringKit RichStringModifier+Output.swift
[21/34] Compiling RichStringKit RichStringOutput.swift
[22/34] Compiling RichStringKit Attachment.swift
[23/34] Compiling RichStringKit Concatenate.swift
[24/34] Compiling RichStringKit ConditionalContent.swift
[25/34] Compiling RichStringKit NSAttributedStringRenderer.swift
[26/34] Compiling RichStringKit RichString+Render.swift
[27/34] Compiling RichStringKit RichStringRenderer.swift
[28/34] Compiling RichStringKit EmptyModifier.swift
[29/34] Compiling RichStringKit Font.swift
[30/34] Compiling RichStringKit Kern.swift
[31/34] Compiling RichStringKit AttributedString+RichString.swift
[32/34] Compiling RichStringKit ModifiedContent.swift
[33/34] Compiling RichStringKit BaselineOffset.swift
[34/34] Compiling RichStringKit Color.swift
Build complete! (8.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RichStringKit",
"name" : "RichStringKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "RichStringKit",
"targets" : [
"RichStringKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RichStringKitTests",
"module_type" : "SwiftTarget",
"name" : "RichStringKitTests",
"path" : "Tests/RichStringKitTests",
"sources" : [
"NSAttributedStringRendererTests.swift",
"RichStringBuilderOutputTests.swift",
"RichStringBuilderTests.swift",
"Utilities/Image+Helper.swift",
"Utilities/NSTextAttachment+Helper.swift"
],
"target_dependencies" : [
"RichStringKit"
],
"type" : "test"
},
{
"c99name" : "RichStringKit",
"module_type" : "SwiftTarget",
"name" : "RichStringKit",
"path" : "Sources/RichStringKit",
"product_memberships" : [
"RichStringKit"
],
"sources" : [
"AttributedString+RichString.swift",
"ModifiedContent.swift",
"Modifiers/BaselineOffset.swift",
"Modifiers/Color.swift",
"Modifiers/EmptyModifier.swift",
"Modifiers/Font.swift",
"Modifiers/Kern.swift",
"Modifiers/Line.swift",
"Modifiers/Link.swift",
"NSAttributedString+RichString.swift",
"Output/RichString+Output.swift",
"Output/RichStringModifier+Output.swift",
"Output/RichStringOutput.swift",
"Primitives/Attachment.swift",
"Primitives/Concatenate.swift",
"Primitives/ConditionalContent.swift",
"Primitives/EmptyString.swift",
"Primitives/Format.swift",
"Primitives/Group.swift",
"Primitives/Never+RichString.swift",
"Primitives/String.swift",
"Rendering/ModifierMap.swift",
"Rendering/NSAttributedStringRenderer.swift",
"Rendering/RichString+Render.swift",
"Rendering/RichStringRenderer.swift",
"RichString.swift",
"RichStringBuilder.swift",
"RichStringModifier.swift",
"Utilities/RichString+Disallowed.swift",
"Utilities/RichStringModifier+Disallowed.swift",
"Utilities/TransformMatches.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.