The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SigmaSwiftStatistics with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/evgenyneu/SigmaSwiftStatistics.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "sigmaswiftstatistics",
      "name": "SigmaSwiftStatistics",
      "url": "https://github.com/evgenyneu/SigmaSwiftStatistics.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SigmaSwiftStatistics",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/evgenyneu/SigmaSwiftStatistics.git
[1/1907] Fetching sigmaswiftstatistics
Fetched https://github.com/evgenyneu/SigmaSwiftStatistics.git (0.36s)
Creating working copy for https://github.com/evgenyneu/SigmaSwiftStatistics.git
Working copy of https://github.com/evgenyneu/SigmaSwiftStatistics.git resolved at master
warning: '.resolve-product-dependencies': dependency 'sigmaswiftstatistics' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/16] Compiling SigmaSwiftStatistics Frequencies.swift
[2/16] Compiling SigmaSwiftStatistics Kurtosis.swift
[3/18] Compiling SigmaSwiftStatistics CentralMoment.swift
[4/18] Compiling SigmaSwiftStatistics CoefficientVariation.swift
[5/18] Compiling SigmaSwiftStatistics Covariance.swift
[6/18] Compiling SigmaSwiftStatistics Median.swift
[7/18] Compiling SigmaSwiftStatistics Normal.swift
[8/18] Compiling SigmaSwiftStatistics Pearson.swift
[9/18] Compiling SigmaSwiftStatistics Percentile.swift
[10/18] Compiling SigmaSwiftStatistics StandardDeviation.swift
[11/18] Compiling SigmaSwiftStatistics StandardErrorOfTheMean.swift
[12/18] Compiling SigmaSwiftStatistics Sigma.swift
[13/18] Compiling SigmaSwiftStatistics Skewness.swift
[14/18] Emitting module SigmaSwiftStatistics
[15/18] Compiling SigmaSwiftStatistics Quantiles.swift
[16/18] Compiling SigmaSwiftStatistics Rank.swift
[17/18] Compiling SigmaSwiftStatistics UniqueValues.swift
[18/18] Compiling SigmaSwiftStatistics Variance.swift
Build complete! (8.90s)
Build complete.
Done.