Build Information
Successful build of SwiftBeanCountModel, reference v0.1.6 (a72ca4
), with Swift 6.2 (beta) for Android on 20 Jun 2025 11:13:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountModel.git
Reference: v0.1.6
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/Nef10/SwiftBeanCountModel
* tag v0.1.6 -> FETCH_HEAD
HEAD is now at a72ca4e TransactionMetaData: Add default parameter values
Cloned https://github.com/Nef10/SwiftBeanCountModel.git
Revision (git rev-parse @):
a72ca4e46e816638be644ddfbb3c3f9233a5c944
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountModel.git at v0.1.6
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountModel.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/20] Emitting module SwiftBeanCountModel
[4/22] Compiling SwiftBeanCountModel TransactionPosting.swift
[5/22] Compiling SwiftBeanCountModel ValidationResult.swift
[6/22] Compiling SwiftBeanCountModel Account.swift
[7/22] Compiling SwiftBeanCountModel AccountName.swift
[8/22] Compiling SwiftBeanCountModel Amount.swift
[9/22] Compiling SwiftBeanCountModel Custom.swift
[10/22] Compiling SwiftBeanCountModel Event.swift
[11/22] Compiling SwiftBeanCountModel Flag.swift
[12/22] Compiling SwiftBeanCountModel Inventory.swift
[13/22] Compiling SwiftBeanCountModel Ledger.swift
[14/22] Compiling SwiftBeanCountModel Transaction.swift
[15/22] Compiling SwiftBeanCountModel TransactionMetaData.swift
[16/22] Compiling SwiftBeanCountModel Price.swift
[17/22] Compiling SwiftBeanCountModel Tag.swift
[18/22] Compiling SwiftBeanCountModel Balance.swift
[19/22] Compiling SwiftBeanCountModel Commodity.swift
[20/22] Compiling SwiftBeanCountModel Cost.swift
[21/22] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[22/22] Compiling SwiftBeanCountModel Option.swift
Build complete! (18.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftBeanCountModel",
"name" : "SwiftBeanCountModel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftBeanCountModel",
"targets" : [
"SwiftBeanCountModel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountModelTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountModelTests",
"path" : "Tests/SwiftBeanCountModelTests",
"sources" : [
"AccountNameTests.swift",
"AccountTests.swift",
"AmountTests.swift",
"BalanceTests.swift",
"CommodityTests.swift",
"CostTests.swift",
"CustomTests.swift",
"EventTests.swift",
"FlagTests.swift",
"InventoryTests.swift",
"LedgerTests.swift",
"MultiCurrencyAmountTests.swift",
"OptionTests.swift",
"PriceTests.swift",
"TagTests.swift",
"TestUtils.swift",
"TransactionMetaDataTests.swift",
"TransactionPostingTests.swift",
"TransactionTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountModel"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountModel",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountModel",
"path" : "Sources/SwiftBeanCountModel",
"product_memberships" : [
"SwiftBeanCountModel"
],
"sources" : [
"Account.swift",
"AccountName.swift",
"Amount.swift",
"Balance.swift",
"Commodity.swift",
"Cost.swift",
"Custom.swift",
"Event.swift",
"Flag.swift",
"Inventory.swift",
"Ledger.swift",
"MultiCurrencyAmount.swift",
"Option.swift",
"Price.swift",
"Tag.swift",
"Transaction.swift",
"TransactionMetaData.swift",
"TransactionPosting.swift",
"ValidationResult.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.