Build Information
Successful build of HungarianAlgorithm, reference main (69f47d), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 08:19:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/delicious-ai/HungarianAlgorithm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/delicious-ai/HungarianAlgorithm
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 69f47d6 Merge pull request #3 from delicious-ai/readme-badge-fix
Cloned https://github.com/delicious-ai/HungarianAlgorithm.git
Revision (git rev-parse @):
69f47d6bf9ea3fe978ee9e10190d0908854971ed
SUCCESS checkout https://github.com/delicious-ai/HungarianAlgorithm.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/delicious-ai/HungarianAlgorithm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/19] Emitting module LASwift
[5/19] Compiling LASwift MatrixLeastSquare.swift
[6/19] Compiling LASwift MatrixStatistics.swift
[7/19] Compiling LASwift MatrixArithmetic.swift
[8/19] Compiling LASwift MatrixExponent.swift
[9/19] Compiling LASwift VectorExponent.swift
[10/19] Compiling LASwift Util.swift
[11/19] Compiling LASwift Vector.swift
[12/19] Compiling LASwift Operators.swift
[13/19] Compiling LASwift Random.swift
[14/19] Compiling LASwift VectorStatistics.swift
[15/19] Compiling LASwift Matrix.swift
[16/19] Compiling LASwift MatrixAlgebra.swift
[17/20] Compiling LASwift VectorArithmetic.swift
[18/20] Compiling LASwift MatrixTrigonometry.swift
[19/20] Compiling LASwift Numeric.swift
[20/20] Compiling LASwift VectorTrigonometry.swift
[21/23] Compiling HungarianAlgorithm Utils.swift
[22/23] Compiling HungarianAlgorithm HungarianAlgorithm.swift
[23/23] Emitting module HungarianAlgorithm
Build complete! (18.22s)
Fetching https://github.com/AlexanderTar/LASwift
[1/1131] Fetching laswift
Fetched https://github.com/AlexanderTar/LASwift from cache (1.02s)
Computing version for https://github.com/AlexanderTar/LASwift
Computed https://github.com/AlexanderTar/LASwift at 0.3.2 (1.54s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[2/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.75s)
Fetched https://github.com/Quick/Nimble.git from cache (1.75s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (2.28s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.85s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.38s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.50s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.73s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.25s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 5.0.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 10.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/AlexanderTar/LASwift
Working copy of https://github.com/AlexanderTar/LASwift resolved at 0.3.2
Build complete.
{
"dependencies" : [
{
"identity" : "laswift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AlexanderTar/LASwift"
}
],
"manifest_display_name" : "HungarianAlgorithm",
"name" : "HungarianAlgorithm",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "HungarianAlgorithm",
"targets" : [
"HungarianAlgorithm"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HungarianAlgorithmTests",
"module_type" : "SwiftTarget",
"name" : "HungarianAlgorithmTests",
"path" : "Tests/HungarianAlgorithmTests",
"sources" : [
"HungarianAlgorithmTests.swift",
"UtilsTests.swift"
],
"target_dependencies" : [
"HungarianAlgorithm"
],
"type" : "test"
},
{
"c99name" : "HungarianAlgorithm",
"module_type" : "SwiftTarget",
"name" : "HungarianAlgorithm",
"path" : "Sources/HungarianAlgorithm",
"product_dependencies" : [
"LASwift"
],
"product_memberships" : [
"HungarianAlgorithm"
],
"sources" : [
"HungarianAlgorithm.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.