Build Information
Successful build of swift-numerics, reference 1.0.3 (e0ec0f
), with Swift 5.9 for Linux on 4 Mar 2025 15:33:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-numerics.git
Reference: 1.0.3
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/apple/swift-numerics
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at e0ec0f5 Cherry-pick pow edge case fixes from main.
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
e0ec0f5f3af6f3e4d5e7a19d2af26b481acb6ba8
SUCCESS checkout https://github.com/apple/swift-numerics.git at 1.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/apple/swift-numerics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/9] Compiling _NumericsShims _NumericsShims.c
[2/19] Compiling RealModule AugmentedArithmetic.swift
[3/19] Compiling RealModule Double+Real.swift
[4/20] Compiling RealModule AlgebraicField.swift
[5/20] Compiling RealModule ApproximateEquality.swift
[6/20] Emitting module RealModule
[7/20] Compiling RealModule RealFunctions.swift
[8/20] Compiling RealModule ElementaryFunctions.swift
[9/20] Compiling RealModule Float16+Real.swift
[10/20] Compiling RealModule Float80+Real.swift
[11/20] Compiling RealModule Real.swift
[12/20] Compiling RealModule Float+Real.swift
[14/22] Wrapping AST for RealModule for debugging
[16/27] Compiling ComplexModule Arithmetic.swift
[17/27] Compiling ComplexModule ElementaryFunctions.swift
[18/27] Compiling ComplexModule Differentiable.swift
[19/27] Emitting module ComplexModule
[20/27] Compiling ComplexModule Complex.swift
[22/29] Wrapping AST for ComplexModule for debugging
[24/31] Compiling Numerics Numerics.swift
[25/31] Emitting module Numerics
[27/33] Wrapping AST for Numerics for debugging
[29/37] Emitting module _TestSupport
[30/37] Compiling _TestSupport Error.swift
[31/37] Compiling _TestSupport RealTestSupport.swift
[32/37] Compiling _TestSupport Interval.swift
[34/39] Wrapping AST for _TestSupport for debugging
[36/43] Emitting module ComplexLog1p
[37/43] Emitting module ComplexLog
[38/43] Compiling ComplexLog1p main.swift
[39/43] Compiling ComplexLog main.swift
[43/47] Wrapping AST for ComplexLog for debugging
[44/47] Wrapping AST for ComplexLog1p for debugging
[45/47] Linking ComplexLog
[46/47] Linking ComplexLog1p
Build complete! (9.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-numerics",
"name" : "swift-numerics",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ComplexModule",
"targets" : [
"ComplexModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Numerics",
"targets" : [
"Numerics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RealModule",
"targets" : [
"RealModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ComplexLog1p",
"targets" : [
"ComplexLog1p"
],
"type" : {
"executable" : null
}
},
{
"name" : "ComplexLog",
"targets" : [
"ComplexLog"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "_TestSupport",
"module_type" : "SwiftTarget",
"name" : "_TestSupport",
"path" : "Sources/_TestSupport",
"product_memberships" : [
"ComplexLog1p",
"ComplexLog"
],
"sources" : [
"Error.swift",
"Interval.swift",
"RealTestSupport.swift"
],
"target_dependencies" : [
"Numerics"
],
"type" : "library"
},
{
"c99name" : "_NumericsShims",
"module_type" : "ClangTarget",
"name" : "_NumericsShims",
"path" : "Sources/_NumericsShims",
"product_memberships" : [
"ComplexModule",
"Numerics",
"RealModule",
"ComplexLog1p",
"ComplexLog"
],
"sources" : [
"_NumericsShims.c"
],
"type" : "library"
},
{
"c99name" : "RealTests",
"module_type" : "SwiftTarget",
"name" : "RealTests",
"path" : "Tests/RealTests",
"sources" : [
"ApproximateEqualityTests.swift",
"ElementaryFunctionChecks.swift",
"IntegerExponentTests.swift"
],
"target_dependencies" : [
"_TestSupport"
],
"type" : "test"
},
{
"c99name" : "RealModule",
"module_type" : "SwiftTarget",
"name" : "RealModule",
"path" : "Sources/RealModule",
"product_memberships" : [
"ComplexModule",
"Numerics",
"RealModule",
"ComplexLog1p",
"ComplexLog"
],
"sources" : [
"AlgebraicField.swift",
"ApproximateEquality.swift",
"AugmentedArithmetic.swift",
"Double+Real.swift",
"ElementaryFunctions.swift",
"Float+Real.swift",
"Float16+Real.swift",
"Float80+Real.swift",
"Real.swift",
"RealFunctions.swift"
],
"target_dependencies" : [
"_NumericsShims"
],
"type" : "library"
},
{
"c99name" : "Numerics",
"module_type" : "SwiftTarget",
"name" : "Numerics",
"path" : "Sources/Numerics",
"product_memberships" : [
"Numerics",
"ComplexLog1p",
"ComplexLog"
],
"sources" : [
"Numerics.swift"
],
"target_dependencies" : [
"ComplexModule",
"RealModule"
],
"type" : "library"
},
{
"c99name" : "ComplexTests",
"module_type" : "SwiftTarget",
"name" : "ComplexTests",
"path" : "Tests/ComplexTests",
"sources" : [
"ApproximateEqualityTests.swift",
"ArithmeticTests.swift",
"DifferentiableTests.swift",
"ElementaryFunctionTests.swift",
"PropertyTests.swift"
],
"target_dependencies" : [
"_TestSupport"
],
"type" : "test"
},
{
"c99name" : "ComplexModule",
"module_type" : "SwiftTarget",
"name" : "ComplexModule",
"path" : "Sources/ComplexModule",
"product_memberships" : [
"ComplexModule",
"Numerics",
"ComplexLog1p",
"ComplexLog"
],
"sources" : [
"Arithmetic.swift",
"Complex.swift",
"Differentiable.swift",
"ElementaryFunctions.swift"
],
"target_dependencies" : [
"RealModule"
],
"type" : "library"
},
{
"c99name" : "ComplexLog1p",
"module_type" : "SwiftTarget",
"name" : "ComplexLog1p",
"path" : "Tests/Executable/ComplexLog1p",
"product_memberships" : [
"ComplexLog1p"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Numerics",
"_TestSupport"
],
"type" : "executable"
},
{
"c99name" : "ComplexLog",
"module_type" : "SwiftTarget",
"name" : "ComplexLog",
"path" : "Tests/Executable/ComplexLog",
"product_memberships" : [
"ComplexLog"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Numerics",
"_TestSupport"
],
"type" : "executable"
}
],
"tools_version" : "5.2"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.