Build Information
Successful build of Numerix, reference main (e0542f
), with Swift 6.0 for macOS (SPM) on 16 Jun 2025 08:55:55 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.63.1
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 e0542f5 Fix new line warnings for linter checks
Cloned https://github.com/wigging/numerix.git
Revision (git rev-parse @):
e0542f5ce33003c6c8ef008652f64a97d8ae7e7f
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/21] Compiling Numerix ShapedArray.swift
[4/21] Compiling Numerix ShapedArrayElement.swift
[5/21] Compiling Numerix Helpers.swift
[6/21] Compiling Numerix NumberStyle.swift
[7/23] Compiling Numerix Algebra.swift
[8/23] Compiling Numerix ApproximatelyEqual.swift
[9/23] Compiling Numerix Matrix.swift
[10/23] Compiling Numerix Pad.swift
[11/23] Compiling Numerix Inverse.swift
[12/23] Compiling Numerix Logarithm.swift
[13/23] Compiling Numerix Arithmetic.swift
[14/23] Compiling Numerix DataBuffer.swift
[15/23] Compiling Numerix Exponential.swift
[16/23] Compiling Numerix Formatter.swift
[17/23] Compiling Numerix Power.swift
[18/23] Compiling Numerix Random.swift
[19/23] Compiling Numerix RandomDistribution.swift
[20/23] Compiling Numerix WyRand.swift
[21/23] Emitting module Numerix
[22/23] Compiling Numerix Trigonometry.swift
[23/23] Compiling Numerix Vector.swift
Build complete! (7.56s)
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" : [
"Algebra.swift",
"ApproximatelyEqual.swift",
"Arithmetic.swift",
"DataBuffer.swift",
"Exponential.swift",
"Formatter.swift",
"Inverse.swift",
"Logarithm.swift",
"Matrix.swift",
"Pad.swift",
"Power.swift",
"RandomModule/Random.swift",
"RandomModule/RandomDistribution.swift",
"RandomModule/WyRand.swift",
"ShapedArrayModule/Helpers.swift",
"ShapedArrayModule/NumberStyle.swift",
"ShapedArrayModule/ShapedArray.swift",
"ShapedArrayModule/ShapedArrayElement.swift",
"Trigonometry.swift",
"Vector.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.