The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SigmaSwiftStatistics, reference master (35b231), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 03:06:35 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: 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
========================================
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 Skewness.swift
[5/20] Compiling SigmaSwiftStatistics StandardDeviation.swift
[6/20] Compiling SigmaSwiftStatistics StandardErrorOfTheMean.swift
[7/20] Compiling SigmaSwiftStatistics Percentile.swift
[8/20] Compiling SigmaSwiftStatistics Quantiles.swift
[9/20] Compiling SigmaSwiftStatistics Kurtosis.swift
[10/20] Compiling SigmaSwiftStatistics Median.swift
[11/20] Compiling SigmaSwiftStatistics Covariance.swift
[12/20] Compiling SigmaSwiftStatistics Frequencies.swift
[13/20] Compiling SigmaSwiftStatistics Normal.swift
[14/20] Compiling SigmaSwiftStatistics Pearson.swift
[15/20] Compiling SigmaSwiftStatistics CentralMoment.swift
[16/20] Compiling SigmaSwiftStatistics CoefficientVariation.swift
[17/20] Emitting module SigmaSwiftStatistics
[18/20] Compiling SigmaSwiftStatistics Rank.swift
[19/20] Compiling SigmaSwiftStatistics Sigma.swift
[20/20] Compiling SigmaSwiftStatistics Variance.swift
Build complete! (4.64s)
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.