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: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/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 into spi-builder-workspace
1aa691c42c7d215f8b6018ab3e5d273890d6e7e8
SUCCESS checkout https://github.com/eheitfield/SimpleMatrixKit.git at main
========================================
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] Emitting module SimpleMatrixKit
/Users/builder/builds/TDmZkXJm/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
[2/8] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[3/8] Compiling SimpleMatrixKit Concatenation.swift
[4/8] Compiling SimpleMatrixKit MatrixRepresentable.swift
[5/8] Compiling SimpleMatrixKit MatrixError.swift
[6/8] Compiling SimpleMatrixKit SquareRealMatrix.swift
[7/8] Compiling SimpleMatrixKit Math Extensions.swift
[8/8] Compiling SimpleMatrixKit Matrix.swift
/Users/builder/builds/TDmZkXJm/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
Build complete! (11.20s)
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.28s)
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
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/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/3/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.