The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftBeanCountCLI, reference main (cc990a), with Swift 6.1 for Linux on 27 Apr 2025 11:51:50 UTC.

Swift 6 data race errors: 5

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.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 cc990af Bump swift-actions/setup-swift from 2.2.0 to 2.3.0 (#251)
Cloned https://github.com/Nef10/SwiftBeanCountCLI.git
Revision (git rev-parse @):
cc990af5402b7317bcc465c6a9799f6669673228
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.5.0",
            "upper_bound" : "1.6.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.1.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" 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/SwiftBeanCountParser.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/Nef10/SwiftBeanCountTax.git
[1/1196] Fetching rainbow
[1197/1715] Fetching rainbow, swiftbeancounttax
[1208/3895] Fetching rainbow, swiftbeancounttax, swiftbeancountparser
[1209/4824] Fetching rainbow, swiftbeancounttax, swiftbeancountparser, swiftytexttable
[1215/8172] Fetching rainbow, swiftbeancounttax, swiftbeancountparser, swiftytexttable, swiftbeancountmodel
[8173/23122] Fetching rainbow, swiftbeancounttax, swiftbeancountparser, swiftytexttable, swiftbeancountmodel, swift-argument-parser
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.42s)
[8439/22193] Fetching rainbow, swiftbeancounttax, swiftbeancountparser, swiftbeancountmodel, swift-argument-parser
Fetched https://github.com/Nef10/SwiftBeanCountTax.git from cache (0.43s)
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (0.43s)
[6039/19494] Fetching rainbow, swiftbeancountmodel, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.45s)
[7833/18298] Fetching swiftbeancountmodel, swift-argument-parser
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.46s)
[5083/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.73s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.56s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.94s)
Computing version for https://github.com/Nef10/SwiftBeanCountTax.git
Computed https://github.com/Nef10/SwiftBeanCountTax.git at 0.0.4 (0.54s)
Computing version for https://github.com/Nef10/SwiftBeanCountParser.git
Computed https://github.com/Nef10/SwiftBeanCountParser.git at 0.1.8 (0.51s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.68s)
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/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.5.0
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/SwiftBeanCountParser.git
Working copy of https://github.com/Nef10/SwiftBeanCountParser.git resolved at 0.1.8
[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] Emitting module ArgumentParserToolInfo
[13/55] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/56] Compiling Rainbow StringGenerator.swift
[15/57] Wrapping AST for ArgumentParserToolInfo for debugging
[17/57] Compiling Rainbow Style.swift
[18/57] Compiling Rainbow String+Rainbow.swift
[19/95] Compiling ArgumentParser OptionGroup.swift
[20/95] Compiling ArgumentParser AsyncParsableCommand.swift
[21/95] Compiling ArgumentParser CommandConfiguration.swift
[22/95] Compiling ArgumentParser CommandGroup.swift
[23/95] Compiling ArgumentParser EnumerableFlag.swift
[24/100] Compiling Rainbow Rainbow.swift
[25/100] Compiling ArgumentParser ParsedValues.swift
[26/100] Compiling ArgumentParser ParserError.swift
[27/100] Emitting module Rainbow
[28/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/100] Compiling ArgumentParser CompletionsGenerator.swift
[35/100] Compiling Rainbow OutputTarget.swift
[36/100] Compiling ArgumentParser Argument.swift
[37/100] Compiling ArgumentParser ArgumentHelp.swift
[40/101] Emitting module SwiftyTextTable
[41/101] Compiling SwiftyTextTable TextTable.swift
[42/102] Compiling ArgumentParser Name.swift
[43/102] Compiling ArgumentParser Parsed.swift
[44/102] Compiling ArgumentParser CompletionKind.swift
[45/102] Compiling ArgumentParser Errors.swift
[46/102] Compiling ArgumentParser SplitArguments.swift
[47/102] Compiling ArgumentParser ArgumentVisibility.swift
[56/103] Wrapping AST for Rainbow for debugging
[57/103] Wrapping AST for SwiftyTextTable for debugging
[58/103] Wrapping AST for SwiftBeanCountModel for debugging
[60/119] Emitting module ArgumentParser
[61/119] Compiling SwiftBeanCountParser CostParser.swift
[62/119] Compiling SwiftBeanCountParser CustomsParser.swift
[63/119] Compiling SwiftBeanCountParser DateParser.swift
[64/119] Compiling SwiftBeanCountParser EventParser.swift
[65/119] Compiling SwiftBeanCountParser AccountParser.swift
[66/119] Compiling SwiftBeanCountParser BalanceParser.swift
[67/123] Compiling ArgumentParser CollectionExtensions.swift
[68/123] Compiling ArgumentParser Platform.swift
[69/123] Compiling ArgumentParser SequenceExtensions.swift
[70/123] Compiling ArgumentParser StringExtensions.swift
[71/123] Compiling ArgumentParser Tree.swift
[72/124] Emitting module SwiftBeanCountParser
[73/126] Compiling ArgumentParser ArgumentDefinition.swift
[74/126] Compiling ArgumentParser ArgumentSet.swift
[75/126] Compiling ArgumentParser CommandParser.swift
[76/126] Compiling ArgumentParser InputKey.swift
[77/126] Compiling ArgumentParser InputOrigin.swift
[78/126] Compiling SwiftBeanCountParser Parser.swift
[79/126] Compiling SwiftBeanCountParser ParserUtils.swift
[80/126] Compiling SwiftBeanCountParser PluginParser.swift
[81/126] Compiling SwiftBeanCountParser PostingParser.swift
[82/126] Compiling SwiftBeanCountParser PriceParser.swift
[83/126] Compiling ArgumentParser DumpHelpGenerator.swift
[84/126] Compiling ArgumentParser HelpCommand.swift
[85/126] Compiling ArgumentParser HelpGenerator.swift
[86/126] Compiling ArgumentParser MessageInfo.swift
[87/126] Compiling ArgumentParser UsageGenerator.swift
[88/126] Compiling ArgumentParser ExpressibleByArgument.swift
[89/126] Compiling ArgumentParser ParsableArguments.swift
[90/126] Compiling ArgumentParser ParsableArgumentsValidation.swift
[91/126] Compiling ArgumentParser ParsableCommand.swift
[92/126] Compiling ArgumentParser ArgumentDecoder.swift
[93/126] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[96/126] Compiling ArgumentParser Flag.swift
[97/126] Compiling ArgumentParser NameSpecification.swift
[98/126] Compiling ArgumentParser Option.swift
[101/126] Compiling SwiftBeanCountParser Collection.swift
[102/126] Compiling SwiftBeanCountParser String.swift
[106/127] Compiling SwiftBeanCountParser CommodityParser.swift
[113/127] Compiling SwiftBeanCountTax TaxErrors.swift
[114/127] Compiling SwiftBeanCountTax TaxSlip.swift
[114/127] Wrapping AST for ArgumentParser for debugging
[116/127] Compiling SwiftBeanCountParser MetaDataParser.swift
[117/127] Compiling SwiftBeanCountParser OptionParser.swift
[120/128] Wrapping AST for SwiftBeanCountParser for debugging
[122/128] Emitting module SwiftBeanCountTax
[123/128] Compiling SwiftBeanCountTax Sale.swift
[124/128] Compiling SwiftBeanCountTax TaxCalculator.swift
[125/129] Wrapping AST for SwiftBeanCountTax for debugging
[127/138] Compiling SwiftBeanCountCLI LedgerCommand.swift
[128/138] Compiling SwiftBeanCountCLI FormattableLedgerCommand.swift
[129/139] 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",
[130/139] 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 {
[131/139] 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 {
[132/139] 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()
[133/139] 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",
[134/139] 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()
[135/139] 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()
[136/139] 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 = {
[137/140] Wrapping AST for SwiftBeanCountCLI for debugging
[138/140] Write Objects.LinkFileList
[139/140] Linking swiftbeancount
Build complete! (22.15s)
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.5.0",
            "upper_bound" : "1.6.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.1.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.