The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfNumerics 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/wolfmcnally/WolfNumerics.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/wolfmcnally/WolfNumerics
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 40ecf0a Build as dynamic library.
Cloned https://github.com/wolfmcnally/WolfNumerics.git
Revision (git rev-parse @):
40ecf0a68c642dcbe3db4eb8e2c5785da551175e
SUCCESS checkout https://github.com/wolfmcnally/WolfNumerics.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "wolfnumerics",
      "name": "WolfNumerics",
      "url": "https://github.com/wolfmcnally/WolfNumerics.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WolfNumerics",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wolfmcnally/WolfNumerics.git
[3/275] Fetching wolfnumerics
Fetched https://github.com/wolfmcnally/WolfNumerics.git (0.35s)
Creating working copy for https://github.com/wolfmcnally/WolfNumerics.git
Working copy of https://github.com/wolfmcnally/WolfNumerics.git resolved at master
warning: '.resolve-product-dependencies': dependency 'wolfnumerics' 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/15] Compiling WolfNumerics Frac.swift
[2/15] Compiling WolfNumerics Interpolable.swift
[3/16] Compiling WolfNumerics PercentOperator.swift
[4/16] Compiling WolfNumerics RandomExtensions.swift
[5/16] Compiling WolfNumerics Lerp.swift
[6/16] Compiling WolfNumerics NumericUtils.swift
[7/16] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[8/16] Emitting module WolfNumerics
[9/16] Compiling WolfNumerics Interval.swift
[10/16] Compiling WolfNumerics IntervalCreationOperator.swift
[11/16] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[12/16] Compiling WolfNumerics BinarySearch.swift
[13/16] Compiling WolfNumerics RangeExtensions.swift
[14/16] Compiling WolfNumerics RunningAverage.swift
[15/16] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[15/16] Linking libWolfNumerics.dylib
Build complete! (13.43s)
Build complete.
Done.