Build Information
Successful build of swift-numerics, reference main (2b458e
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 19:23:28 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.61.2
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
========================================
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.44s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at main (2b458e8)
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",
"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"
}
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/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/25] Compiling RealModule RealFunctions.swift
[9/26] Compiling RealModule Float80+Real.swift
[10/26] Compiling RealModule Real.swift
[11/26] Compiling IntegerUtilities SaturatingArithmetic.swift
[12/26] Compiling IntegerUtilities RoundingRule.swift
[13/26] Compiling IntegerUtilities GCD.swift
[14/26] Compiling IntegerUtilities ShiftWithRounding.swift
[15/26] Compiling IntegerUtilities Rotate.swift
[16/26] Compiling RealModule Float16+Real.swift
[17/26] Compiling RealModule Float+Real.swift
[18/26] Compiling RealModule ElementaryFunctions.swift
[19/26] Compiling RealModule AugmentedArithmetic.swift
[20/26] Compiling RealModule Double+Real.swift
[21/26] Emitting module RealModule
[22/26] Compiling RealModule AlgebraicField.swift
[23/26] Compiling RealModule ApproximateEquality.swift
[24/26] Compiling RealModule RelaxedArithmetic.swift
[25/37] Emitting module IntegerUtilities
[26/37] Compiling IntegerUtilities DivideWithRounding.swift
[27/37] Compiling ComplexModule Complex+Codable.swift
[28/38] Compiling ComplexModule Polar.swift
[29/38] Compiling ComplexModule Complex.swift
[30/38] Compiling ComplexModule Complex+Numeric.swift
[31/38] Compiling ComplexModule Complex+StringConvertible.swift
[32/38] Compiling ComplexModule Scale.swift
[33/38] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[34/38] Compiling ComplexModule Complex+AlgebraicField.swift
[35/38] Compiling ComplexModule Complex+ElementaryFunctions.swift
[36/38] Compiling ComplexModule Complex+Hashable.swift
[37/38] Emitting module ComplexModule
[38/38] Compiling ComplexModule Complex+IntegerLiteral.swift
[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 BlackHole.swift
[45/46] Emitting module _TestSupport
[46/46] Compiling _TestSupport DoubleWidth.swift
Build complete! (2.61s)
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.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 release/6.2 -> FETCH_HEAD
* [new branch] release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Numerics'...
Finished extracting symbol information for 'Numerics'. (1.35s)
Building documentation for 'Numerics'...
Finished building documentation for 'Numerics' (0.10s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
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.3
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 SnippetParser.swift
[8/57] Compiling SymbolKit Names.swift
[9/57] Compiling SymbolKit SPI.swift
[10/57] Compiling SymbolKit Snippet.swift
[11/57] Compiling SymbolKit Extension.swift
[12/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[13/57] Compiling SymbolKit UnifiedSymbol.swift
[14/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[15/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[16/57] Emitting module Snippets
[17/57] Compiling Snippets Snippet.swift
[18/57] Compiling SymbolKit SourceRange.swift
[19/57] Compiling SymbolKit Metadata.swift
[20/57] Compiling SymbolKit Module.swift
[21/57] Compiling SymbolKit OperatingSystem.swift
[22/57] Compiling SymbolKit Platform.swift
[23/57] Compiling SymbolKit Mixin+Equals.swift
[24/57] Compiling SymbolKit Mixin+Hash.swift
[25/57] Compiling SymbolKit Mixin.swift
[26/57] Compiling SymbolKit LineList.swift
[27/57] Compiling SymbolKit Position.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit Identifier.swift
[52/57] Compiling SymbolKit KindIdentifier.swift
[53/57] Compiling SymbolKit Location.swift
[54/57] Compiling SymbolKit Mutability.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (6.32s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/19] Compiling RealModule Float80+Real.swift
[3/20] Compiling RealModule RelaxedArithmetic.swift
[4/20] Compiling RealModule Float+Real.swift
[5/20] Compiling RealModule ElementaryFunctions.swift
[6/20] Compiling RealModule RealFunctions.swift
[7/20] Compiling RealModule Float16+Real.swift
[8/20] Compiling RealModule Real.swift
[9/20] Compiling RealModule AlgebraicField.swift
[10/20] Compiling RealModule ApproximateEquality.swift
[11/20] Compiling RealModule AugmentedArithmetic.swift
[12/20] Compiling RealModule Double+Real.swift
[13/20] Compiling IntegerUtilities SaturatingArithmetic.swift
[14/20] Compiling IntegerUtilities ShiftWithRounding.swift
[15/20] Emitting module RealModule
[16/31] Compiling IntegerUtilities Rotate.swift
[17/31] Compiling IntegerUtilities GCD.swift
[18/31] Compiling IntegerUtilities DivideWithRounding.swift
[19/31] Compiling IntegerUtilities RoundingRule.swift
[20/31] Compiling ComplexModule Complex+Numeric.swift
[21/31] Compiling ComplexModule Complex+Hashable.swift
[22/31] Compiling ComplexModule Complex+IntegerLiteral.swift
[23/32] Compiling ComplexModule Polar.swift
[24/32] Compiling ComplexModule Complex+StringConvertible.swift
[25/32] Compiling ComplexModule Complex.swift
[26/32] Compiling ComplexModule Scale.swift
[27/32] Compiling ComplexModule Complex+Codable.swift
[28/32] Compiling ComplexModule Complex+ElementaryFunctions.swift
[29/32] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[30/32] Compiling ComplexModule Complex+AlgebraicField.swift
[31/32] Emitting module ComplexModule
[32/32] Emitting module IntegerUtilities
[33/34] Compiling Numerics Numerics.swift
[34/34] Emitting module Numerics
Build of target: 'Numerics' complete! (1.26s)
Target: RealModule
Extracting symbol information for 'RealModule'...
Finished extracting symbol information for 'RealModule'. (0.31s)
Building documentation for 'RealModule'...
Finished building documentation for 'RealModule' (0.14s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.29s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'RealModule' complete! (0.23s)
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.29s)
Building documentation for 'ComplexModule'...
Finished building documentation for 'ComplexModule' (0.09s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-numerics/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'ComplexModule' complete! (0.23s)
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
590
4 /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: 590
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-numerics-main-a92986f4.zip to s3://spi-docs-inbox/prod-apple-swift-numerics-main-a92986f4.zip
Copying... [14%]
Copying... [21%]
Copying... [35%]
Copying... [41%]
Copying... [55%]
Copying... [62%]
Copying... [76%]
Copying... [83%]
Copying... [97%]
Copying... [100%]
Done.