Build Information
Successful build of SwiftCluster, reference main (21b9bd
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 18:52:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eheitfield/SwiftCluster.git
Reference: main
Initialized empty Git repository in /Users/admin/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
[1/85] Fetching simplematrixkit
Fetched https://github.com/eheitfield/SimpleMatrixKit.git from cache (0.72s)
Computing version for https://github.com/eheitfield/SimpleMatrixKit.git
Computed https://github.com/eheitfield/SimpleMatrixKit.git at 1.0.0 (0.64s)
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/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftcluster",
"name": "SwiftCluster",
"url": "https://github.com/eheitfield/SwiftCluster.git",
"version": "unspecified",
"path": "/Users/admin/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/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleMatrixKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/eheitfield/SwiftCluster.git
[1/78] Fetching swiftcluster
Fetched https://github.com/eheitfield/SwiftCluster.git from cache (0.86s)
Fetching https://github.com/eheitfield/SimpleMatrixKit.git from cache
Fetched https://github.com/eheitfield/SimpleMatrixKit.git from cache (0.47s)
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/SwiftCluster.git
Working copy of https://github.com/eheitfield/SwiftCluster.git resolved at main (21b9bdf)
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 'swiftcluster' is not used by any target
Found 1 product dependencies
- SimpleMatrixKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/eheitfield/SwiftCluster.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/11] Compiling SimpleMatrixKit Math Extensions.swift
[5/11] Compiling SimpleMatrixKit SquareRealMatrix.swift
[6/11] Compiling SimpleMatrixKit Concatination.swift
[7/11] Emitting module SimpleMatrixKit
[8/11] Compiling SimpleMatrixKit Matrix.swift
[9/11] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[10/11] Compiling SimpleMatrixKit MatrixError.swift
[11/11] Compiling SimpleMatrixKit MatrixRepresentable.swift
[12/14] Compiling SwiftCluster SeededRNG.swift
[13/14] Emitting module SwiftCluster
[14/14] Compiling SwiftCluster ClusterModel.swift
Build complete! (10.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" : "/Users/admin/builder/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.