The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfNumerics, reference master (40ecf0), with Swift 6.2 for Linux on 17 Jun 2025 15:42:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfNumerics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/19] Compiling WolfNumerics Interval.swift
[4/19] Compiling WolfNumerics IntervalCreationOperator.swift
[5/20] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[6/20] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[7/20] Compiling WolfNumerics Frac.swift
[8/20] Compiling WolfNumerics Interpolable.swift
[9/20] Emitting module WolfNumerics
[10/20] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[11/20] Compiling WolfNumerics BinarySearch.swift
[12/20] Compiling WolfNumerics Lerp.swift
[13/20] Compiling WolfNumerics NumericUtils.swift
[14/20] Compiling WolfNumerics RangeExtensions.swift
[15/20] Compiling WolfNumerics RunningAverage.swift
[16/20] Compiling WolfNumerics PercentOperator.swift
[17/20] Compiling WolfNumerics RandomExtensions.swift
[18/21] Wrapping AST for WolfNumerics for debugging
[19/21] Write Objects.LinkFileList
[20/21] Linking libWolfNumerics.so
Build complete! (11.18s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WolfNumerics",
  "name" : "WolfNumerics",
  "path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.