Build Information
Successful build of SigmaSwiftStatistics, reference master (35b231), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 01:34:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/evgenyneu/SigmaSwiftStatistics.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/evgenyneu/SigmaSwiftStatistics
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 35b2318 Swift package manager
Cloned https://github.com/evgenyneu/SigmaSwiftStatistics.git
Revision (git rev-parse @):
35b231856e175119ac3030d32a0366f7e266726b
SUCCESS checkout https://github.com/evgenyneu/SigmaSwiftStatistics.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "sigmaswiftstatistics",
"name": "SigmaSwiftStatistics",
"url": "https://github.com/evgenyneu/SigmaSwiftStatistics.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SigmaSwiftStatistics",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/evgenyneu/SigmaSwiftStatistics.git
[1/1907] Fetching sigmaswiftstatistics
Fetched https://github.com/evgenyneu/SigmaSwiftStatistics.git from cache (1.00s)
Creating working copy for https://github.com/evgenyneu/SigmaSwiftStatistics.git
Working copy of https://github.com/evgenyneu/SigmaSwiftStatistics.git resolved at master (35b2318)
warning: '.resolve-product-dependencies': dependency 'sigmaswiftstatistics' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/evgenyneu/SigmaSwiftStatistics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/19] Compiling SigmaSwiftStatistics UniqueValues.swift
[4/19] Compiling SigmaSwiftStatistics Skewness.swift
[5/19] Compiling SigmaSwiftStatistics StandardDeviation.swift
[6/19] Compiling SigmaSwiftStatistics StandardErrorOfTheMean.swift
[7/19] Compiling SigmaSwiftStatistics Rank.swift
[8/19] Compiling SigmaSwiftStatistics Sigma.swift
[9/19] Compiling SigmaSwiftStatistics Normal.swift
[10/19] Compiling SigmaSwiftStatistics Pearson.swift
[11/19] Compiling SigmaSwiftStatistics Percentile.swift
[12/19] Compiling SigmaSwiftStatistics Quantiles.swift
[13/20] Compiling SigmaSwiftStatistics Covariance.swift
[14/20] Compiling SigmaSwiftStatistics Frequencies.swift
[15/20] Compiling SigmaSwiftStatistics CentralMoment.swift
[16/20] Compiling SigmaSwiftStatistics CoefficientVariation.swift
[17/20] Emitting module SigmaSwiftStatistics
[18/20] Compiling SigmaSwiftStatistics Kurtosis.swift
[19/20] Compiling SigmaSwiftStatistics Median.swift
[20/20] Compiling SigmaSwiftStatistics Variance.swift
Build complete! (5.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SigmaSwiftStatistics",
"name" : "SigmaSwiftStatistics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SigmaSwiftStatistics",
"targets" : [
"SigmaSwiftStatistics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SigmaSwiftStatistics",
"module_type" : "SwiftTarget",
"name" : "SigmaSwiftStatistics",
"path" : "SigmaSwiftStatistics",
"product_memberships" : [
"SigmaSwiftStatistics"
],
"sources" : [
"CentralMoment.swift",
"CoefficientVariation.swift",
"Covariance.swift",
"Frequencies.swift",
"Kurtosis.swift",
"Median.swift",
"Normal.swift",
"Pearson.swift",
"Percentile.swift",
"Quantiles.swift",
"Rank.swift",
"Sigma.swift",
"Skewness.swift",
"StandardDeviation.swift",
"StandardErrorOfTheMean.swift",
"UniqueValues.swift",
"Variance.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.