The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftBeanCountCLI, reference main (a890d8), with Swift 6.1 for Linux on 3 Jun 2025 08:14:13 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.63.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 a890d87 Bump SwiftLint to 0.59.1
Cloned https://github.com/Nef10/SwiftBeanCountCLI.git
Revision (git rev-parse @):
a890d870f9cc92fcfb9026ef547fb314c3b3c92a
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-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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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/Nef10/SwiftBeanCountTax.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/apple/swift-argument-parser
[1/929] Fetching swiftytexttable
[280/1460] Fetching swiftytexttable, swiftbeancounttax
[480/2656] Fetching swiftytexttable, swiftbeancounttax, rainbow
[925/4848] Fetching swiftytexttable, swiftbeancounttax, rainbow, swiftbeancountparser
[3688/8208] Fetching swiftytexttable, swiftbeancounttax, rainbow, swiftbeancountparser, swiftbeancountmodel
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.37s)
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (0.40s)
Fetched https://github.com/onevcat/Rainbow from cache (0.44s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.44s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/Nef10/SwiftBeanCountTax.git from cache (0.88s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.29s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.63s)
Computing version for https://github.com/Nef10/SwiftBeanCountTax.git
Computed https://github.com/Nef10/SwiftBeanCountTax.git at 0.0.4 (0.69s)
Computing version for https://github.com/Nef10/SwiftBeanCountParser.git
Computed https://github.com/Nef10/SwiftBeanCountParser.git at 0.1.8 (0.91s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.93s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.38s)
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/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/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.5.1
[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] Emitting module SwiftBeanCountModel
[13/55] Emitting module Rainbow
[14/55] Compiling SwiftBeanCountModel Account.swift
[15/55] Compiling SwiftBeanCountModel AccountName.swift
[16/56] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/57] Compiling Rainbow StringGenerator.swift
[18/57] Compiling Rainbow String+Rainbow.swift
[20/57] Compiling Rainbow Style.swift
[20/57] Wrapping AST for ArgumentParserToolInfo for debugging
[22/95] Compiling SwiftyTextTable TextTable.swift
[23/95] Emitting module SwiftyTextTable
[24/96] Compiling ArgumentParser Name.swift
[25/96] Compiling ArgumentParser Parsed.swift
[26/96] Emitting module ArgumentParser
[28/101] Compiling Rainbow OutputTarget.swift
[29/101] Compiling ArgumentParser Flag.swift
[30/101] Compiling ArgumentParser NameSpecification.swift
[31/101] Compiling ArgumentParser Option.swift
[32/101] Compiling ArgumentParser ArgumentHelp.swift
[33/101] Compiling ArgumentParser ArgumentDefinition.swift
[34/101] Compiling ArgumentParser ArgumentVisibility.swift
[35/101] Compiling ArgumentParser CompletionKind.swift
[36/101] Compiling ArgumentParser Errors.swift
[39/101] Compiling Rainbow Rainbow.swift
[42/102] Compiling ArgumentParser ArgumentSet.swift
[43/102] Compiling ArgumentParser CommandParser.swift
[44/102] Compiling ArgumentParser InputKey.swift
[45/102] Compiling ArgumentParser InputOrigin.swift
[46/102] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/102] Compiling ArgumentParser CompletionsGenerator.swift
[48/102] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/102] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/102] Compiling ArgumentParser Argument.swift
[50/102] Wrapping AST for SwiftyTextTable for debugging
[53/103] Wrapping AST for SwiftBeanCountModel for debugging
[54/103] Wrapping AST for Rainbow for debugging
[56/124] Compiling ArgumentParser CollectionExtensions.swift
[57/124] Compiling ArgumentParser Platform.swift
[58/124] Compiling ArgumentParser SequenceExtensions.swift
[59/124] Compiling ArgumentParser StringExtensions.swift
[60/124] Compiling ArgumentParser Tree.swift
[61/124] Compiling SwiftBeanCountParser Collection.swift
[62/124] Compiling SwiftBeanCountParser String.swift
[63/124] Compiling SwiftBeanCountParser MetaDataParser.swift
[64/124] Compiling SwiftBeanCountParser OptionParser.swift
[65/124] Compiling SwiftBeanCountParser AccountParser.swift
[66/124] Compiling SwiftBeanCountParser BalanceParser.swift
[67/124] Compiling SwiftBeanCountParser CommodityParser.swift
[68/124] Compiling SwiftBeanCountParser DateParser.swift
[69/124] Compiling SwiftBeanCountParser EventParser.swift
[70/124] Compiling SwiftBeanCountParser Parser.swift
[71/124] Compiling SwiftBeanCountParser ParserUtils.swift
[72/124] Compiling SwiftBeanCountParser CostParser.swift
[73/124] Compiling SwiftBeanCountParser CustomsParser.swift
[74/124] Compiling SwiftBeanCountParser PluginParser.swift
[75/124] Compiling SwiftBeanCountParser PostingParser.swift
[78/124] Compiling ArgumentParser ExpressibleByArgument.swift
[79/124] Compiling ArgumentParser ParsableArguments.swift
[80/124] Compiling ArgumentParser ParsableArgumentsValidation.swift
[81/124] Compiling ArgumentParser ParsableCommand.swift
[82/124] Compiling ArgumentParser ArgumentDecoder.swift
[83/124] Compiling ArgumentParser OptionGroup.swift
[84/124] Compiling ArgumentParser AsyncParsableCommand.swift
[85/124] Compiling ArgumentParser CommandConfiguration.swift
[86/124] Compiling ArgumentParser CommandGroup.swift
[87/124] Compiling ArgumentParser EnumerableFlag.swift
[90/124] Compiling ArgumentParser ParsedValues.swift
[91/124] Compiling ArgumentParser ParserError.swift
[92/124] Compiling ArgumentParser SplitArguments.swift
[93/124] Compiling ArgumentParser DumpHelpGenerator.swift
[94/124] Compiling ArgumentParser HelpCommand.swift
[95/124] Compiling ArgumentParser HelpGenerator.swift
[96/124] Compiling ArgumentParser MessageInfo.swift
[97/124] Compiling ArgumentParser UsageGenerator.swift
[100/127] Emitting module SwiftBeanCountParser
[101/127] Compiling SwiftBeanCountTax TaxErrors.swift
[102/127] Compiling SwiftBeanCountTax TaxSlip.swift
[117/127] Compiling SwiftBeanCountTax Sale.swift
[118/127] Compiling SwiftBeanCountTax TaxCalculator.swift
[119/127] Emitting module SwiftBeanCountTax
[121/128] Compiling SwiftBeanCountParser PriceParser.swift
[122/128] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[123/129] Wrapping AST for SwiftBeanCountTax for debugging
[124/129] Wrapping AST for ArgumentParser for debugging
[125/129] Wrapping AST for SwiftBeanCountParser 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: 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/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",
[129/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()
[130/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()
[131/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",
[132/139] Compiling SwiftBeanCountCLI FormattableLedgerCommand.swift
[133/139] Compiling SwiftBeanCountCLI LedgerCommand.swift
[134/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 {
[135/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 {
[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! (32.18s)
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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.