Build Information
Successful build of swift-currency, reference main (cb6704), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 06:53:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Peek-Travel/swift-currency.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Peek-Travel/swift-currency
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cb6704c [CI] Increase test coverage for Swift 6.0-6.1 (#54)
Cloned https://github.com/Peek-Travel/swift-currency.git
Revision (git rev-parse @):
cb6704c48f6f5ea4d5e63b0df9857b3c34ed3ffd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Peek-Travel/swift-currency.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-currency",
"name": "swift-currency",
"url": "https://github.com/Peek-Travel/swift-currency.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-currency",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Peek-Travel/swift-currency.git
[1/841] Fetching swift-currency
Fetched https://github.com/Peek-Travel/swift-currency.git from cache (0.83s)
Creating working copy for https://github.com/Peek-Travel/swift-currency.git
Working copy of https://github.com/Peek-Travel/swift-currency.git resolved at main (cb6704c)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Peek-Travel/swift-currency.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[0/6] Write sources
[0/6] Write ISOStandardCodegen-tool-entitlement.plist
[2/6] Write swift-version--6988338F2F200930.txt
[4/12] Compiling ISOStandardCodegen main.swift
[5/12] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[6/12] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[7/12] Emitting module ISOStandardCodegen
[8/12] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[9/12] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[9/12] Write Objects.LinkFileList
[10/12] Linking ISOStandardCodegen-tool
[11/12] Applying ISOStandardCodegen-tool
[1/1] Compiling plugin ISOStandardCodegenPlugin
Building for debugging...
[1/14] Write ISOStandardCodegen-tool-entitlement.plist
[1/14] Write sources
[4/14] Write ISOStandardCodegen-entitlement.plist
[5/14] Write swift-version--6988338F2F200930.txt
[6/20] Write Objects.LinkFileList
[8/20] Compiling ISOStandardCodegen main.swift
[9/20] Emitting module ISOStandardCodegen
[10/20] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[11/20] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[12/20] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[13/20] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[13/20] Write Objects.LinkFileList
[14/20] Linking ISOStandardCodegen-tool
[15/20] Applying ISOStandardCodegen-tool
[16/20] Linking ISOStandardCodegen
[17/20] Applying ISOStandardCodegen
[18/20] Generating ISO Standard currency support code
[19/20] Write sources
[21/31] Compiling Currency Decimal.swift
[22/31] Compiling Currency CurrencyValue+Algorithms.swift
[23/31] Compiling Currency CurrencyMint+ISOCurrencyLookup.swift
[24/31] Compiling Currency CurrencyValue+StringRepresentation.swift
[25/31] Compiling Currency Sequence+Currency.swift
[26/31] Compiling Currency MinorUnitRepresentation.swift
[27/31] Compiling Currency CurrencyValue.swift
[28/32] Compiling Currency CurrencyValue+Arithmetic.swift
[29/32] Compiling Currency CurrencyDescriptor.swift
[30/32] Compiling Currency CurrencyMint.swift
[31/32] Emitting module Currency
[32/32] Compiling Currency ISOCurrencies.swift
Build complete! (13.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-currency",
"name" : "swift-currency",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Currency",
"targets" : [
"Currency"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ISOStandardCodegen",
"targets" : [
"ISOStandardCodegen"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ISOStandardCodegenPlugin",
"module_type" : "PluginTarget",
"name" : "ISOStandardCodegenPlugin",
"path" : "Plugins/ISOStandardCodegenPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"Currency"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"ISOStandardCodegen"
],
"type" : "plugin"
},
{
"c99name" : "ISOStandardCodegen",
"module_type" : "SwiftTarget",
"name" : "ISOStandardCodegen",
"path" : "Sources/ISOStandardCodegen",
"product_memberships" : [
"Currency",
"ISOStandardCodegen"
],
"sources" : [
"Codegen+CurrencyDefinitions.swift",
"Codegen+DefinitionParsing.swift",
"Codegen+FileHeader.swift",
"Codegen+MintLookup.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "CurrencyTests",
"module_type" : "SwiftTarget",
"name" : "CurrencyTests",
"path" : "Tests/CurrencyTests",
"sources" : [
"CurrencyDescriptorTests.swift",
"CurrencyMintTests.swift",
"CurrencyValue+AlgorithmsTests.swift",
"CurrencyValue+ArithmeticTests.swift",
"CurrencyValue+StringRepresentationTests.swift",
"CurrencyValueTests.swift",
"Sequence+CurrencyTests.swift"
],
"target_dependencies" : [
"Currency"
],
"type" : "test"
},
{
"c99name" : "Currency",
"module_type" : "SwiftTarget",
"name" : "Currency",
"path" : "Sources/Currency",
"product_memberships" : [
"Currency"
],
"sources" : [
"CurrencyDescriptor.swift",
"CurrencyMint.swift",
"CurrencyValue+Algorithms.swift",
"CurrencyValue+Arithmetic.swift",
"CurrencyValue+StringRepresentation.swift",
"CurrencyValue.swift",
"Extensions/Decimal.swift",
"Extensions/Sequence+Currency.swift",
"MinorUnitRepresentation.swift"
],
"target_dependencies" : [
"ISOStandardCodegenPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/peek-travel/swift-currency/main
Repository: Peek-Travel/swift-currency
Swift version used: 6.3
Target: Currency
Extracting symbol information for 'Currency'...
Finished extracting symbol information for 'Currency'. (27.48s)
Building documentation for 'Currency'...
warning: External name 'minorUnits' used to document parameter
--> ../CurrencyMint.swift:87:11-87:21
85 | /// - Parameters:
86 | /// - identifier: The identifier of the currency to be created.
87 + /// - minorUnits: The quantity of minor units the currency value should represent. The default is `0`.
| ╰─suggestion: Replace 'minorUnits' with 'value'
88 | /// - Returns: An instance of a currency that matches the provided identifier with the desired amount; otherwise `nil`.
89 | public func make(identifier: CurrencyIdentifier, minorUnits value: Int64 = .zero) -> (any CurrencyValue)? {
Finished building documentation for 'Currency' (0.39s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/peek-travel/swift-currency/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.17s)
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-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
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
[0/3] Write swift-version--6988338F2F200930.txt
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module SymbolKit
[9/53] Compiling SymbolKit DeclarationFragments.swift
[10/53] Compiling SymbolKit Fragment.swift
[11/53] Compiling SymbolKit FragmentKind.swift
[12/53] Compiling SymbolKit FunctionParameter.swift
[13/53] Compiling SymbolKit FunctionSignature.swift
[14/57] Compiling SymbolKit SourceRange.swift
[15/57] Compiling SymbolKit Metadata.swift
[16/57] Compiling SymbolKit Module.swift
[17/57] Compiling SymbolKit OperatingSystem.swift
[18/57] Compiling SymbolKit Platform.swift
[19/57] Emitting module Snippets
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit Mixin+Equals.swift
[30/57] Compiling SymbolKit Mixin+Hash.swift
[31/57] Compiling SymbolKit Mixin.swift
[32/57] Compiling SymbolKit LineList.swift
[33/57] Compiling SymbolKit Position.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 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 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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract URL+Status.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! (4.95s)
[0/3] Write swift-version--6988338F2F200930.txt
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of target: 'Currency' complete! (0.42s)
264
3 /Users/admin/builder/spi-builder-workspace/.docs/peek-travel/swift-currency/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/peek-travel/swift-currency/main
File count: 264
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-peek-travel-swift-currency-main-41c04500.zip to s3://spi-docs-inbox/prod-peek-travel-swift-currency-main-41c04500.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [42%]
Copying... [53%]
Copying... [63%]
Copying... [74%]
Copying... [84%]
Copying... [95%]
Copying... [100%]
Done.