The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Rearrange, reference main (e22fe9), with Swift 5.10 for Linux on 19 May 2025 23:48:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
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:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ChimeHQ/Rearrange.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/RearrangeTests/Info.plist
    /host/spi-builder-workspace/Tests/RearrangeTests/RearrangeTests.xcconfig
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling Rearrange NSTextRange+Bounded.swift
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: warning: unknown operating system for build configuration 'os'
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'iOS'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'Windows'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
[4/14] Compiling Rearrange NSTextRange+NSRange.swift
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: warning: unknown operating system for build configuration 'os'
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'iOS'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'Windows'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
[5/15] 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'
        public let range: Calculator.TextRange
                   ^
[6/15] Compiling Rearrange UITextRange+Convenience.swift
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              iOS
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              Windows
[7/15] Compiling Rearrange IndexSet+NSRange.swift
[8/15] Compiling Rearrange NSRange+ApplyMutation.swift
[9/15] Emitting module Rearrange
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+Bounded.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: warning: unknown operating system for build configuration 'os'
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'iOS'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:3:35: note: did you mean 'Windows'?
#elseif os(iOS) || os(tvOS) || os(visionOS)
                                  ^~~~~~~~
                                  Windows
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           iOS
/host/spi-builder-workspace/Sources/Rearrange/NSTextRange+NSRange.swift:7:44: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(visionOS)
                                           ^~~~~~~~
                                           Windows
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'iOS'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              iOS
/host/spi-builder-workspace/Sources/Rearrange/UITextRange+Convenience.swift:1:31: note: did you mean 'Windows'?
#if os(iOS) || os(tvOS) || os(visionOS)
                              ^~~~~~~~
                              Windows
/host/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:12:23: warning: static property 'zero' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let zero = NSRange(location: 0, length: 0)
                      ^
/host/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:13:23: warning: static property 'notFound' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let notFound = NSRange(location: NSNotFound, length: 0)
                      ^
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:13:16: warning: stored property 'range' of 'Sendable'-conforming struct 'RangeMutation' has non-sendable type 'NSRange' (aka '_NSRange')
    public let range: NSRange
               ^
Foundation._NSRange:1:15: note: struct '_NSRange' does not conform to the 'Sendable' protocol
public struct _NSRange {
              ^
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/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'
        public let range: Calculator.TextRange
                   ^
[10/15] Compiling Rearrange RangeMutation.swift
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:13:16: warning: stored property 'range' of 'Sendable'-conforming struct 'RangeMutation' has non-sendable type 'NSRange' (aka '_NSRange')
    public let range: NSRange
               ^
Foundation._NSRange:1:15: note: struct '_NSRange' does not conform to the 'Sendable' protocol
public struct _NSRange {
              ^
/host/spi-builder-workspace/Sources/Rearrange/RangeMutation.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:12:23: warning: static property 'zero' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let zero = NSRange(location: 0, length: 0)
                      ^
[11/15] Compiling Rearrange NSRange+Convenience.swift
/host/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:12:23: warning: static property 'zero' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let zero = NSRange(location: 0, length: 0)
                      ^
/host/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:13:23: warning: static property 'notFound' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let notFound = NSRange(location: NSNotFound, length: 0)
                      ^
[12/15] Compiling Rearrange NSRange+Shift.swift
/host/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:12:23: warning: static property 'zero' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let zero = NSRange(location: 0, length: 0)
                      ^
/host/spi-builder-workspace/Sources/Rearrange/NSRange+Convenience.swift:13:23: warning: static property 'notFound' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    public static let notFound = NSRange(location: NSNotFound, length: 0)
                      ^
[13/15] Compiling Rearrange Bounded.swift
[14/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[15/15] Compiling Rearrange String+NSRange.swift
Build complete! (5.41s)
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"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.