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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eheitfield/SimpleMatrixKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/eheitfield/SimpleMatrixKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1aa691c Minor documentation edits
Cloned https://github.com/eheitfield/SimpleMatrixKit.git
Revision (git rev-parse @):
1aa691c42c7d215f8b6018ab3e5d273890d6e7e8
SUCCESS checkout https://github.com/eheitfield/SimpleMatrixKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "simplematrixkit",
      "name": "SimpleMatrixKit",
      "url": "https://github.com/eheitfield/SimpleMatrixKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleMatrixKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/eheitfield/SimpleMatrixKit.git
[1/85] Fetching simplematrixkit
Fetched https://github.com/eheitfield/SimpleMatrixKit.git (0.23s)
Creating working copy for https://github.com/eheitfield/SimpleMatrixKit.git
Working copy of https://github.com/eheitfield/SimpleMatrixKit.git resolved at main
warning: '.resolve-product-dependencies': dependency 'simplematrixkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling SimpleMatrixKit MatrixRepresentable.swift
[2/8] Compiling SimpleMatrixKit SquareRealMatrix.swift
[3/8] Compiling SimpleMatrixKit Math Extensions.swift
[4/8] Compiling SimpleMatrixKit MatrixError.swift
[5/8] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[6/8] Compiling SimpleMatrixKit Concatenation.swift
[7/8] Compiling SimpleMatrixKit Matrix.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:88:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func empty<Value>() -> Matrix<Value> {
                             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
[8/8] Emitting module SimpleMatrixKit
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:88:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func empty<Value>() -> Matrix<Value> {
                             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
Build complete! (7.51s)
Build complete.
Done.