Build Information
Successful build of swift-numerics, reference 1.1.0 (bbadd4
), with Swift 6.1 for macOS (SPM) on 28 Aug 2025 22:15:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
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
========================================
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 from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.85s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0 (bbadd4b)
warning: '.resolve-product-dependencies': dependency 'swift-numerics' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-numerics.git
https://github.com/apple/swift-numerics.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/17] Compiling RealModule RealFunctions.swift
[8/17] Compiling RealModule ElementaryFunctions.swift
[9/17] Compiling RealModule Real.swift
[10/17] Compiling RealModule Float80+Real.swift
[11/17] Compiling RealModule Float+Real.swift
[12/17] Compiling RealModule Float16+Real.swift
[13/17] Compiling RealModule AugmentedArithmetic.swift
[14/17] Compiling RealModule AlgebraicField.swift
[15/17] Compiling RealModule ApproximateEquality.swift
[16/17] Emitting module RealModule
[17/17] Compiling RealModule Double+Real.swift
[18/18] Compiling RealModule RelaxedArithmetic.swift
[19/29] Compiling ComplexModule Complex+StringConvertible.swift
[20/30] Compiling ComplexModule Polar.swift
[21/30] Compiling ComplexModule Complex+Numeric.swift
[22/30] Compiling ComplexModule Complex+IntegerLiteral.swift
[23/30] Compiling ComplexModule Complex+Codable.swift
[24/30] Compiling ComplexModule Complex.swift
[25/30] Compiling ComplexModule Complex+Hashable.swift
[26/30] Compiling ComplexModule Scale.swift
[27/30] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[28/30] Compiling ComplexModule Complex+AlgebraicField.swift
[29/30] Compiling ComplexModule Complex+ElementaryFunctions.swift
[30/30] Emitting module ComplexModule
[31/32] Emitting module Numerics
[32/32] Compiling Numerics Numerics.swift
[33/38] Compiling _TestSupport RealTestSupport.swift
[34/38] Compiling _TestSupport BlackHole.swift
[35/38] Emitting module _TestSupport
[36/38] Compiling _TestSupport DoubleWidth.swift
[37/38] Compiling _TestSupport Error.swift
[38/38] Compiling _TestSupport Interval.swift
Build complete! (2.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",
"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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/apple/swift-numerics/1.1.0
Repository: apple/swift-numerics
Swift version used: 6.1
Target: Numerics
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Numerics'...
Finished extracting symbol information for 'Numerics'. (1.21s)
Building documentation for 'Numerics'...
Finished building documentation for 'Numerics' (0.08s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/1.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.48s)
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
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Compiling Snippets SnippetParser.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[16/57] Compiling SymbolKit UnifiedSymbol.swift
[17/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[18/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[19/57] Compiling SymbolKit Symbol.swift
[20/57] Compiling SymbolKit SymbolKind.swift
[21/57] Compiling SymbolKit SymbolGraph.swift
[22/57] Compiling SymbolKit GraphCollector.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Compiling SymbolKit GenericConstraint.swift
[38/57] Compiling SymbolKit GenericParameter.swift
[39/57] Compiling SymbolKit Generics.swift
[40/57] Compiling SymbolKit Namespace.swift
[41/57] Compiling SymbolKit Names.swift
[42/57] Compiling SymbolKit SPI.swift
[43/57] Compiling SymbolKit Snippet.swift
[44/57] Compiling SymbolKit Extension.swift
[45/57] Compiling SymbolKit Relationship.swift
[46/57] Compiling SymbolKit RelationshipKind.swift
[47/57] Compiling SymbolKit SourceOrigin.swift
[48/57] Compiling SymbolKit GenericConstraints.swift
[49/57] Compiling SymbolKit Swift.swift
[50/57] Compiling SymbolKit SourceRange.swift
[51/57] Compiling SymbolKit Metadata.swift
[52/57] Compiling SymbolKit Module.swift
[53/57] Compiling SymbolKit OperatingSystem.swift
[54/57] Compiling SymbolKit Platform.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.48s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/12] Compiling RealModule Float80+Real.swift
[3/12] Compiling RealModule RealFunctions.swift
[4/12] Compiling RealModule Real.swift
[5/12] Compiling RealModule Float16+Real.swift
[6/13] Compiling RealModule Float+Real.swift
[7/13] Compiling RealModule ElementaryFunctions.swift
[8/13] Compiling RealModule AugmentedArithmetic.swift
[9/13] Compiling RealModule Double+Real.swift
[10/13] Compiling RealModule AlgebraicField.swift
[11/13] Compiling RealModule ApproximateEquality.swift
[12/13] Emitting module RealModule
[13/13] Compiling RealModule RelaxedArithmetic.swift
[14/24] Compiling ComplexModule Polar.swift
[15/25] Compiling ComplexModule Complex+Codable.swift
[16/25] Compiling ComplexModule Complex+Hashable.swift
[17/25] Compiling ComplexModule Complex+IntegerLiteral.swift
[18/25] Compiling ComplexModule Complex+Numeric.swift
[19/25] Compiling ComplexModule Complex+StringConvertible.swift
[20/25] Compiling ComplexModule Complex.swift
[21/25] Compiling ComplexModule Scale.swift
[22/25] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[23/25] Compiling ComplexModule Complex+AlgebraicField.swift
[24/25] Compiling ComplexModule Complex+ElementaryFunctions.swift
[25/25] Emitting module ComplexModule
[26/27] Compiling Numerics Numerics.swift
[27/27] Emitting module Numerics
Build of target: 'Numerics' complete! (1.13s)
Target: RealModule
Extracting symbol information for 'RealModule'...
Finished extracting symbol information for 'RealModule'. (0.29s)
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/1.1.0
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'RealModule' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/1.1.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/1.1.0/linkable-paths.json
Target: ComplexModule
Extracting symbol information for 'ComplexModule'...
Finished extracting symbol information for 'ComplexModule'. (0.29s)
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/1.1.0
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'ComplexModule' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/1.1.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-numerics/1.1.0/linkable-paths.json
600
5 /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/1.1.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-numerics/1.1.0
File count: 600
Doc size: 5.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-numerics-1.1.0-6e8e6468.zip to s3://spi-docs-inbox/prod-apple-swift-numerics-1.1.0-6e8e6468.zip
Copying... [13%]
Copying... [26%]
Copying... [32%]
Copying... [45%]
Copying... [52%]
Copying... [65%]
Copying... [71%]
Copying... [84%]
Copying... [90%]
Copying... [100%]
Done.