Build Information
Successful build of swift-currency, reference main (cb6704
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 22:01:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Peek-Travel/swift-currency.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[0/6] Write sources
[1/6] Write ISOStandardCodegen-tool-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling ISOStandardCodegen main.swift
[5/12] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[6/12] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[7/12] Emitting module ISOStandardCodegen
[8/12] Compiling ISOStandardCodegen Codegen+FileHeader.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-entitlement.plist
[2/14] Write ISOStandardCodegen-tool-entitlement.plist
[2/14] Write sources
[5/14] Write swift-version-1EA4D86E10B52AF.txt
[6/20] Write Objects.LinkFileList
[7/20] Linking ISOStandardCodegen-tool
[8/20] Applying ISOStandardCodegen-tool
[10/20] Emitting module ISOStandardCodegen
[11/20] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[12/20] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[13/20] Compiling ISOStandardCodegen main.swift
[14/20] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[15/20] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[15/20] Write Objects.LinkFileList
[16/20] Generating ISO Standard currency support code
[17/20] Write sources
[18/31] Linking ISOStandardCodegen
[19/31] Applying ISOStandardCodegen
[21/31] Compiling Currency CurrencyValue+Algorithms.swift
[22/31] Compiling Currency CurrencyDescriptor.swift
[23/31] Compiling Currency CurrencyMint.swift
[24/32] Compiling Currency CurrencyMint+ISOCurrencyLookup.swift
[25/32] Emitting module Currency
[26/32] Compiling Currency ISOCurrencies.swift
[27/32] Compiling Currency CurrencyValue+StringRepresentation.swift
[28/32] Compiling Currency Decimal.swift
[29/32] Compiling Currency MinorUnitRepresentation.swift
[30/32] Compiling Currency CurrencyValue+Arithmetic.swift
[31/32] Compiling Currency CurrencyValue.swift
[32/32] Compiling Currency Sequence+Currency.swift
Build complete! (11.73s)
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"
}
Done.