Build Information
Successful build of SwiftBeanCountTangerineMapper, reference main (450605
), with Swift 5.9 for Linux on 16 Apr 2025 10:40:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountTangerineMapper.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/Nef10/SwiftBeanCountTangerineMapper
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4506053 Bump swift-actions/setup-swift from 2.2.0 to 2.3.0
Cloned https://github.com/Nef10/SwiftBeanCountTangerineMapper.git
Revision (git rev-parse @):
4506053d06e30b7c1cb4a008bff9a6957159f89c
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountTangerineMapper.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountTangerineMapper.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/884] Fetching swiftbeancountparserutils
[885/4232] Fetching swiftbeancountparserutils, swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git (0.22s)
[1373/3348] Fetching swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git (0.32s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.31s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (0.32s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.1.6
Creating working copy for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Working copy of https://github.com/Nef10/SwiftBeanCountParserUtils.git resolved at 1.0.0
Building for debugging...
[1/20] Emitting module SwiftBeanCountModel
[2/22] Compiling SwiftBeanCountModel TransactionPosting.swift
[3/22] Compiling SwiftBeanCountModel ValidationResult.swift
[4/22] Compiling SwiftBeanCountModel Account.swift
[5/22] Compiling SwiftBeanCountModel AccountName.swift
[6/22] Compiling SwiftBeanCountModel Amount.swift
[7/22] Compiling SwiftBeanCountModel Transaction.swift
[8/22] Compiling SwiftBeanCountModel TransactionMetaData.swift
[9/22] Compiling SwiftBeanCountModel Balance.swift
[10/22] Compiling SwiftBeanCountModel Commodity.swift
[11/22] Compiling SwiftBeanCountModel Cost.swift
[12/22] Compiling SwiftBeanCountModel Inventory.swift
[13/22] Compiling SwiftBeanCountModel Ledger.swift
[14/22] Emitting module SwiftBeanCountParserUtils
[15/22] Compiling SwiftBeanCountParserUtils String.swift
[16/23] Compiling SwiftBeanCountModel Price.swift
[17/23] Compiling SwiftBeanCountModel Tag.swift
[18/23] Compiling SwiftBeanCountModel Custom.swift
[19/23] Compiling SwiftBeanCountModel Event.swift
[20/23] Compiling SwiftBeanCountModel Flag.swift
[21/23] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[22/23] Compiling SwiftBeanCountModel Option.swift
[27/29] Compiling SwiftBeanCountTangerineMapper SwiftBeanCountTangerineMapperError.swift
[28/29] Emitting module SwiftBeanCountTangerineMapper
[29/29] Compiling SwiftBeanCountTangerineMapper SwiftBeanCountTangerineMapper.swift
Build complete! (8.70s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftbeancountparserutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParserUtils.git"
},
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
}
],
"manifest_display_name" : "SwiftBeanCountTangerineMapper",
"name" : "SwiftBeanCountTangerineMapper",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftBeanCountTangerineMapper",
"targets" : [
"SwiftBeanCountTangerineMapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountTangerineMapperTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountTangerineMapperTests",
"path" : "Tests/SwiftBeanCountTangerineMapperTests",
"sources" : [
"SwiftBeanCountTangerineMapperErrorTests.swift",
"SwiftBeanCountTangerineMapperTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountTangerineMapper"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountTangerineMapper",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountTangerineMapper",
"path" : "Sources/SwiftBeanCountTangerineMapper",
"product_dependencies" : [
"SwiftBeanCountParserUtils",
"SwiftBeanCountModel"
],
"product_memberships" : [
"SwiftBeanCountTangerineMapper"
],
"sources" : [
"SwiftBeanCountTangerineMapper.swift",
"SwiftBeanCountTangerineMapperError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.