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 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.23.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eheitfield/SimpleMatrixKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/eheitfield/SimpleMatrixKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 04b37bd Refactored square matrix functionality.  Improved LUP decomposition algorithm.  Improved error handling.  Updated documentation.
Cloned https://github.com/eheitfield/SimpleMatrixKit.git into spi-builder-workspace
04b37bd04e97d9137647795d75c4716514b5eae6
SUCCESS checkout https://github.com/eheitfield/SimpleMatrixKit.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0.app" xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling SimpleMatrixKit Concatination.swift
[2/8] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[3/8] Compiling SimpleMatrixKit Matrix.swift
/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
[4/8] Compiling SimpleMatrixKit Math Extensions.swift
[5/8] Compiling SimpleMatrixKit MatrixError.swift
[6/8] Compiling SimpleMatrixKit MatrixRepresentable.swift
[7/8] Emitting module SimpleMatrixKit
/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
[8/8] Compiling SimpleMatrixKit SquareRealMatrix.swift
Build complete! (13.76s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/eheitfield/SimpleMatrixKit.git from cache
Fetched https://github.com/eheitfield/SimpleMatrixKit.git (0.17s)
Creating working copy for https://github.com/eheitfield/SimpleMatrixKit.git
Working copy of https://github.com/eheitfield/SimpleMatrixKit.git resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'simplematrixkit' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleMatrixKit",
      "dependencies": [

      ]
    }
  ]
}
Found 0 product dependencies
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.