Build Information
Successful build of transferMoney_SDK, reference v0.0.9 (2f4308), with Swift 6.3 for Android on 20 Apr 2026 16:04:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RumVu/transferMoney_SDK.git
Reference: v0.0.9
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/RumVu/transferMoney_SDK
* tag v0.0.9 -> FETCH_HEAD
HEAD is now at 2f4308c Prepare DocC docs for v0.0.9
Cloned https://github.com/RumVu/transferMoney_SDK.git
Revision (git rev-parse @):
2f4308c9fcb5b68f8dd1e1c1ec1c640eab78f21e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RumVu/transferMoney_SDK.git at v0.0.9
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/RumVu/transferMoney_SDK.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.88s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[3/7] Write swift-version--4F562202D5529B1.txt
[5/15] Compiling transferMoney_SDK transferMoney_SDK.swift
[6/15] Compiling transferMoney_SDK TransferMoney_core.swift
[7/15] Emitting module transferMoney_SDK
[8/15] Compiling transferMoney_SDK Currency.swift
[9/15] Compiling transferMoney_SDK ConversionResults.swift
[10/15] Compiling transferMoney_SDK ConversionOption.swift
[11/15] Compiling transferMoney_SDK ConversionConfigs.swift
[12/15] Compiling transferMoney_SDK CurrenciesError.swift
[13/16] Wrapping AST for transferMoney_SDK for debugging
[14/16] Write Objects.LinkFileList
[15/16] Linking libtransferMoney_SDK.so
Build complete! (28.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "transferMoney_SDK",
"name" : "transferMoney_SDK",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "transferMoney_SDK",
"targets" : [
"transferMoney_SDK"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "transferMoney_SDKTests",
"module_type" : "SwiftTarget",
"name" : "transferMoney_SDKTests",
"path" : "Tests/transferMoney_SDKTests",
"sources" : [
"transferMoney_SDKTests.swift"
],
"target_dependencies" : [
"transferMoney_SDK"
],
"type" : "test"
},
{
"c99name" : "transferMoney_SDK",
"module_type" : "SwiftTarget",
"name" : "transferMoney_SDK",
"path" : "Sources/transferMoney_SDK",
"product_memberships" : [
"transferMoney_SDK"
],
"sources" : [
"Core/TransferMoney_core.swift",
"Model/ConversionConfigs.swift",
"Model/ConversionOption.swift",
"Model/ConversionResults.swift",
"Model/CurrenciesError.swift",
"Model/Currency.swift",
"transferMoney_SDK.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.