This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 OrderedSet with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.41.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/turbolent/orderedset.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
warning: templates not found in /usr/share/git-core/templates
From https://github.com/turbolent/orderedset
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 2a45c3e implement CustomReflectable to improve debugging
Cloned https://github.com/turbolent/orderedset.git
Revision (git rev-parse @):
2a45c3e1a247be1f874c0bf0d4abd8ac7d747d8b
SUCCESS checkout https://github.com/turbolent/orderedset.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/turbolent/orderedset.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling OrderedSet Sequence.swift
[4/5] Emitting module OrderedSet
/Users/admin/builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:195:28: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func == <Element>(
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:5:26: note: 'Element' previously declared here
public struct OrderedSet<Element>: RandomAccessCollection, MutableCollection
                         ^
[5/5] Compiling OrderedSet OrderedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:195:28: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func == <Element>(
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:5:26: note: 'Element' previously declared here
public struct OrderedSet<Element>: RandomAccessCollection, MutableCollection
                         ^
Build complete! (4.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OrderedSet",
  "name" : "OrderedSet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OrderedSet",
      "targets" : [
        "OrderedSet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OrderedSetTests",
      "module_type" : "SwiftTarget",
      "name" : "OrderedSetTests",
      "path" : "Tests/OrderedSetTests",
      "sources" : [
        "OrderedSetTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OrderedSet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OrderedSet",
      "module_type" : "SwiftTarget",
      "name" : "OrderedSet",
      "path" : "Sources/OrderedSet",
      "product_memberships" : [
        "OrderedSet"
      ],
      "sources" : [
        "OrderedSet.swift",
        "Sequence.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.