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.0 for Linux on 16 Apr 2025 06:14:21 UTC.

Swift 6 data race errors: 5

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
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.0
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/SwiftBeanCountTax.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[1197/4544] Fetching rainbow, swiftbeancountmodel
[2436/5473] Fetching rainbow, swiftbeancountmodel, swiftytexttable
[2731/7653] Fetching rainbow, swiftbeancountmodel, swiftytexttable, swiftbeancountparser
[7588/8172] Fetching rainbow, swiftbeancountmodel, swiftytexttable, swiftbeancountparser, swiftbeancounttax
Fetched https://github.com/Nef10/SwiftBeanCountTax.git from cache (0.30s)
Fetched https://github.com/onevcat/Rainbow from cache (0.30s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.30s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.30s)
[1/14842] Fetching swift-argument-parser
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (0.69s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.69s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.87s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.48s)
Computing version for https://github.com/Nef10/SwiftBeanCountTax.git
Computed https://github.com/Nef10/SwiftBeanCountTax.git at 0.0.4 (0.52s)
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.51s)
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/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/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/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 ArgumentParserToolInfo
[12/53] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/54] Compiling Rainbow StringGenerator.swift
[15/54] Compiling SwiftBeanCountModel Ledger.swift
[16/54] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[17/55] Compiling Rainbow String+Rainbow.swift
[18/55] Compiling Rainbow Style.swift
[18/55] Wrapping AST for ArgumentParserToolInfo for debugging
[20/93] Compiling ArgumentParser ArgumentVisibility.swift
[21/93] Compiling ArgumentParser CompletionKind.swift
[22/93] Compiling ArgumentParser Errors.swift
[23/93] Compiling ArgumentParser Flag.swift
[24/93] Compiling ArgumentParser NameSpecification.swift
[25/93] Compiling ArgumentParser Option.swift
[26/98] Emitting module ArgumentParser
[27/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/98] Compiling ArgumentParser CompletionsGenerator.swift
[29/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/98] Compiling ArgumentParser Argument.swift
[32/98] Compiling ArgumentParser ArgumentHelp.swift
[33/98] Compiling ArgumentParser OptionGroup.swift
[34/98] Compiling ArgumentParser AsyncParsableCommand.swift
[35/98] Compiling ArgumentParser CommandConfiguration.swift
[36/98] Compiling ArgumentParser CommandGroup.swift
[37/98] Compiling ArgumentParser EnumerableFlag.swift
[42/98] Compiling Rainbow Rainbow.swift
[43/100] Compiling Rainbow OutputTarget.swift
[51/100] Emitting module SwiftyTextTable
[52/100] Compiling SwiftyTextTable TextTable.swift
[56/101] Emitting module SwiftBeanCountModel
[64/101] Emitting module Rainbow
[65/102] Compiling SwiftBeanCountModel TransactionPosting.swift
[66/102] Compiling SwiftBeanCountModel ValidationResult.swift
[67/102] Compiling ArgumentParser ParsableArgumentsValidation.swift
[68/102] Compiling ArgumentParser ParsableCommand.swift
[69/102] Compiling ArgumentParser ArgumentDecoder.swift
[72/102] Compiling ArgumentParser CollectionExtensions.swift
[73/102] Compiling ArgumentParser Platform.swift
[74/102] Compiling ArgumentParser SequenceExtensions.swift
[75/102] Compiling ArgumentParser StringExtensions.swift
[76/102] Compiling ArgumentParser Tree.swift
[76/102] Wrapping AST for SwiftyTextTable for debugging
[77/102] Wrapping AST for Rainbow for debugging
[81/103] Wrapping AST for SwiftBeanCountModel for debugging
[83/103] Compiling ArgumentParser Name.swift
[84/103] Compiling ArgumentParser Parsed.swift
[85/103] Compiling ArgumentParser ParsedValues.swift
[86/103] Compiling ArgumentParser ParserError.swift
[87/103] Compiling ArgumentParser SplitArguments.swift
[88/103] Compiling ArgumentParser ArgumentDefinition.swift
[89/103] Compiling ArgumentParser ArgumentSet.swift
[90/103] Compiling ArgumentParser CommandParser.swift
[91/103] Compiling ArgumentParser InputKey.swift
[92/103] Compiling ArgumentParser InputOrigin.swift
[93/103] Compiling ArgumentParser DumpHelpGenerator.swift
[94/103] Compiling ArgumentParser HelpCommand.swift
[95/103] Compiling ArgumentParser HelpGenerator.swift
[96/103] Compiling ArgumentParser MessageInfo.swift
[97/103] Compiling ArgumentParser UsageGenerator.swift
[98/125] Wrapping AST for ArgumentParser for debugging
[100/125] Emitting module SwiftBeanCountParser
[101/127] Compiling SwiftBeanCountParser Collection.swift
[102/127] Compiling SwiftBeanCountParser String.swift
[103/127] Compiling SwiftBeanCountParser PluginParser.swift
[104/127] Compiling SwiftBeanCountParser PostingParser.swift
[105/127] Compiling SwiftBeanCountParser AccountParser.swift
[106/127] Compiling SwiftBeanCountParser BalanceParser.swift
[107/127] Compiling SwiftBeanCountParser CommodityParser.swift
[108/127] Compiling SwiftBeanCountParser CostParser.swift
[109/127] Compiling SwiftBeanCountParser CustomsParser.swift
[110/127] Compiling SwiftBeanCountParser DateParser.swift
[111/127] Compiling SwiftBeanCountParser EventParser.swift
[112/127] Compiling SwiftBeanCountTax TaxSlip.swift
[113/127] Compiling SwiftBeanCountParser PriceParser.swift
[114/127] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[115/127] Compiling SwiftBeanCountParser MetaDataParser.swift
[116/127] Compiling SwiftBeanCountParser OptionParser.swift
[117/127] Compiling SwiftBeanCountParser Parser.swift
[118/127] Compiling SwiftBeanCountParser ParserUtils.swift
[119/128] Compiling SwiftBeanCountTax TaxErrors.swift
[120/128] Compiling SwiftBeanCountTax Sale.swift
[121/128] Emitting module SwiftBeanCountTax
[122/128] Compiling SwiftBeanCountTax TaxCalculator.swift
[124/129] Wrapping AST for SwiftBeanCountParser for debugging
[125/129] Wrapping AST for SwiftBeanCountTax for debugging
[127/138] 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     @OptionGroup()
[128/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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     @OptionGroup()
[129/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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @OptionGroup()
[130/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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
    |                `- 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         commandName: "swiftbeancount",
 8 |         abstract: "A CLI tool for SwiftBeanCount",
[131/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 {
[132/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 {
[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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- 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 LedgerCommand.swift
[135/139] Compiling SwiftBeanCountCLI FormattableLedgerCommand.swift
[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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
    |                `- 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! (28.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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.