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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/DisjointSet.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/fumoboy007/DisjointSet
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 440b083 Added `DisjointSet.attabench` to measure real-world time complexity
Cloned https://github.com/fumoboy007/DisjointSet.git
Revision (git rev-parse @):
440b083e4d10641e7153b7dc151f46be32b385de
SUCCESS checkout https://github.com/fumoboy007/DisjointSet.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/fumoboy007/DisjointSet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling DisjointSet DisjointSet.swift
[2/2] Emitting module DisjointSet
Build complete! (0.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DisjointSet",
  "name" : "DisjointSet",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DisjointSet",
      "targets" : [
        "DisjointSet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DisjointSetTests",
      "module_type" : "SwiftTarget",
      "name" : "DisjointSetTests",
      "path" : "Tests/DisjointSetTests",
      "sources" : [
        "DisjointSetLogicTests.swift",
        "LeetCodeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DisjointSet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DisjointSet",
      "module_type" : "SwiftTarget",
      "name" : "DisjointSet",
      "path" : "Sources/DisjointSet",
      "product_memberships" : [
        "DisjointSet"
      ],
      "sources" : [
        "DisjointSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.