Build Information
Successful build of swift-numerics, reference main (2b458e
), with Swift 5.10 for macOS (SPM) on 10 Apr 2025 18:42:54 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-numerics
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2b458e8 Merge pull request #305 from stephentyrone/remove-stochastic-rounding
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
2b458e8aeb9cf3f3a156f54ba427b9f101a4511a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-numerics.git at main
========================================
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/7] Write sources
[5/7] Write swift-version-33747A42983211AE.txt
[6/7] Compiling _NumericsShims _NumericsShims.c
[8/25] Compiling RealModule Float80+Real.swift
[9/25] Compiling RealModule RealFunctions.swift
[10/25] Compiling RealModule ElementaryFunctions.swift
[11/25] Compiling RealModule Real.swift
[12/26] Compiling IntegerUtilities SaturatingArithmetic.swift
[13/26] Compiling RealModule AlgebraicField.swift
[14/26] Compiling RealModule ApproximateEquality.swift
[15/26] Compiling RealModule AugmentedArithmetic.swift
[16/26] Emitting module RealModule
[17/26] Compiling RealModule Double+Real.swift
[18/26] Compiling RealModule Float+Real.swift
[19/26] Compiling RealModule Float16+Real.swift
[20/26] Compiling IntegerUtilities ShiftWithRounding.swift
[21/26] Compiling RealModule RelaxedArithmetic.swift
[22/36] Compiling IntegerUtilities GCD.swift
[23/37] Compiling IntegerUtilities Rotate.swift
[24/37] Compiling IntegerUtilities RoundingRule.swift
[25/37] Compiling ComplexModule Complex+Hashable.swift
[26/38] Compiling ComplexModule Complex+Numeric.swift
[27/38] Compiling ComplexModule Complex.swift
[28/38] Compiling ComplexModule Polar.swift
[29/38] Compiling ComplexModule Complex+IntegerLiteral.swift
[30/38] Compiling ComplexModule Complex+StringConvertible.swift
[31/38] Compiling ComplexModule Scale.swift
[32/38] Emitting module IntegerUtilities
[33/38] Compiling IntegerUtilities DivideWithRounding.swift
[34/38] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[35/38] Compiling ComplexModule Complex+AlgebraicField.swift
[36/38] Compiling ComplexModule Complex+Codable.swift
[37/38] Compiling ComplexModule Complex+ElementaryFunctions.swift
[38/38] Emitting module ComplexModule
[39/40] Compiling Numerics Numerics.swift
[40/40] Emitting module Numerics
[41/46] Compiling _TestSupport RealTestSupport.swift
[42/46] Compiling _TestSupport Error.swift
[43/46] Compiling _TestSupport Interval.swift
[44/46] Compiling _TestSupport DoubleWidth.swift
[45/46] Emitting module _TestSupport
[46/46] Compiling _TestSupport BlackHole.swift
Build complete! (3.15s)
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",
"IntegerUtilities",
"RealModule"
],
"type" : "library"
},
{
"c99name" : "IntegerUtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "IntegerUtilitiesTests",
"path" : "Tests/IntegerUtilitiesTests",
"sources" : [
"DivideTests.swift",
"DoubleWidthTests.swift",
"GCDTests.swift",
"RotateTests.swift",
"RoundingTests.swift",
"SaturatingArithmeticTests.swift",
"ShiftTests.swift"
],
"target_dependencies" : [
"IntegerUtilities",
"_TestSupport"
],
"type" : "test"
},
{
"c99name" : "IntegerUtilities",
"module_type" : "SwiftTarget",
"name" : "IntegerUtilities",
"path" : "Sources/IntegerUtilities",
"product_memberships" : [
"Numerics"
],
"sources" : [
"DivideWithRounding.swift",
"GCD.swift",
"Rotate.swift",
"RoundingRule.swift",
"SaturatingArithmetic.swift",
"ShiftWithRounding.swift"
],
"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.