Build Information
Successful build of swift-numerics, reference 1.1.0 (bbadd4
), with Swift 5.10 for macOS (SPM) on 28 Aug 2025 22:16:27 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-numerics.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-numerics
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at bbadd4b Merge pull request #326 from stephentyrone/wasm-testing-1.1
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
bbadd4b853a33fd78c4ae977d17bb2af15eb3f2a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-numerics.git at 1.1.0
========================================
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/6] Write sources
[4/6] Write swift-version-33747A42983211AE.txt
[5/6] Compiling _NumericsShims _NumericsShims.c
[7/17] Compiling RealModule Float80+Real.swift
[8/17] Compiling RealModule RealFunctions.swift
[9/17] Compiling RealModule Real.swift
[10/18] Compiling RealModule Float16+Real.swift
[11/18] Compiling RealModule Float+Real.swift
[12/18] Compiling RealModule ElementaryFunctions.swift
[13/18] Compiling RealModule AlgebraicField.swift
[14/18] Compiling RealModule ApproximateEquality.swift
[15/18] Emitting module RealModule
[16/18] Compiling RealModule AugmentedArithmetic.swift
[17/18] Compiling RealModule Double+Real.swift
[18/18] Compiling RealModule RelaxedArithmetic.swift
[19/29] Compiling ComplexModule Complex+Hashable.swift
[20/30] Compiling ComplexModule Complex+IntegerLiteral.swift
[21/30] Compiling ComplexModule Complex+Codable.swift
[22/30] Compiling ComplexModule Scale.swift
[23/30] Compiling ComplexModule Complex+StringConvertible.swift
[24/30] Compiling ComplexModule Complex+Numeric.swift
[25/30] Compiling ComplexModule Polar.swift
[26/30] Compiling ComplexModule Complex.swift
[27/30] Compiling ComplexModule Complex+ElementaryFunctions.swift
[28/30] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[29/30] Compiling ComplexModule Complex+AlgebraicField.swift
[30/30] Emitting module ComplexModule
[31/32] Compiling Numerics Numerics.swift
[32/32] Emitting module Numerics
[33/38] Compiling _TestSupport RealTestSupport.swift
[34/38] Compiling _TestSupport Error.swift
[35/38] Compiling _TestSupport Interval.swift
[36/38] Compiling _TestSupport BlackHole.swift
[37/38] Emitting module _TestSupport
[38/38] Compiling _TestSupport DoubleWidth.swift
Build complete! (3.00s)
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"
]
}
}
],
"targets" : [
{
"c99name" : "_TestSupport",
"module_type" : "SwiftTarget",
"name" : "_TestSupport",
"path" : "Sources/_TestSupport",
"sources" : [
"BlackHole.swift",
"DoubleWidth.swift",
"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"
],
"sources" : [
"_NumericsShims.c"
],
"type" : "library"
},
{
"c99name" : "RealTests",
"module_type" : "SwiftTarget",
"name" : "RealTests",
"path" : "Tests/RealTests",
"sources" : [
"ApproximateEqualityTests.swift",
"AugmentedArithmeticTests.swift",
"ElementaryFunctionChecks.swift",
"IntegerExponentTests.swift",
"RelaxedArithmeticTests.swift"
],
"target_dependencies" : [
"_TestSupport"
],
"type" : "test"
},
{
"c99name" : "RealModule",
"module_type" : "SwiftTarget",
"name" : "RealModule",
"path" : "Sources/RealModule",
"product_memberships" : [
"ComplexModule",
"Numerics",
"RealModule"
],
"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",
"RelaxedArithmetic.swift"
],
"target_dependencies" : [
"_NumericsShims"
],
"type" : "library"
},
{
"c99name" : "Numerics",
"module_type" : "SwiftTarget",
"name" : "Numerics",
"path" : "Sources/Numerics",
"product_memberships" : [
"Numerics"
],
"sources" : [
"Numerics.swift"
],
"target_dependencies" : [
"ComplexModule",
"RealModule"
],
"type" : "library"
},
{
"c99name" : "ComplexTests",
"module_type" : "SwiftTarget",
"name" : "ComplexTests",
"path" : "Tests/ComplexTests",
"sources" : [
"ApproximateEqualityTests.swift",
"ArithmeticTests.swift",
"ElementaryFunctionTests.swift",
"PropertyTests.swift"
],
"target_dependencies" : [
"_TestSupport"
],
"type" : "test"
},
{
"c99name" : "ComplexModule",
"module_type" : "SwiftTarget",
"name" : "ComplexModule",
"path" : "Sources/ComplexModule",
"product_memberships" : [
"ComplexModule",
"Numerics"
],
"sources" : [
"Complex+AdditiveArithmetic.swift",
"Complex+AlgebraicField.swift",
"Complex+Codable.swift",
"Complex+ElementaryFunctions.swift",
"Complex+Hashable.swift",
"Complex+IntegerLiteral.swift",
"Complex+Numeric.swift",
"Complex+StringConvertible.swift",
"Complex.swift",
"Polar.swift",
"Scale.swift"
],
"target_dependencies" : [
"RealModule"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.