Build Information
Successful build of SwiftBeanCountTax, reference v0.0.4 (0c3ff8
), with Swift 6.1 for Linux on 30 Apr 2025 07:48:14 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-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountTax.git
Reference: v0.0.4
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/SwiftBeanCountTax
* tag v0.0.4 -> FETCH_HEAD
HEAD is now at 0c3ff81 Add tax slip properties to separate boxes with and without numbers (#53)
Cloned https://github.com/Nef10/SwiftBeanCountTax.git
Revision (git rev-parse @):
0c3ff8122013fdcee456921e34da5d2b001dde4e
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountTax.git at v0.0.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountTax.git
https://github.com/Nef10/SwiftBeanCountTax.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
}
],
"manifest_display_name" : "SwiftBeanCountTax",
"name" : "SwiftBeanCountTax",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftBeanCountTax",
"targets" : [
"SwiftBeanCountTax"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountTaxTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountTaxTests",
"path" : "Tests/SwiftBeanCountTaxTests",
"sources" : [
"Helpers.swift",
"SaleTests.swift",
"TaxCalculatorTaxSlipTests.swift",
"TaxCalculatorTaxableSalesTests.swift",
"TaxErrorsTests.swift",
"TaxSlipTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountTax"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountTax",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountTax",
"path" : "Sources/SwiftBeanCountTax",
"product_dependencies" : [
"SwiftBeanCountModel"
],
"product_memberships" : [
"SwiftBeanCountTax"
],
"sources" : [
"Sale.swift",
"TaxCalculator.swift",
"TaxErrors.swift",
"TaxSlip.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/3348] Fetching swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.37s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.99s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.1.6
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/21] Emitting module SwiftBeanCountModel
[5/23] Compiling SwiftBeanCountModel TransactionPosting.swift
[6/23] Compiling SwiftBeanCountModel ValidationResult.swift
[7/23] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[8/23] Compiling SwiftBeanCountModel Option.swift
[9/23] Compiling SwiftBeanCountModel Price.swift
[10/23] Compiling SwiftBeanCountModel Tag.swift
[11/23] Compiling SwiftBeanCountModel Custom.swift
[12/23] Compiling SwiftBeanCountModel Event.swift
[13/23] Compiling SwiftBeanCountModel Flag.swift
[14/23] Compiling SwiftBeanCountModel Transaction.swift
[15/23] Compiling SwiftBeanCountModel TransactionMetaData.swift
[16/23] Compiling SwiftBeanCountModel Balance.swift
[17/23] Compiling SwiftBeanCountModel Commodity.swift
[18/23] Compiling SwiftBeanCountModel Cost.swift
[19/23] Compiling SwiftBeanCountModel Account.swift
[20/23] Compiling SwiftBeanCountModel AccountName.swift
[21/23] Compiling SwiftBeanCountModel Amount.swift
[22/23] Compiling SwiftBeanCountModel Inventory.swift
[23/23] Compiling SwiftBeanCountModel Ledger.swift
[25/29] Compiling SwiftBeanCountTax TaxSlip.swift
[26/29] Emitting module SwiftBeanCountTax
[27/29] Compiling SwiftBeanCountTax TaxErrors.swift
[28/29] Compiling SwiftBeanCountTax Sale.swift
[29/29] Compiling SwiftBeanCountTax TaxCalculator.swift
Build complete! (10.14s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
}
],
"manifest_display_name" : "SwiftBeanCountTax",
"name" : "SwiftBeanCountTax",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftBeanCountTax",
"targets" : [
"SwiftBeanCountTax"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountTaxTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountTaxTests",
"path" : "Tests/SwiftBeanCountTaxTests",
"sources" : [
"Helpers.swift",
"SaleTests.swift",
"TaxCalculatorTaxSlipTests.swift",
"TaxCalculatorTaxableSalesTests.swift",
"TaxErrorsTests.swift",
"TaxSlipTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountTax"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountTax",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountTax",
"path" : "Sources/SwiftBeanCountTax",
"product_dependencies" : [
"SwiftBeanCountModel"
],
"product_memberships" : [
"SwiftBeanCountTax"
],
"sources" : [
"Sale.swift",
"TaxCalculator.swift",
"TaxErrors.swift",
"TaxSlip.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.