Build Information
Successful build of swift-numerics, reference main (178f51), with Swift 6.2 for macOS (SPM) on 14 Nov 2025 04:41:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 178f513 Merge pull request #316 from stephentyrone/enable-macos-github
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
178f513ce685a462b7d04c6f3431f202f3f26261
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-numerics.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
}
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.07s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at main (178f513)
warning: '.resolve-product-dependencies': dependency 'swift-numerics' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-numerics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[5/7] Write swift-version-49B95AFC49DCD68C.txt
[6/7] Compiling _NumericsShims _NumericsShims.c
[8/25] Compiling RealModule Float80+Real.swift
[9/25] Compiling RealModule Double+Real.swift
[10/25] Compiling RealModule AugmentedArithmetic.swift
[11/25] Emitting module RealModule
[12/25] Compiling RealModule ElementaryFunctions.swift
[13/25] Compiling RealModule Float16+Real.swift
[14/25] Compiling RealModule AlgebraicField.swift
[15/25] Compiling RealModule ApproximateEquality.swift
[16/25] Compiling RealModule Float+Real.swift
[17/25] Compiling RealModule Real.swift
[18/25] Compiling RealModule RealFunctions.swift
[19/26] Compiling IntegerUtilities SaturatingArithmetic.swift
[20/26] Compiling IntegerUtilities ShiftWithRounding.swift
[21/26] Compiling RealModule RelaxedArithmetic.swift
[22/37] Compiling IntegerUtilities GCD.swift
[23/37] Compiling IntegerUtilities Rotate.swift
[24/37] Compiling IntegerUtilities DivideWithRounding.swift
[25/37] Emitting module IntegerUtilities
[26/37] Compiling IntegerUtilities RoundingRule.swift
[27/37] Compiling ComplexModule Complex+Numeric.swift
[28/37] Compiling ComplexModule Complex.swift
[29/37] Compiling ComplexModule Complex+IntegerLiteral.swift
[30/37] Compiling ComplexModule Complex+Hashable.swift
[31/37] Compiling ComplexModule Polar.swift
[32/37] Compiling ComplexModule Complex+StringConvertible.swift
[33/38] Compiling ComplexModule Scale.swift
[34/38] Compiling ComplexModule Complex+ElementaryFunctions.swift
[35/38] Compiling ComplexModule Complex+Codable.swift
[36/38] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[37/38] Compiling ComplexModule Complex+AlgebraicField.swift
[38/38] Emitting module ComplexModule
[39/40] Emitting module Numerics
[40/40] Compiling Numerics Numerics.swift
[41/46] Compiling _TestSupport RealTestSupport.swift
[42/46] Compiling _TestSupport Error.swift
[43/46] Compiling _TestSupport Interval.swift
[44/46] Emitting module _TestSupport
[45/46] Compiling _TestSupport DoubleWidth.swift
[46/46] Compiling _TestSupport BlackHole.swift
Build complete! (2.16s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/apple/swift-numerics/main
Repository: apple/swift-numerics
Swift version used: 6.2
Target: Numerics
Extracting symbol information for 'Numerics'...
Finished extracting symbol information for 'Numerics'. (0.26s)
Building documentation for 'Numerics'...
Finished building documentation for 'Numerics' (0.09s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.35s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.88s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3577] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.94s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit GenericConstraint.swift
[12/57] Compiling SymbolKit GenericParameter.swift
[13/57] Compiling SymbolKit Generics.swift
[14/57] Compiling SymbolKit Namespace.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit SourceRange.swift
[17/57] Compiling SymbolKit Metadata.swift
[18/57] Compiling SymbolKit Module.swift
[19/57] Compiling SymbolKit OperatingSystem.swift
[20/57] Compiling SymbolKit Platform.swift
[21/57] Compiling SymbolKit Identifier.swift
[22/57] Compiling SymbolKit KindIdentifier.swift
[23/57] Compiling SymbolKit Location.swift
[24/57] Compiling SymbolKit Mutability.swift
[25/57] Compiling SymbolKit Symbol.swift
[26/57] Compiling SymbolKit SymbolKind.swift
[27/57] Compiling SymbolKit SymbolGraph.swift
[28/57] Compiling SymbolKit GraphCollector.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit Names.swift
[40/57] Compiling SymbolKit SPI.swift
[41/57] Compiling SymbolKit Snippet.swift
[42/57] Compiling SymbolKit Extension.swift
[43/57] Compiling SymbolKit DeclarationFragments.swift
[44/57] Compiling SymbolKit Fragment.swift
[45/57] Compiling SymbolKit FragmentKind.swift
[46/57] Compiling SymbolKit FunctionParameter.swift
[47/57] Compiling SymbolKit FunctionSignature.swift
[48/57] Compiling Snippets Snippet.swift
[49/57] Compiling Snippets SnippetParser.swift
[50/57] Emitting module Snippets
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.94s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Numerics' complete! (0.19s)
Target: RealModule
Extracting symbol information for 'RealModule'...
Finished extracting symbol information for 'RealModule'. (0.24s)
Building documentation for 'RealModule'...
Finished building documentation for 'RealModule' (0.15s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/main
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'RealModule' complete! (0.18s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/main/linkable-paths.json
Target: ComplexModule
Extracting symbol information for 'ComplexModule'...
Finished extracting symbol information for 'ComplexModule'. (0.24s)
Building documentation for 'ComplexModule'...
Finished building documentation for 'ComplexModule' (0.10s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/main
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.19s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'ComplexModule' complete! (0.18s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/main/linkable-paths.json
600
5 /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-numerics/main
File count: 600
Doc size: 5.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-numerics-main-d6d688ee.zip to s3://spi-docs-inbox/prod-apple-swift-numerics-main-d6d688ee.zip
Copying... [13%]
Copying... [26%]
Copying... [33%]
Copying... [46%]
Copying... [52%]
Copying... [65%]
Copying... [72%]
Copying... [85%]
Copying... [91%]
Copying... [100%]
Done.