Build Information
Successful build of swift-currency, reference main (cb6704), with Swift 6.3 for Wasm on 16 Apr 2026 06:44:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Peek-Travel/swift-currency.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/11] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[4/11] Compiling ISOStandardCodegen main.swift
[5/11] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[6/11] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[7/11] Emitting module ISOStandardCodegen
[8/11] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[9/12] Wrapping AST for ISOStandardCodegen for debugging
[10/12] Write Objects.LinkFileList
[11/12] Linking ISOStandardCodegen-tool
[1/1] Compiling plugin ISOStandardCodegenPlugin
Building for debugging...
[1/12] Write sources
[3/12] Write swift-version-24593BA9C3E375BF.txt
[4/18] Wrapping AST for ISOStandardCodegen for debugging
[5/18] Write Objects.LinkFileList
[6/18] Linking ISOStandardCodegen-tool
[7/18] Generating ISO Standard currency support code
[8/18] Write sources
[10/29] Compiling Currency CurrencyMint+ISOCurrencyLookup.swift
[11/29] Compiling Currency MinorUnitRepresentation.swift
[12/29] Compiling Currency Sequence+Currency.swift
[13/30] Compiling Currency CurrencyDescriptor.swift
[14/30] Compiling Currency CurrencyMint.swift
[15/30] Emitting module Currency
[16/30] Compiling Currency CurrencyValue+Algorithms.swift
[17/30] Compiling Currency CurrencyValue+Arithmetic.swift
[18/30] Compiling Currency CurrencyValue+StringRepresentation.swift
[19/30] Compiling Currency CurrencyValue.swift
[20/30] Compiling Currency Decimal.swift
[21/30] Compiling ISOStandardCodegen Codegen+CurrencyDefinitions.swift
[22/30] Compiling ISOStandardCodegen main.swift
[23/30] Emitting module ISOStandardCodegen
[24/30] Compiling ISOStandardCodegen Codegen+FileHeader.swift
[25/30] Compiling ISOStandardCodegen Codegen+DefinitionParsing.swift
[26/30] Compiling ISOStandardCodegen Codegen+MintLookup.swift
[27/31] Wrapping AST for ISOStandardCodegen for debugging
[28/31] Write Objects.LinkFileList
[29/31] Linking ISOStandardCodegen.wasm
[31/31] Compiling Currency ISOCurrencies.swift
Build complete! (38.95s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-currency",
"name" : "swift-currency",
"path" : "/host/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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.