Build Information
Successful build of SwiftBeanCountParser, reference main (960e84
), with Swift 6.1 for Linux on 26 Apr 2025 00:33:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountParser.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/SwiftBeanCountParser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 960e843 Bump swift-actions/setup-swift from 2.2.0 to 2.3.0
Cloned https://github.com/Nef10/SwiftBeanCountParser.git
Revision (git rev-parse @):
960e843ee29e0b45118c78dfafc04bfb5ce1b12f
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountParser.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountParser.git
https://github.com/Nef10/SwiftBeanCountParser.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"
},
{
"identity" : "swiftbeancountparserutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParserUtils.git"
}
],
"manifest_display_name" : "SwiftBeanCountParser",
"name" : "SwiftBeanCountParser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftBeanCountParser",
"targets" : [
"SwiftBeanCountParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountParserTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountParserTests",
"path" : "Tests/SwiftBeanCountParserTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftBeanCountParserTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AccountParserTests.swift",
"BalanceParserTests.swift",
"CommodityParserTests.swift",
"CostParserTests.swift",
"CustomsParserTests.swift",
"DateParserTests.swift",
"EventParserTests.swift",
"Extensions/CollectionTests.swift",
"MetaDataParserTests.swift",
"OptionParserTests.swift",
"ParserTests.swift",
"PluginParserTests.swift",
"PostingParserTests.swift",
"PriceParserTests.swift",
"TestUtils.swift",
"TransactionMetaDataParserTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountParser"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountParser",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountParser",
"path" : "Sources/SwiftBeanCountParser",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParserUtils"
],
"product_memberships" : [
"SwiftBeanCountParser"
],
"sources" : [
"AccountParser.swift",
"BalanceParser.swift",
"CommodityParser.swift",
"CostParser.swift",
"CustomsParser.swift",
"DateParser.swift",
"EventParser.swift",
"Extensions/Collection.swift",
"MetaDataParser.swift",
"OptionParser.swift",
"Parser.swift",
"ParserUtils.swift",
"PluginParser.swift",
"PostingParser.swift",
"PriceParser.swift",
"TransactionMetaDataParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/SwiftBeanCountParserUtils.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/884] Fetching swiftbeancountparserutils
[726/4232] Fetching swiftbeancountparserutils, swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (0.30s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.31s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (0.76s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.47s)
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...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/24] Emitting module SwiftBeanCountModel
[6/26] Compiling SwiftBeanCountModel Account.swift
[7/26] Compiling SwiftBeanCountModel AccountName.swift
[8/26] Compiling SwiftBeanCountModel Amount.swift
[9/26] Emitting module SwiftBeanCountParserUtils
[10/26] Compiling SwiftBeanCountParserUtils String.swift
[11/27] Compiling SwiftBeanCountModel Balance.swift
[12/27] Compiling SwiftBeanCountModel Commodity.swift
[13/27] Compiling SwiftBeanCountModel Cost.swift
[14/27] Compiling SwiftBeanCountModel Price.swift
[15/27] Compiling SwiftBeanCountModel Tag.swift
[16/27] Compiling SwiftBeanCountModel Transaction.swift
[17/27] Compiling SwiftBeanCountModel TransactionMetaData.swift
[18/27] Compiling SwiftBeanCountModel Inventory.swift
[19/27] Compiling SwiftBeanCountModel Ledger.swift
[20/27] Compiling SwiftBeanCountModel Custom.swift
[21/27] Compiling SwiftBeanCountModel Event.swift
[22/27] Compiling SwiftBeanCountModel Flag.swift
[23/27] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[24/27] Compiling SwiftBeanCountModel Option.swift
[25/27] Compiling SwiftBeanCountModel TransactionPosting.swift
[26/27] Compiling SwiftBeanCountModel ValidationResult.swift
[29/43] Compiling SwiftBeanCountParser MetaDataParser.swift
[30/43] Compiling SwiftBeanCountParser OptionParser.swift
[31/45] Compiling SwiftBeanCountParser EventParser.swift
[32/45] Compiling SwiftBeanCountParser Collection.swift
[33/45] Compiling SwiftBeanCountParser PluginParser.swift
[34/45] Compiling SwiftBeanCountParser PostingParser.swift
[35/45] Compiling SwiftBeanCountParser PriceParser.swift
[36/45] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[37/45] Emitting module SwiftBeanCountParser
[38/45] Compiling SwiftBeanCountParser CustomsParser.swift
[39/45] Compiling SwiftBeanCountParser DateParser.swift
[40/45] Compiling SwiftBeanCountParser AccountParser.swift
[41/45] Compiling SwiftBeanCountParser BalanceParser.swift
[42/45] Compiling SwiftBeanCountParser CommodityParser.swift
[43/45] Compiling SwiftBeanCountParser CostParser.swift
[44/45] Compiling SwiftBeanCountParser Parser.swift
[45/45] Compiling SwiftBeanCountParser ParserUtils.swift
Build complete! (13.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
},
{
"identity" : "swiftbeancountparserutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParserUtils.git"
}
],
"manifest_display_name" : "SwiftBeanCountParser",
"name" : "SwiftBeanCountParser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftBeanCountParser",
"targets" : [
"SwiftBeanCountParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountParserTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountParserTests",
"path" : "Tests/SwiftBeanCountParserTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftBeanCountParserTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AccountParserTests.swift",
"BalanceParserTests.swift",
"CommodityParserTests.swift",
"CostParserTests.swift",
"CustomsParserTests.swift",
"DateParserTests.swift",
"EventParserTests.swift",
"Extensions/CollectionTests.swift",
"MetaDataParserTests.swift",
"OptionParserTests.swift",
"ParserTests.swift",
"PluginParserTests.swift",
"PostingParserTests.swift",
"PriceParserTests.swift",
"TestUtils.swift",
"TransactionMetaDataParserTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountParser"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountParser",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountParser",
"path" : "Sources/SwiftBeanCountParser",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParserUtils"
],
"product_memberships" : [
"SwiftBeanCountParser"
],
"sources" : [
"AccountParser.swift",
"BalanceParser.swift",
"CommodityParser.swift",
"CostParser.swift",
"CustomsParser.swift",
"DateParser.swift",
"EventParser.swift",
"Extensions/Collection.swift",
"MetaDataParser.swift",
"OptionParser.swift",
"Parser.swift",
"ParserUtils.swift",
"PluginParser.swift",
"PostingParser.swift",
"PriceParser.swift",
"TransactionMetaDataParser.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.