Build Information
Successful build of SwifitLearn, reference master (259662), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 00:25:22 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/t-ae/swifit-learn.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t-ae/swifit-learn
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 259662c Update for Swift4
Cloned https://github.com/t-ae/swifit-learn.git
Revision (git rev-parse @):
259662cff3c5cfcc627c48294e578884ed97a931
SUCCESS checkout https://github.com/t-ae/swifit-learn.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/t-ae/swifit-learn.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling Xorswift Xorswift.swift
[6/10] Compiling Xorswift Uniform.swift
[7/10] Compiling Xorswift State.swift
[8/10] Compiling Xorswift NextAfter.swift
[9/10] Emitting module Xorswift
[10/10] Compiling Xorswift Normal.swift
[11/36] Emitting module NDArray
[12/38] Compiling NDArray Arithmetic.swift
[13/38] Compiling NDArray Clip.swift
[14/38] Compiling NDArray CompoundAssignment.swift
[15/38] Compiling NDArray Stack.swift
[16/38] Compiling NDArray Transformation.swift
[17/38] Compiling NDArray ArrayLiteral.swift
[18/38] Compiling NDArray Broadcast.swift
[19/38] Compiling NDArray Indexing.swift
[20/38] Compiling NDArray CopySign.swift
[21/38] Compiling NDArray Creation.swift
[22/38] Compiling NDArray FloatingPointFunctions.swift
[23/38] Compiling NDArray Select.swift
[24/38] Compiling NDArray Sort.swift
[25/38] Compiling NDArray Scalar.swift
[26/38] Compiling NDArray Sequence.swift
[27/38] Compiling NDArray Subscript.swift
[28/38] Compiling NDArray Power.swift
[29/38] Compiling NDArray Random.swift
[30/38] Compiling NDArray Reduce.swift
[31/38] Compiling NDArray vDSPUtils.swift
[32/38] Compiling NDArray vecLibUtils.swift
[33/38] Compiling NDArray IterationUtils.swift
[34/38] Compiling NDArray NDArray.swift
[35/38] Compiling NDArray NDArrayUtils.swift
[36/38] Compiling NDArray HigherOrderFunctions.swift
[37/38] Compiling NDArray LinearAlgebra.swift
[38/38] Compiling NDArray MatrixMultiplication.swift
[39/45] Emitting module SwifitLearn
[40/45] Compiling SwifitLearn KNeighborClassifier.swift
[41/45] Compiling SwifitLearn RandomForestClassifier.swift
[42/45] Compiling SwifitLearn KMeans.swift
[43/45] Compiling SwifitLearn Utils.swift
[44/45] Compiling SwifitLearn DBSCAN.swift
[45/45] Compiling SwifitLearn MeanShift.swift
Build complete! (12.83s)
Fetching https://github.com/t-ae/ndarray.git
[1/2231] Fetching ndarray
Fetched https://github.com/t-ae/ndarray.git from cache (1.16s)
Computing version for https://github.com/t-ae/ndarray.git
Computed https://github.com/t-ae/ndarray.git at 0.0.14 (1.71s)
Fetching https://github.com/t-ae/xorswift.git
[1/784] Fetching xorswift
Fetched https://github.com/t-ae/xorswift.git from cache (0.66s)
Computing version for https://github.com/t-ae/xorswift.git
Computed https://github.com/t-ae/xorswift.git at 0.0.10 (1.20s)
Creating working copy for https://github.com/t-ae/ndarray.git
Working copy of https://github.com/t-ae/ndarray.git resolved at 0.0.14
Creating working copy for https://github.com/t-ae/xorswift.git
Working copy of https://github.com/t-ae/xorswift.git resolved at 0.0.10
Build complete.
{
"dependencies" : [
{
"identity" : "ndarray",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.14",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/t-ae/ndarray.git"
}
],
"manifest_display_name" : "SwifitLearn",
"name" : "SwifitLearn",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwifitLearn",
"targets" : [
"SwifitLearn"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwifitLearnTests",
"module_type" : "SwiftTarget",
"name" : "SwifitLearnTests",
"path" : "Tests/SwifitLearnTests",
"sources" : [
"IrisClassificationTests.swift",
"IrisDataset.swift",
"UtilsTests.swift"
],
"target_dependencies" : [
"SwifitLearn"
],
"type" : "test"
},
{
"c99name" : "SwifitLearn",
"module_type" : "SwiftTarget",
"name" : "SwifitLearn",
"path" : "Sources",
"product_dependencies" : [
"NDArray"
],
"product_memberships" : [
"SwifitLearn"
],
"sources" : [
"DBSCAN.swift",
"KMeans.swift",
"KNeighborClassifier.swift",
"MeanShift.swift",
"RandomForestClassifier.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.