The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCluster 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/SwiftCluster.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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
Fetching https://github.com/eheitfield/SimpleMatrixKit.git from cache
Fetched https://github.com/eheitfield/SimpleMatrixKit.git (0.16s)
Computing version for https://github.com/eheitfield/SimpleMatrixKit.git
Computed https://github.com/eheitfield/SimpleMatrixKit.git at 1.0.0 (0.47s)
Creating working copy for https://github.com/eheitfield/SimpleMatrixKit.git
Working copy of https://github.com/eheitfield/SimpleMatrixKit.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "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": "swiftcluster",
      "name": "SwiftCluster",
      "url": "https://github.com/eheitfield/SwiftCluster.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCluster",
      "dependencies": [
        {
          "identity": "simplematrixkit",
          "name": "SimpleMatrixKit",
          "url": "https://github.com/eheitfield/SimpleMatrixKit.git",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleMatrixKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/eheitfield/SwiftCluster.git from cache
Fetched https://github.com/eheitfield/SwiftCluster.git (0.17s)
Fetching https://github.com/eheitfield/SimpleMatrixKit.git from cache
Fetched https://github.com/eheitfield/SimpleMatrixKit.git (0.16s)
Computing version for https://github.com/eheitfield/SimpleMatrixKit.git
Computed https://github.com/eheitfield/SimpleMatrixKit.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/eheitfield/SimpleMatrixKit.git
Working copy of https://github.com/eheitfield/SimpleMatrixKit.git resolved at 1.0.0
Creating working copy for https://github.com/eheitfield/SwiftCluster.git
Working copy of https://github.com/eheitfield/SwiftCluster.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftcluster' is not used by any target
Found 1 product dependencies
  - SimpleMatrixKit
========================================
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 MatrixError.swift
[2/8] Compiling SimpleMatrixKit MatrixRepresentable.swift
[3/8] Compiling SimpleMatrixKit SquareRealMatrix.swift
[4/8] Compiling SimpleMatrixKit Math Extensions.swift
[5/8] Compiling SimpleMatrixKit Concatination.swift
[6/8] Compiling SimpleMatrixKit Matrix.swift
[7/8] Emitting module SimpleMatrixKit
[8/8] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[9/11] Compiling SwiftCluster SeededRNG.swift
[10/11] Emitting module SwiftCluster
[11/11] Compiling SwiftCluster ClusterModel.swift
Build complete! (8.89s)
Build complete.
Done.