The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfNumerics, reference master (40ecf0), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 12:05:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "wolfnumerics",
      "name": "WolfNumerics",
      "url": "https://github.com/wolfmcnally/WolfNumerics.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WolfNumerics",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wolfmcnally/WolfNumerics.git
[1/275] Fetching wolfnumerics
Fetched https://github.com/wolfmcnally/WolfNumerics.git from cache (0.60s)
Creating working copy for https://github.com/wolfmcnally/WolfNumerics.git
Working copy of https://github.com/wolfmcnally/WolfNumerics.git resolved at master (40ecf0a)
warning: '.resolve-product-dependencies': dependency 'wolfnumerics' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfNumerics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/18] Compiling WolfNumerics RandomExtensions.swift
[4/18] Compiling WolfNumerics Lerp.swift
[5/18] Compiling WolfNumerics NumericUtils.swift
[6/18] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[7/18] Compiling WolfNumerics BinarySearch.swift
[8/18] Compiling WolfNumerics Frac.swift
[9/18] Compiling WolfNumerics Interpolable.swift
[10/18] Compiling WolfNumerics RunningAverage.swift
[11/18] Compiling WolfNumerics RangeExtensions.swift
[12/18] Emitting module WolfNumerics
[13/18] Compiling WolfNumerics Interval.swift
[14/18] Compiling WolfNumerics IntervalCreationOperator.swift
[15/18] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[16/18] Compiling WolfNumerics PercentOperator.swift
[17/19] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[17/19] Write Objects.LinkFileList
[18/19] Linking libWolfNumerics.dylib
Build complete! (10.07s)
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.