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 Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

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 /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/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:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/eheitfield/SwiftCluster.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/eheitfield/SimpleMatrixKit.git
[1/85] Fetching simplematrixkit
Fetched https://github.com/eheitfield/SimpleMatrixKit.git from cache (0.20s)
Computing version for https://github.com/eheitfield/SimpleMatrixKit.git
Computed https://github.com/eheitfield/SimpleMatrixKit.git at 1.0.0 (0.53s)
Creating working copy for https://github.com/eheitfield/SimpleMatrixKit.git
Working copy of https://github.com/eheitfield/SimpleMatrixKit.git resolved at 1.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SimpleMatrixKit SquareRealMatrix.swift
[5/11] Compiling SimpleMatrixKit MatrixRepresentable.swift
[6/11] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[7/11] Emitting module SimpleMatrixKit
[8/11] Compiling SimpleMatrixKit Concatination.swift
[9/11] Compiling SimpleMatrixKit Matrix.swift
[10/11] Compiling SimpleMatrixKit Math Extensions.swift
[11/11] Compiling SimpleMatrixKit MatrixError.swift
[13/15] Compiling SwiftCluster SeededRNG.swift
[14/15] Emitting module SwiftCluster
[15/15] Compiling SwiftCluster ClusterModel.swift
Build complete! (17.22s)
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" : "/host/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.