Build Information
Successful build of Numerix, reference main (1bd2f0
), with Swift 6.0 for macOS (SPM) on 28 Jun 2025 08:44:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wigging/numerix.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wigging/numerix
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1bd2f04 Rename directories to Core, Mathematics, and Random
Cloned https://github.com/wigging/numerix.git
Revision (git rev-parse @):
1bd2f0429d35a57be7ec2d4c36b0e457f70d4403
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wigging/numerix.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/wigging/numerix.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/23] Emitting module Numerix
[4/25] Compiling Numerix Xoroshiro.swift
[5/25] Compiling Numerix Xoshiro.swift
[6/25] Compiling Numerix Arithmetic.swift
[7/25] Compiling Numerix Exponential.swift
[8/25] Compiling Numerix Pad.swift
[9/25] Compiling Numerix ShapedArray.swift
[10/25] Compiling Numerix ShapedArrayElement.swift
[11/25] Compiling Numerix Vector.swift
[12/25] Compiling Numerix ApproximatelyEqual.swift
[13/25] Compiling Numerix DataBuffer.swift
[14/25] Compiling Numerix Formatter.swift
[15/25] Compiling Numerix Trigonometry.swift
[16/25] Compiling Numerix Random.swift
[17/25] Compiling Numerix Logarithm.swift
[18/25] Compiling Numerix Power.swift
[19/25] Compiling Numerix Helpers.swift
[20/25] Compiling Numerix Matrix.swift
[21/25] Compiling Numerix NumberStyle.swift
[22/25] Compiling Numerix Algebra.swift
[23/25] Compiling Numerix Inverse.swift
[24/25] Compiling Numerix RandomDistribution.swift
[25/25] Compiling Numerix Wyrand.swift
Build complete! (8.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Numerix",
"name" : "Numerix",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Numerix",
"targets" : [
"Numerix"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"sources" : [
"MatrixTests.swift",
"RandomTests.swift",
"ShapedArrayTests.swift",
"TrigonometryTests.swift",
"VectorTests.swift"
],
"target_dependencies" : [
"Numerix"
],
"type" : "test"
},
{
"c99name" : "Numerix",
"module_type" : "SwiftTarget",
"name" : "Numerix",
"path" : "Sources/Numerix",
"product_memberships" : [
"Numerix"
],
"sources" : [
"Core/ApproximatelyEqual.swift",
"Core/DataBuffer.swift",
"Core/Formatter.swift",
"Core/Helpers.swift",
"Core/Matrix.swift",
"Core/NumberStyle.swift",
"Core/Pad.swift",
"Core/ShapedArray.swift",
"Core/ShapedArrayElement.swift",
"Core/Vector.swift",
"LinearAlgebra/Algebra.swift",
"LinearAlgebra/Inverse.swift",
"Mathematics/Arithmetic.swift",
"Mathematics/Exponential.swift",
"Mathematics/Logarithm.swift",
"Mathematics/Power.swift",
"Mathematics/Trigonometry.swift",
"Random/Random.swift",
"Random/RandomDistribution.swift",
"Random/Wyrand.swift",
"Random/Xoroshiro.swift",
"Random/Xoshiro.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.