Build Information
Successful build of SwiftBeanCountCLI, reference main (f76434), with Swift 6.1 for Linux on 11 Jan 2026 12:59:21 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountCLI.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/SwiftBeanCountCLI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f76434e Add archive info to readme
Cloned https://github.com/Nef10/SwiftBeanCountCLI.git
Revision (git rev-parse @):
f76434e8ac90001d24b4e2149293b0aaa981c159
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountCLI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountCLI.git
https://github.com/Nef10/SwiftBeanCountCLI.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" : "swiftbeancountparser",
"requirement" : {
"exact" : [
"0.1.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParser.git"
},
{
"identity" : "swiftbeancounttax",
"requirement" : {
"exact" : [
"0.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountTax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "1.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftytexttable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "0.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "SwiftBeanCountCLI",
"name" : "SwiftBeanCountCLI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swiftbeancount",
"targets" : [
"SwiftBeanCountCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountCLITests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountCLITests",
"path" : "Tests/SwiftBeanCountCLITests",
"sources" : [
"ColorizedCommandTests.swift",
"FormattableCommandTests.swift",
"HelpTests.swift",
"SubCommands/AccountsTests.swift",
"SubCommands/CheckTests.swift",
"SubCommands/StatsTests.swift",
"SubCommands/TaxSlipTests.swift",
"XCTest+Execution.swift",
"XCTestCase+File.swift"
],
"target_dependencies" : [
"SwiftBeanCountCLI"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountCLI",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountCLI",
"path" : "Sources/SwiftBeanCountCLI",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParser",
"SwiftBeanCountTax",
"ArgumentParser",
"SwiftyTextTable",
"Rainbow"
],
"product_memberships" : [
"swiftbeancount"
],
"sources" : [
"ColorizedCommand.swift",
"FormattableCommand.swift",
"FormattableLedgerCommand.swift",
"LedgerCommand.swift",
"SubCommands/Accounts.swift",
"SubCommands/Check.swift",
"SubCommands/Stats.swift",
"SubCommands/TaxSlips.swift",
"SwiftBeanCountCLI.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/SwiftBeanCountTax.git
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/onevcat/Rainbow
[1/662] Fetching swiftbeancounttax
[260/1591] Fetching swiftbeancounttax, swiftytexttable
[347/5362] Fetching swiftbeancounttax, swiftytexttable, swiftbeancountmodel
[484/22355] Fetching swiftbeancounttax, swiftytexttable, swiftbeancountmodel, swift-argument-parser
[1004/23767] Fetching swiftbeancounttax, swiftytexttable, swiftbeancountmodel, swift-argument-parser, rainbow
[4212/26172] Fetching swiftbeancounttax, swiftytexttable, swiftbeancountmodel, swift-argument-parser, rainbow, swiftbeancountparser
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.50s)
Fetched https://github.com/onevcat/Rainbow from cache (0.50s)
[9621/23831] Fetching swiftbeancounttax, swiftbeancountmodel, swift-argument-parser, swiftbeancountparser
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (5.28s)
Fetched https://github.com/Nef10/SwiftBeanCountTax.git from cache (5.62s)
Fetched https://github.com/apple/swift-argument-parser from cache (5.64s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (5.75s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (8.35s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.62s)
Computing version for https://github.com/Nef10/SwiftBeanCountTax.git
Computed https://github.com/Nef10/SwiftBeanCountTax.git at 0.0.4 (0.63s)
Computing version for https://github.com/Nef10/SwiftBeanCountParser.git
Computed https://github.com/Nef10/SwiftBeanCountParser.git at 0.1.8 (0.84s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (5.81s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (1.29s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/Nef10/SwiftBeanCountParser.git
Working copy of https://github.com/Nef10/SwiftBeanCountParser.git resolved at 0.1.8
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/SwiftBeanCountTax.git
Working copy of https://github.com/Nef10/SwiftBeanCountTax.git resolved at 0.0.4
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/58] Emitting module SwiftyTextTable
[13/58] Emitting module ArgumentParserToolInfo
[14/58] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/59] Compiling Rainbow ConditionalStyleBuilder.swift
[16/59] Compiling Rainbow ControlCode.swift
[18/60] Compiling Rainbow StringGenerator.swift
[19/60] Compiling Rainbow Style.swift
[20/60] Compiling Rainbow String+ConditionalStyling.swift
[21/60] Compiling Rainbow String+Rainbow.swift
[21/60] Wrapping AST for ArgumentParserToolInfo for debugging
[23/106] Emitting module ArgumentParser
[24/112] Compiling ArgumentParser Foundation.swift
[25/112] Compiling ArgumentParser Mutex.swift
[26/112] Compiling ArgumentParser Platform.swift
[27/112] Compiling ArgumentParser SequenceExtensions.swift
[28/112] Compiling ArgumentParser StringExtensions.swift
[29/112] Compiling ArgumentParser SwiftExtensions.swift
[30/112] Compiling ArgumentParser CompletionKind.swift
[31/112] Compiling ArgumentParser Errors.swift
[32/112] Compiling ArgumentParser OptionGroup.swift
[33/112] Compiling ArgumentParser ParentCommand.swift
[34/114] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/114] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/114] Emitting module Rainbow
[37/114] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/114] Compiling ArgumentParser CompletionsGenerator.swift
[39/114] Compiling SwiftyTextTable TextTable.swift
[40/115] Compiling ArgumentParser ArgumentHelp.swift
[41/115] Compiling ArgumentParser ArgumentVisibility.swift
[42/115] Compiling ArgumentParser AsyncParsableCommand.swift
[43/115] Compiling ArgumentParser CommandConfiguration.swift
[45/115] Compiling ArgumentParser Flag.swift
[49/115] Compiling Rainbow StyledStringBuilder.swift
[51/115] Compiling ArgumentParser Argument.swift
[52/115] Compiling ArgumentParser ArgumentDiscussion.swift
[53/116] Emitting module SwiftBeanCountModel
[57/116] Compiling ArgumentParser NameSpecification.swift
[58/116] Compiling ArgumentParser Option.swift
[61/116] Compiling ArgumentParser Tree.swift
[62/116] Compiling ArgumentParser CodingKeyValidator.swift
[63/116] Compiling ArgumentParser NonsenseFlagsValidator.swift
[64/116] Compiling ArgumentParser ParsableArgumentsValidation.swift
[65/116] Compiling ArgumentParser PositionalArgumentsValidator.swift
[66/116] Compiling ArgumentParser UniqueNamesValidator.swift
[66/116] Wrapping AST for SwiftyTextTable for debugging
[67/116] Wrapping AST for Rainbow for debugging
[83/116] Compiling SwiftBeanCountModel TransactionPosting.swift
[84/116] Compiling SwiftBeanCountModel ValidationResult.swift
[85/117] Compiling ArgumentParser InputOrigin.swift
[86/117] Compiling ArgumentParser Name.swift
[87/117] Compiling ArgumentParser Parsed.swift
[88/117] Compiling ArgumentParser ParsedValues.swift
[89/117] Compiling ArgumentParser ParserError.swift
[90/117] Compiling ArgumentParser SplitArguments.swift
[91/117] Compiling ArgumentParser DumpHelpGenerator.swift
[92/117] Compiling ArgumentParser HelpCommand.swift
[93/117] Compiling ArgumentParser HelpGenerator.swift
[94/117] Compiling ArgumentParser MessageInfo.swift
[95/117] Compiling ArgumentParser UsageGenerator.swift
[96/117] Compiling ArgumentParser CollectionExtensions.swift
[97/117] Wrapping AST for SwiftBeanCountModel for debugging
[99/138] Emitting module SwiftBeanCountTax
[100/138] Compiling SwiftBeanCountParser MetaDataParser.swift
[101/138] Compiling SwiftBeanCountParser OptionParser.swift
[102/138] Compiling SwiftBeanCountParser Collection.swift
[103/138] Compiling SwiftBeanCountParser String.swift
[104/140] Compiling SwiftBeanCountParser PluginParser.swift
[105/140] Compiling SwiftBeanCountParser PostingParser.swift
[106/140] Emitting module SwiftBeanCountParser
[107/140] Compiling SwiftBeanCountParser AccountParser.swift
[108/140] Compiling SwiftBeanCountParser BalanceParser.swift
[109/140] Compiling SwiftBeanCountParser CommodityParser.swift
[110/140] Compiling SwiftBeanCountParser PriceParser.swift
[111/140] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[112/140] Compiling ArgumentParser ParsableCommand.swift
[113/140] Compiling ArgumentParser ArgumentDecoder.swift
[114/140] Compiling ArgumentParser ArgumentDefinition.swift
[115/140] Compiling ArgumentParser ArgumentSet.swift
[116/140] Compiling ArgumentParser CommandParser.swift
[117/140] Compiling ArgumentParser InputKey.swift
[123/140] Compiling ArgumentParser ExpressibleByArgument.swift
[124/140] Compiling ArgumentParser ParsableArguments.swift
[125/141] Compiling SwiftBeanCountParser CostParser.swift
[126/141] Compiling SwiftBeanCountParser CustomsParser.swift
[127/141] Compiling SwiftBeanCountParser DateParser.swift
[128/141] Compiling SwiftBeanCountParser EventParser.swift
[129/141] Compiling SwiftBeanCountTax TaxErrors.swift
[130/141] Compiling SwiftBeanCountTax TaxSlip.swift
[131/141] Wrapping AST for ArgumentParser for debugging
[133/141] Compiling SwiftBeanCountParser Parser.swift
[134/141] Compiling SwiftBeanCountParser ParserUtils.swift
[136/142] Compiling SwiftBeanCountTax Sale.swift
[137/142] Compiling SwiftBeanCountTax TaxCalculator.swift
[138/143] Wrapping AST for SwiftBeanCountParser for debugging
[139/143] Wrapping AST for SwiftBeanCountTax for debugging
[141/152] Compiling SwiftBeanCountCLI Check.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/Check.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | struct Check: LedgerCommand, ColorizedCommand {
7 |
8 | static var configuration = CommandConfiguration(abstract: "Parses a ledger and prints any errors it finds")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | @OptionGroup()
[142/153] Compiling SwiftBeanCountCLI TaxSlips.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/TaxSlips.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | struct TaxSlips: FormattableLedgerCommand {
7 |
8 | static var configuration = CommandConfiguration(abstract: "Generate expected tax slips")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | @OptionGroup()
[143/153] Compiling SwiftBeanCountCLI Stats.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/Stats.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | struct Stats: FormattableLedgerCommand {
5 |
6 | static var configuration = CommandConfiguration(abstract: "Statistics of a ledger (e.g. # of transactions)")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | @OptionGroup()
[144/153] Compiling SwiftBeanCountCLI ColorizedCommand.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/ColorizedCommand.swift:19:21: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | func adjustColorization() {
18 | if colorOptions.noColor || ProcessInfo.processInfo.environment["NO_COLOR"] != nil {
19 | Rainbow.enabled = false
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
20 | }
21 | }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:126:23: note: static property declared here
124 | /// set and `FORCE_COLOR` not set to a valid value ("0" or empty value is treated as "unset". `FORCE_COLOR` has
125 | /// higher priority than `NO_COLOR` if set).
126 | public static var enabled = environmentAvailable
| `- note: static property declared here
127 |
128 | public static func extractEntry(for string: String) -> Entry {
[145/153] Compiling SwiftBeanCountCLI FormattableCommand.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/ColorizedCommand.swift:19:21: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | func adjustColorization() {
18 | if colorOptions.noColor || ProcessInfo.processInfo.environment["NO_COLOR"] != nil {
19 | Rainbow.enabled = false
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
20 | }
21 | }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:126:23: note: static property declared here
124 | /// set and `FORCE_COLOR` not set to a valid value ("0" or empty value is treated as "unset". `FORCE_COLOR` has
125 | /// higher priority than `NO_COLOR` if set).
126 | public static var enabled = environmentAvailable
| `- note: static property declared here
127 |
128 | public static func extractEntry(for string: String) -> Entry {
[146/153] Emitting module SwiftBeanCountCLI
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/Accounts.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Accounts: FormattableLedgerCommand {
6 |
7 | static var configuration = CommandConfiguration(abstract: "Print all accounts")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | private static let dateFormatter: DateFormatter = {
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/Check.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | struct Check: LedgerCommand, ColorizedCommand {
7 |
8 | static var configuration = CommandConfiguration(abstract: "Parses a ledger and prints any errors it finds")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | @OptionGroup()
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/Stats.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | struct Stats: FormattableLedgerCommand {
5 |
6 | static var configuration = CommandConfiguration(abstract: "Statistics of a ledger (e.g. # of transactions)")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | @OptionGroup()
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/TaxSlips.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
6 | struct TaxSlips: FormattableLedgerCommand {
7 |
8 | static var configuration = CommandConfiguration(abstract: "Generate expected tax slips")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | @OptionGroup()
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SwiftBeanCountCLI.swift:6:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct SwiftBeanCountCLI: ParsableCommand {
5 |
6 | public static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | commandName: "swiftbeancount",
8 | abstract: "A CLI tool for SwiftBeanCount",
[147/153] Compiling SwiftBeanCountCLI SwiftBeanCountCLI.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SwiftBeanCountCLI.swift:6:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | public struct SwiftBeanCountCLI: ParsableCommand {
5 |
6 | public static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | commandName: "swiftbeancount",
8 | abstract: "A CLI tool for SwiftBeanCount",
[148/153] Compiling SwiftBeanCountCLI Accounts.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountCLI/SubCommands/Accounts.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Accounts: FormattableLedgerCommand {
6 |
7 | static var configuration = CommandConfiguration(abstract: "Print all accounts")
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | private static let dateFormatter: DateFormatter = {
[149/153] Compiling SwiftBeanCountCLI LedgerCommand.swift
[150/153] Compiling SwiftBeanCountCLI FormattableLedgerCommand.swift
[151/154] Wrapping AST for SwiftBeanCountCLI for debugging
[152/154] Write Objects.LinkFileList
[153/154] Linking swiftbeancount
Build complete! (61.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
},
{
"identity" : "swiftbeancountparser",
"requirement" : {
"exact" : [
"0.1.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParser.git"
},
{
"identity" : "swiftbeancounttax",
"requirement" : {
"exact" : [
"0.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountTax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "1.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftytexttable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "0.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "SwiftBeanCountCLI",
"name" : "SwiftBeanCountCLI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swiftbeancount",
"targets" : [
"SwiftBeanCountCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountCLITests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountCLITests",
"path" : "Tests/SwiftBeanCountCLITests",
"sources" : [
"ColorizedCommandTests.swift",
"FormattableCommandTests.swift",
"HelpTests.swift",
"SubCommands/AccountsTests.swift",
"SubCommands/CheckTests.swift",
"SubCommands/StatsTests.swift",
"SubCommands/TaxSlipTests.swift",
"XCTest+Execution.swift",
"XCTestCase+File.swift"
],
"target_dependencies" : [
"SwiftBeanCountCLI"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountCLI",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountCLI",
"path" : "Sources/SwiftBeanCountCLI",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParser",
"SwiftBeanCountTax",
"ArgumentParser",
"SwiftyTextTable",
"Rainbow"
],
"product_memberships" : [
"swiftbeancount"
],
"sources" : [
"ColorizedCommand.swift",
"FormattableCommand.swift",
"FormattableLedgerCommand.swift",
"LedgerCommand.swift",
"SubCommands/Accounts.swift",
"SubCommands/Check.swift",
"SubCommands/Stats.swift",
"SubCommands/TaxSlips.swift",
"SwiftBeanCountCLI.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.