The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SigmaSwiftStatistics, reference 9.0.2 (d36db0), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 03:06:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/evgenyneu/SigmaSwiftStatistics.git
Reference: 9.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/evgenyneu/SigmaSwiftStatistics
 * tag               9.0.2      -> FETCH_HEAD
HEAD is now at d36db09 Update swift package description
Cloned https://github.com/evgenyneu/SigmaSwiftStatistics.git
Revision (git rev-parse @):
d36db09f97a1739edc8c63897220c7ecbb5de684
SUCCESS checkout https://github.com/evgenyneu/SigmaSwiftStatistics.git at 9.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/evgenyneu/SigmaSwiftStatistics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling SigmaSwiftStatistics UniqueValues.swift
[4/20] Compiling SigmaSwiftStatistics StandardErrorOfTheMean.swift
[5/20] Compiling SigmaSwiftStatistics Skewness.swift
[6/20] Compiling SigmaSwiftStatistics StandardDeviation.swift
[7/20] Compiling SigmaSwiftStatistics Percentile.swift
[8/20] Compiling SigmaSwiftStatistics Quantiles.swift
[9/20] Compiling SigmaSwiftStatistics Rank.swift
[10/20] Compiling SigmaSwiftStatistics Sigma.swift
[11/20] Compiling SigmaSwiftStatistics Normal.swift
[12/20] Compiling SigmaSwiftStatistics Pearson.swift
[13/20] Compiling SigmaSwiftStatistics CentralMoment.swift
[14/20] Compiling SigmaSwiftStatistics CoefficientVariation.swift
[15/20] Compiling SigmaSwiftStatistics Covariance.swift
[16/20] Compiling SigmaSwiftStatistics Frequencies.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! (4.89s)
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.