Build Information
Successful build of swift-numerics, reference 1.0.3 (e0ec0f
), with Swift 5.9 for macOS (SPM) on 4 Mar 2025 15:32:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/apple/swift-numerics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling _NumericsShims _NumericsShims.c
[2/13] Compiling RealModule ElementaryFunctions.swift
[3/13] Compiling RealModule AlgebraicField.swift
[4/13] Compiling RealModule Float80+Real.swift
[5/13] Compiling RealModule Float16+Real.swift
[6/13] Compiling RealModule Float+Real.swift
[7/13] Emitting module RealModule
[8/13] Compiling RealModule Double+Real.swift
[9/13] Compiling RealModule ApproximateEquality.swift
[10/13] Compiling RealModule AugmentedArithmetic.swift
[11/13] Compiling RealModule Real.swift
[12/14] Compiling RealModule RealFunctions.swift
[13/19] Compiling ComplexModule Arithmetic.swift
[14/19] Compiling ComplexModule ElementaryFunctions.swift
[15/19] Compiling ComplexModule Differentiable.swift
[16/19] Compiling ComplexModule Complex.swift
[17/19] Emitting module ComplexModule
[18/21] Emitting module Numerics
[19/21] Compiling Numerics Numerics.swift
[20/25] Compiling _TestSupport RealTestSupport.swift
[21/25] Compiling _TestSupport Interval.swift
[22/25] Emitting module _TestSupport
[23/25] Compiling _TestSupport Error.swift
[24/29] Compiling ComplexLog main.swift
[25/29] Emitting module ComplexLog
[26/29] Compiling ComplexLog1p main.swift
[27/29] Emitting module ComplexLog1p
[27/29] Linking ComplexLog
[28/29] Linking ComplexLog1p
Build complete! (5.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-numerics",
"name" : "swift-numerics",
"path" : "/Users/admin/builder/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"
}
Done.