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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eheitfield/SwiftCluster.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eheitfield/SwiftCluster
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 21b9bdf Fixed ClusterModel scope bug.
Cloned https://github.com/eheitfield/SwiftCluster.git
Revision (git rev-parse @):
21b9bdfbd75862cc4a54473b1d6f745dd3a2c5d6
SUCCESS checkout https://github.com/eheitfield/SwiftCluster.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/eheitfield/SwiftCluster.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/11] Compiling SimpleMatrixKit Concatination.swift
[5/11] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[6/11] Compiling SimpleMatrixKit Matrix.swift
[7/11] Emitting module SimpleMatrixKit
[8/11] Compiling SimpleMatrixKit SquareRealMatrix.swift
[9/11] Compiling SimpleMatrixKit Math Extensions.swift
[10/11] Compiling SimpleMatrixKit MatrixRepresentable.swift
[11/11] Compiling SimpleMatrixKit MatrixError.swift
[12/14] Compiling SwiftCluster SeededRNG.swift
[13/14] Compiling SwiftCluster ClusterModel.swift
[14/14] Emitting module SwiftCluster
Build complete! (22.15s)
Fetching https://github.com/eheitfield/SimpleMatrixKit.git
[1/85] Fetching simplematrixkit
Fetched https://github.com/eheitfield/SimpleMatrixKit.git from cache (0.73s)
Computing version for https://github.com/eheitfield/SimpleMatrixKit.git
Computed https://github.com/eheitfield/SimpleMatrixKit.git at 1.0.0 (0.65s)
Creating working copy for https://github.com/eheitfield/SimpleMatrixKit.git
Working copy of https://github.com/eheitfield/SimpleMatrixKit.git resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplematrixkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eheitfield/SimpleMatrixKit.git"
    }
  ],
  "manifest_display_name" : "SwiftCluster",
  "name" : "SwiftCluster",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftCluster",
      "targets" : [
        "SwiftCluster"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftClusterTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftClusterTests",
      "path" : "Tests/SwiftClusterTests",
      "sources" : [
        "SwiftClusterTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCluster"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCluster",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCluster",
      "path" : "Sources/SwiftCluster",
      "product_dependencies" : [
        "SimpleMatrixKit"
      ],
      "product_memberships" : [
        "SwiftCluster"
      ],
      "sources" : [
        "ClusterModel.swift",
        "SeededRNG.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.