Build Information
Successful build of WolfNumerics, reference 4.0.4 (40ecf0), with Swift 6.3 for Android on 10 Apr 2026 11:58:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfNumerics.git
Reference: 4.0.4
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
* tag 4.0.4 -> FETCH_HEAD
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 4.0.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/wolfmcnally/WolfNumerics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version--4F562202D5529B1.txt
[3/19] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[4/20] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[5/20] Compiling WolfNumerics PercentOperator.swift
[6/20] Compiling WolfNumerics RandomExtensions.swift
[7/20] Compiling WolfNumerics Lerp.swift
[8/20] Compiling WolfNumerics NumericUtils.swift
[9/20] Compiling WolfNumerics Interval.swift
[10/20] Compiling WolfNumerics IntervalCreationOperator.swift
[11/20] Compiling WolfNumerics Frac.swift
[12/20] Compiling WolfNumerics Interpolable.swift
[13/20] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[14/20] Compiling WolfNumerics BinarySearch.swift
[15/20] Emitting module WolfNumerics
[16/20] Compiling WolfNumerics RangeExtensions.swift
[17/20] Compiling WolfNumerics RunningAverage.swift
[18/21] Wrapping AST for WolfNumerics for debugging
[19/21] Write Objects.LinkFileList
[20/21] Linking libWolfNumerics.so
Build complete! (12.85s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.