Build Information
Successful build of Rearrange, reference main (e22fe9
), with Swift 6.1 for Wasm on 29 May 2025 21:57:02 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 e22fe9d Fix formatting
Cloned https://github.com/ChimeHQ/Rearrange.git
Revision (git rev-parse @):
e22fe9dae6166dce2de45b7bb94b481f78affd3e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Rearrange.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/Rearrange.git
https://github.com/ChimeHQ/Rearrange.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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",
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling Rearrange TextRangeCalculating.swift
/host/spi-builder-workspace/Sources/Rearrange/TextRangeCalculating.swift:101:13: warning: stored property 'range' of 'Sendable'-conforming generic struct 'CalculatedRange' has non-sendable type 'Calculator.TextRange'; this is an error in the Swift 6 language mode
99 |
100 | public let calculator: Calculator
101 | public let range: Calculator.TextRange
| `- warning: stored property 'range' of 'Sendable'-conforming generic struct 'CalculatedRange' has non-sendable type 'Calculator.TextRange'; this is an error in the Swift 6 language mode
102 |
103 | public init(_ range: Calculator.TextRange, calculator: Calculator) {
[4/15] 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
[5/15] 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
[6/15] Compiling Rearrange RangeMutation.swift
[7/15] Compiling Rearrange NSTextRange+Bounded.swift
[8/15] Compiling Rearrange NSTextRange+NSRange.swift
[9/15] Compiling Rearrange String+NSRange.swift
[10/15] Compiling Rearrange Bounded.swift
[11/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[12/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
/host/spi-builder-workspace/Sources/Rearrange/TextRangeCalculating.swift:101:13: warning: stored property 'range' of 'Sendable'-conforming generic struct 'CalculatedRange' has non-sendable type 'Calculator.TextRange'; this is an error in the Swift 6 language mode
99 |
100 | public let calculator: Calculator
101 | public let range: Calculator.TextRange
| `- warning: stored property 'range' of 'Sendable'-conforming generic struct 'CalculatedRange' has non-sendable type 'Calculator.TextRange'; this is an error in the Swift 6 language mode
102 |
103 | public init(_ range: Calculator.TextRange, calculator: Calculator) {
[13/15] Compiling Rearrange IndexSet+NSRange.swift
[14/15] Compiling Rearrange NSRange+ApplyMutation.swift
[15/15] Compiling Rearrange UITextRange+Convenience.swift
Build complete! (8.69s)
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",
"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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.