The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Rearrange, reference 2.0.0 (f1d74e), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:39:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Rearrange.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Rearrange
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at f1d74e1 Update CI for linux and macOS
Cloned https://github.com/ChimeHQ/Rearrange.git
Revision (git rev-parse @):
f1d74e1642956f0300756ad8d1d64e9034857bc3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Rearrange.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/Rearrange.git
https://github.com/ChimeHQ/Rearrange.git
{
  "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",
        "UITextRangeTests.swift"
      ],
      "target_dependencies" : [
        "Rearrange"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rearrange",
      "module_type" : "SwiftTarget",
      "name" : "Rearrange",
      "path" : "Sources/Rearrange",
      "product_memberships" : [
        "Rearrange"
      ],
      "sources" : [
        "IndexSet+ApplyMutation.swift",
        "IndexSet+NSRange.swift",
        "NSRange+ApplyMutation.swift",
        "NSRange+Convenience.swift",
        "NSRange+Shift.swift",
        "NSTextRange+NSRange.swift",
        "RangeMutation.swift",
        "String+NSRange.swift",
        "UITextRange+Convenience.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Rearrange IndexSet+ApplyMutation.swift
[4/12] Compiling Rearrange IndexSet+NSRange.swift
[5/12] 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
[6/12] Compiling Rearrange NSRange+Shift.swift
[7/12] Compiling Rearrange RangeMutation.swift
[8/12] Compiling Rearrange String+NSRange.swift
[9/12] 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
[10/12] Compiling Rearrange NSRange+ApplyMutation.swift
[11/12] Compiling Rearrange UITextRange+Convenience.swift
[12/12] Compiling Rearrange NSTextRange+NSRange.swift
Build complete! (7.78s)
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",
        "UITextRangeTests.swift"
      ],
      "target_dependencies" : [
        "Rearrange"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rearrange",
      "module_type" : "SwiftTarget",
      "name" : "Rearrange",
      "path" : "Sources/Rearrange",
      "product_memberships" : [
        "Rearrange"
      ],
      "sources" : [
        "IndexSet+ApplyMutation.swift",
        "IndexSet+NSRange.swift",
        "NSRange+ApplyMutation.swift",
        "NSRange+Convenience.swift",
        "NSRange+Shift.swift",
        "NSTextRange+NSRange.swift",
        "RangeMutation.swift",
        "String+NSRange.swift",
        "UITextRange+Convenience.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.