Build Information
Successful build of Rearrange, reference main (4de8be), with Swift 6.0 for Linux on 28 Apr 2026 17:53:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ChimeHQ/Rearrange.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling Rearrange NSRange+Convenience.swift
/host/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
[4/14] Compiling Rearrange NSRange+Shift.swift
/host/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
[5/15] Compiling Rearrange NSTextRange+Bounded.swift
[6/15] Compiling Rearrange NSTextRange+NSRange.swift
[7/15] Compiling Rearrange TextRangeCalculating.swift
[8/15] Compiling Rearrange UITextRange+Convenience.swift
[9/15] Compiling Rearrange RangeMutation.swift
[10/15] Compiling Rearrange String+NSRange.swift
[11/15] Compiling Rearrange Bounded.swift
[12/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[13/15] Emitting module Rearrange
/host/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
[14/15] Compiling Rearrange IndexSet+NSRange.swift
[15/15] Compiling Rearrange NSRange+ApplyMutation.swift
Build complete! (9.33s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Rearrange",
"name" : "Rearrange",
"path" : "/host/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"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.