Build Information
Successful build of swift-numerics, reference 1.0.3 (e0ec0f
), with Swift 5.10 for macOS (SPM) on 4 Mar 2025 15:32:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path: $PWD
https://github.com/apple/swift-numerics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Write sources
[1/16] Write ComplexLog1p-entitlement.plist
[2/16] Write sources
[4/16] Write ComplexLog-entitlement.plist
[4/16] Write sources
[8/16] Write swift-version-33747A42983211AE.txt
[9/16] Compiling _NumericsShims _NumericsShims.c
[11/26] Compiling RealModule Float16+Real.swift
[12/26] Compiling RealModule Float80+Real.swift
[13/27] Compiling RealModule Float+Real.swift
[14/27] Compiling RealModule Real.swift
[15/27] Compiling RealModule ElementaryFunctions.swift
[16/27] Compiling RealModule ApproximateEquality.swift
[17/27] Compiling RealModule AlgebraicField.swift
[18/27] Compiling RealModule AugmentedArithmetic.swift
[19/27] Compiling RealModule Double+Real.swift
[20/27] Emitting module RealModule
[21/27] Compiling RealModule RealFunctions.swift
[22/32] Compiling ComplexModule Complex.swift
[23/32] Compiling ComplexModule Differentiable.swift
[24/32] Compiling ComplexModule Arithmetic.swift
[25/32] Emitting module ComplexModule
[26/32] Compiling ComplexModule ElementaryFunctions.swift
[27/34] Compiling Numerics Numerics.swift
[28/34] Emitting module Numerics
[29/38] Compiling _TestSupport RealTestSupport.swift
[30/38] Compiling _TestSupport Error.swift
[31/38] Compiling _TestSupport Interval.swift
[32/38] Emitting module _TestSupport
[33/42] Compiling ComplexLog1p main.swift
[34/42] Emitting module ComplexLog1p
[35/42] Compiling ComplexLog main.swift
[36/42] Emitting module ComplexLog
[36/42] Write Objects.LinkFileList
[38/42] Linking ComplexLog1p
[38/42] Linking ComplexLog
[40/42] Applying ComplexLog
[41/42] Applying ComplexLog1p
Build complete! (4.55s)
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.