The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfNumerics, reference master (40ecf0), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 15:44:33 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/wolfmcnally/WolfNumerics.git
Reference: master
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfNumerics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/18] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[4/18] Compiling WolfNumerics RunningAverage.swift
[5/18] Compiling WolfNumerics PercentOperator.swift
[6/19] Compiling WolfNumerics RangeExtensions.swift
[7/19] Compiling WolfNumerics Lerp.swift
[8/19] Compiling WolfNumerics NumericUtils.swift
[9/19] Compiling WolfNumerics Interval.swift
[10/19] Compiling WolfNumerics IntervalCreationOperator.swift
[11/19] Compiling WolfNumerics Frac.swift
[12/19] Compiling WolfNumerics Interpolable.swift
[13/19] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[14/19] Compiling WolfNumerics BinarySearch.swift
[15/19] Emitting module WolfNumerics
[16/19] Compiling WolfNumerics RandomExtensions.swift
[17/19] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[17/19] Write Objects.LinkFileList
[18/19] Linking libWolfNumerics.dylib
Build complete! (7.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WolfNumerics",
  "name" : "WolfNumerics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "WolfNumerics",
      "targets" : [
        "WolfNumerics"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WolfNumericsTests",
      "module_type" : "SwiftTarget",
      "name" : "WolfNumericsTests",
      "path" : "Sources/WolfNumericsTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "WolfNumerics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WolfNumerics",
      "module_type" : "SwiftTarget",
      "name" : "WolfNumerics",
      "path" : "Sources/WolfNumerics",
      "product_memberships" : [
        "WolfNumerics"
      ],
      "sources" : [
        "ApproximatelyEqualsOperator.swift",
        "BinarySearch.swift",
        "Frac.swift",
        "Interpolable.swift",
        "Interval.swift",
        "IntervalCreationOperator.swift",
        "Lerp.swift",
        "NumericUtils.swift",
        "PercentOperator.swift",
        "RandomExtensions.swift",
        "RangeExtensions.swift",
        "RunningAverage.swift",
        "SecureRandomNumberGenerator.swift",
        "SeededRandomNumberGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.