Build Information
Successful build of Rearrange, reference main (4de8be), with Swift 6.3 for macOS (SPM) on 28 Apr 2026 17:56:00 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/ChimeHQ/Rearrange.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Rearrange
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4de8be4 NSRange TextRangeCalculating init
Cloned https://github.com/ChimeHQ/Rearrange.git
Revision (git rev-parse @):
4de8be41dba304192e87dc0a11e0aa39e72aa2e8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Rearrange.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "rearrange",
"name": "Rearrange",
"url": "https://github.com/ChimeHQ/Rearrange.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rearrange",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ChimeHQ/Rearrange.git
[1/602] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange.git from cache (0.85s)
Creating working copy for https://github.com/ChimeHQ/Rearrange.git
Working copy of https://github.com/ChimeHQ/Rearrange.git resolved at main (4de8be4)
warning: '.resolve-product-dependencies': dependency 'rearrange' 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/ChimeHQ/Rearrange.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/14] Compiling Rearrange IndexSet+NSRange.swift
[4/14] Compiling Rearrange NSRange+ApplyMutation.swift
[5/14] Compiling Rearrange NSRange+Convenience.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:22:1: warning: extension declares a conformance of imported type '_NSRange' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
20 | }
21 |
22 | extension NSRange: Sequence {
| |- warning: extension declares a conformance of imported type '_NSRange' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public typealias Element = Range<Int>.Element
24 | public typealias Iterator = Range<Int>.Iterator
[6/14] Compiling Rearrange NSRange+Shift.swift
[7/14] Compiling Rearrange NSTextRange+NSRange.swift
[8/14] Emitting module Rearrange
/Users/admin/builder/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:22:1: warning: extension declares a conformance of imported type '_NSRange' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
20 | }
21 |
22 | extension NSRange: Sequence {
| |- warning: extension declares a conformance of imported type '_NSRange' to imported protocol 'Sequence'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
23 | public typealias Element = Range<Int>.Element
24 | public typealias Iterator = Range<Int>.Iterator
[9/14] Compiling Rearrange Bounded.swift
[10/14] Compiling Rearrange IndexSet+ApplyMutation.swift
[11/14] Compiling Rearrange TextRangeCalculating.swift
[12/14] Compiling Rearrange RangeMutation.swift
[13/14] Compiling Rearrange String+NSRange.swift
[14/14] Compiling Rearrange NSTextRange+Bounded.swift
[15/15] Compiling Rearrange UITextRange+Convenience.swift
Build complete! (9.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Rearrange",
"name" : "Rearrange",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Rearrange",
"targets" : [
"Rearrange"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RearrangeTests",
"module_type" : "SwiftTarget",
"name" : "RearrangeTests",
"path" : "Tests/RearrangeTests",
"sources" : [
"IndexSetExtenstionTests.swift",
"NSRangeApplyMutationTests.swift",
"NSRangeShiftTests.swift",
"NSRangeTests.swift",
"NSTextRangeTests.swift",
"RangeMutationTests.swift",
"TextRangeCalculatingTests.swift",
"UITextRangeTests.swift"
],
"target_dependencies" : [
"Rearrange"
],
"type" : "test"
},
{
"c99name" : "Rearrange",
"module_type" : "SwiftTarget",
"name" : "Rearrange",
"path" : "Sources/Rearrange",
"product_memberships" : [
"Rearrange"
],
"sources" : [
"Bounded.swift",
"IndexSet+ApplyMutation.swift",
"IndexSet+NSRange.swift",
"NSRange+ApplyMutation.swift",
"NSRange+Convenience.swift",
"NSRange+Shift.swift",
"NSTextRange+Bounded.swift",
"NSTextRange+NSRange.swift",
"RangeMutation.swift",
"String+NSRange.swift",
"TextRangeCalculating.swift",
"UITextRange+Convenience.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/chimehq/rearrange/main
Repository: ChimeHQ/Rearrange
Swift version used: 6.3
Target: Rearrange
Extracting symbol information for 'Rearrange'...
Finished extracting symbol information for 'Rearrange'. (41.20s)
Building documentation for 'Rearrange'...
Finished building documentation for 'Rearrange' (0.67s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/chimehq/rearrange/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
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
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Compiling SymbolKit GenericConstraint.swift
[7/54] Compiling SymbolKit GenericParameter.swift
[8/54] Compiling SymbolKit Generics.swift
[9/54] Compiling SymbolKit Namespace.swift
[10/58] Compiling SymbolKit SemanticVersion.swift
[11/58] Compiling SymbolKit AccessControl.swift
[12/58] Compiling SymbolKit Availability.swift
[13/58] Compiling SymbolKit AvailabilityItem.swift
[14/58] Compiling SymbolKit Domain.swift
[15/58] Compiling SymbolKit Identifier.swift
[16/58] Compiling SymbolKit KindIdentifier.swift
[17/58] Compiling SymbolKit Location.swift
[18/58] Compiling SymbolKit Mutability.swift
[19/58] Emitting module SymbolKit
[20/58] Compiling SymbolKit Names.swift
[21/58] Compiling SymbolKit SPI.swift
[22/58] Compiling SymbolKit Snippet.swift
[23/58] Compiling SymbolKit Extension.swift
[24/58] Compiling SymbolKit Mixin+Equals.swift
[25/58] Compiling SymbolKit Mixin+Hash.swift
[26/58] Compiling SymbolKit Mixin.swift
[27/58] Compiling SymbolKit LineList.swift
[28/58] Compiling SymbolKit Position.swift
[29/58] Compiling SymbolKit DeclarationFragments.swift
[30/58] Compiling SymbolKit Fragment.swift
[31/58] Compiling SymbolKit FragmentKind.swift
[32/58] Compiling SymbolKit FunctionParameter.swift
[33/58] Compiling SymbolKit FunctionSignature.swift
[34/58] Compiling SymbolKit Relationship.swift
[35/58] Compiling SymbolKit RelationshipKind.swift
[36/58] Compiling SymbolKit SourceOrigin.swift
[37/58] Compiling SymbolKit GenericConstraints.swift
[38/58] Compiling SymbolKit Swift.swift
[39/58] Compiling SymbolKit SourceRange.swift
[40/58] Compiling SymbolKit Metadata.swift
[41/58] Compiling SymbolKit Module.swift
[42/58] Compiling SymbolKit OperatingSystem.swift
[43/58] Compiling SymbolKit Platform.swift
[44/58] Compiling SymbolKit Symbol.swift
[45/58] Compiling SymbolKit SymbolKind.swift
[46/58] Compiling SymbolKit SymbolGraph.swift
[47/58] Compiling SymbolKit GraphCollector.swift
[48/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/58] Compiling SymbolKit UnifiedSymbol.swift
[50/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/58] Compiling Snippets SnippetLanguage.swift
[53/58] Compiling Snippets Snippet.swift
[54/58] Compiling Snippets SnippetParser.swift
[55/58] Emitting module Snippets
[56/62] Compiling snippet_extract URL+Status.swift
[57/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/62] Emitting module snippet_extract
[59/62] Compiling snippet_extract SnippetBuildCommand.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.55s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Rearrange' complete! (0.19s)
260
3 /Users/admin/builder/spi-builder-workspace/.docs/chimehq/rearrange/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/rearrange/main
File count: 260
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-chimehq-rearrange-main-9a654be3.zip to s3://spi-docs-inbox/prod-chimehq-rearrange-main-9a654be3.zip
Copying... [11%]
Copying... [23%]
Copying... [34%]
Copying... [45%]
Copying... [57%]
Copying... [68%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.