Build Information
Successful build of SwiftBeanCountCLI, reference v0.1.0 (6699a0
), with Swift 6.1 for Linux on 27 Apr 2025 11:52:47 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/SwiftBeanCountCLI.git
Reference: v0.1.0
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
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 6699a08 Bump version and update readme
Cloned https://github.com/Nef10/SwiftBeanCountCLI.git
Revision (git rev-parse @):
6699a081e1b9a371de0363ab593b5b50ca434cd9
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountCLI.git at v0.1.0
========================================
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.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountTax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "1.3.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.0.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-4606859-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/onevcat/Rainbow
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/Nef10/SwiftBeanCountTax.git
Fetching https://github.com/apple/swift-argument-parser
[1/929] Fetching swiftytexttable
[819/2125] Fetching swiftytexttable, rainbow
[1636/2644] Fetching swiftytexttable, rainbow, swiftbeancounttax
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
Fetched https://github.com/onevcat/Rainbow from cache (0.46s)
Fetched https://github.com/Nef10/SwiftBeanCountTax.git from cache (0.47s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.47s)
[1/14950] Fetching swift-argument-parser
[749/17130] Fetching swift-argument-parser, swiftbeancountparser
[1098/20478] Fetching swift-argument-parser, swiftbeancountparser, swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (0.61s)
[13514/18298] Fetching swift-argument-parser, swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.66s)
[11811/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.63s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (5.58s)
Computing version for https://github.com/Nef10/SwiftBeanCountTax.git
Computed https://github.com/Nef10/SwiftBeanCountTax.git at 0.0.2 (0.98s)
Computing version for https://github.com/Nef10/SwiftBeanCountParser.git
Computed https://github.com/Nef10/SwiftBeanCountParser.git at 0.1.8 (1.06s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.99s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (1.08s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.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.2.3
Creating working copy for https://github.com/Nef10/SwiftBeanCountTax.git
Working copy of https://github.com/Nef10/SwiftBeanCountTax.git resolved at 0.0.2
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[9/20] Write swift-version-24593BA9C3E375BF.txt
[11/53] Emitting module SwiftBeanCountModel
[12/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/55] Emitting module ArgumentParserToolInfo
[14/56] Compiling Rainbow StringGenerator.swift
[15/57] Emitting module Rainbow
[16/57] Compiling Rainbow String+Rainbow.swift
[18/57] Compiling SwiftBeanCountModel Commodity.swift
[19/57] Compiling SwiftBeanCountModel Cost.swift
[20/57] Compiling Rainbow Style.swift
[20/57] Wrapping AST for ArgumentParserToolInfo for debugging
[22/94] Emitting module ArgumentParser
[23/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/99] Compiling ArgumentParser Argument.swift
[25/99] Compiling ArgumentParser ArgumentHelp.swift
[26/99] Compiling ArgumentParser Option.swift
[27/99] Compiling ArgumentParser OptionGroup.swift
[28/99] Compiling ArgumentParser Errors.swift
[29/99] Compiling ArgumentParser Flag.swift
[30/99] Compiling ArgumentParser NameSpecification.swift
[31/99] Compiling Rainbow Rainbow.swift
[32/99] Compiling Rainbow OutputTarget.swift
[33/99] Compiling ArgumentParser ArgumentVisibility.swift
[34/99] Compiling ArgumentParser CompletionKind.swift
[35/99] Emitting module SwiftyTextTable
[36/99] Compiling SwiftyTextTable TextTable.swift
[37/100] Compiling ArgumentParser AsyncParsableCommand.swift
[38/100] Compiling ArgumentParser CommandConfiguration.swift
[39/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/100] Compiling ArgumentParser CompletionsGenerator.swift
[41/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/101] Compiling ArgumentParser ArgumentSet.swift
[50/101] Compiling ArgumentParser CommandParser.swift
[53/101] Compiling ArgumentParser EnumerableFlag.swift
[54/101] Compiling ArgumentParser ArgumentDefinition.swift
[68/102] Compiling ArgumentParser CollectionExtensions.swift
[69/102] Compiling ArgumentParser Platform.swift
[70/102] Compiling ArgumentParser SequenceExtensions.swift
[71/102] Compiling ArgumentParser StringExtensions.swift
[72/102] Compiling ArgumentParser Tree.swift
[73/102] Wrapping AST for SwiftyTextTable for debugging
[74/102] Wrapping AST for Rainbow for debugging
[79/102] Compiling ArgumentParser InputKey.swift
[80/102] Compiling ArgumentParser InputOrigin.swift
[81/102] Compiling ArgumentParser DumpHelpGenerator.swift
[82/102] Compiling ArgumentParser HelpCommand.swift
[83/102] Compiling ArgumentParser HelpGenerator.swift
[84/102] Compiling ArgumentParser MessageInfo.swift
[85/102] Compiling ArgumentParser UsageGenerator.swift
[86/102] Compiling ArgumentParser ExpressibleByArgument.swift
[87/102] Compiling ArgumentParser ParsableArguments.swift
[88/102] Compiling ArgumentParser ParsableArgumentsValidation.swift
[89/102] Compiling ArgumentParser ParsableCommand.swift
[90/102] Compiling ArgumentParser ArgumentDecoder.swift
[91/102] Compiling ArgumentParser Name.swift
[92/102] Compiling ArgumentParser Parsed.swift
[93/102] Compiling ArgumentParser ParsedValues.swift
[94/102] Compiling ArgumentParser ParserError.swift
[95/102] Compiling ArgumentParser SplitArguments.swift
[95/103] Wrapping AST for SwiftBeanCountModel for debugging
[97/123] Wrapping AST for ArgumentParser for debugging
[99/123] Compiling SwiftBeanCountParser PluginParser.swift
[100/123] Compiling SwiftBeanCountParser PostingParser.swift
[101/125] Compiling SwiftBeanCountParser Collection.swift
[102/125] Compiling SwiftBeanCountParser String.swift
[103/125] Compiling SwiftBeanCountParser DateParser.swift
[104/125] Compiling SwiftBeanCountParser EventParser.swift
[105/125] Compiling SwiftBeanCountParser CostParser.swift
[106/125] Compiling SwiftBeanCountParser CustomsParser.swift
[107/125] Compiling SwiftBeanCountParser PriceParser.swift
[108/125] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[109/125] Compiling SwiftBeanCountTax TaxErrors.swift
[110/125] Compiling SwiftBeanCountTax TaxSlip.swift
[111/125] Compiling SwiftBeanCountParser AccountParser.swift
[112/125] Compiling SwiftBeanCountParser BalanceParser.swift
[113/125] Compiling SwiftBeanCountParser CommodityParser.swift
[114/125] Compiling SwiftBeanCountParser MetaDataParser.swift
[115/125] Compiling SwiftBeanCountParser OptionParser.swift
[116/125] Emitting module SwiftBeanCountParser
[117/125] Compiling SwiftBeanCountParser Parser.swift
[118/125] Compiling SwiftBeanCountParser ParserUtils.swift
[119/126] Compiling SwiftBeanCountTax TaxCalculator.swift
[120/126] Emitting module SwiftBeanCountTax
[122/127] Wrapping AST for SwiftBeanCountParser for debugging
[123/127] Wrapping AST for SwiftBeanCountTax for debugging
[125/136] 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:121:23: note: static property declared here
119 | /// set and `FORCE_COLOR` not set to a valid value ("0" or empty value is treated as "unset". `FORCE_COLOR` has
120 | /// higher priority than `NO_COLOR` if set).
121 | public static var enabled = environmentAvailable
| `- note: static property declared here
122 |
123 | public static func extractEntry(for string: String) -> Entry {
[126/136] 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:121:23: note: static property declared here
119 | /// set and `FORCE_COLOR` not set to a valid value ("0" or empty value is treated as "unset". `FORCE_COLOR` has
120 | /// higher priority than `NO_COLOR` if set).
121 | public static var enabled = environmentAvailable
| `- note: static property declared here
122 |
123 | public static func extractEntry(for string: String) -> Entry {
[127/136] 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()
[128/137] Compiling SwiftBeanCountCLI FormattableLedgerCommand.swift
[129/137] 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()
[130/137] 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()
[131/137] 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",
[132/137] 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 = {
[133/137] 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",
[134/137] Compiling SwiftBeanCountCLI LedgerCommand.swift
[135/138] Wrapping AST for SwiftBeanCountCLI for debugging
[136/138] Write Objects.LinkFileList
[137/138] Linking swiftbeancount
Build complete! (45.58s)
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.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountTax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "1.3.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.0.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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.