The Swift Package Index logo.Swift Package Index

Build Information

Successful build of locheck, reference main (36cc38), with Swift 6.1 for Linux on 23 Sep 2025 17:47:55 UTC.

Swift 6 data race errors: 38

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Asana/locheck.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/Asana/locheck
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 36cc382 Merge pull request #61 from Asana/uladzislaubirukou/update-version
Cloned https://github.com/Asana/locheck.git
Revision (git rev-parse @):
36cc382e60f9cc23e2f85567d217bc8c0a4f9423
SUCCESS checkout https://github.com/Asana/locheck.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Asana/locheck.git
https://github.com/Asana/locheck.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "4.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Files.git"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "branch" : [
          "5.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    }
  ],
  "manifest_display_name" : "locheck",
  "name" : "locheck",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "locheck",
      "targets" : [
        "LocheckCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocheckLogicTests",
      "module_type" : "SwiftTarget",
      "name" : "LocheckLogicTests",
      "path" : "Tests/LocheckLogicTests",
      "sources" : [
        "Asserts.swift",
        "FormatStringTests.swift",
        "LexedStringsdictStringsTests.swift",
        "LocalizedStringPairTests.swift",
        "StringCatalogTests.swift",
        "StringCatalogValidatorTests.swift",
        "StringsdictEntryTests.swift",
        "ValidateStringsTests.swift",
        "parseAndValidateAndroidStringsTests.swift",
        "parseAndValidateStringsdictTests.swift"
      ],
      "target_dependencies" : [
        "LocheckLogic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocheckLogic",
      "module_type" : "SwiftTarget",
      "name" : "LocheckLogic",
      "path" : "Sources/LocheckLogic",
      "product_dependencies" : [
        "Files",
        "SwiftyXMLParser"
      ],
      "product_memberships" : [
        "locheck"
      ],
      "sources" : [
        "Expressions.swift",
        "Extensions/File+locheck.swift",
        "Extensions/NSRegularExpression+locheck.swift",
        "Extensions/NSTextCheckingResult+locheck.swift",
        "Extensions/Sequence+locheck.swift",
        "Extensions/String+locheck.swift",
        "ProblemReporter.swift",
        "Problems.swift",
        "Types/AndroidStringsFile.swift",
        "Types/FormatArgument.swift",
        "Types/FormatString.swift",
        "Types/LexedStringsdictString.swift",
        "Types/LocalizedStringPair.swift",
        "Types/LprojFiles.swift",
        "Types/StringCatalog.swift",
        "Types/StringsdictEntry.swift",
        "Types/StringsdictFile.swift",
        "Types/StringsdictRule.swift",
        "Validators/parseAndValidateAndroidStrings.swift",
        "Validators/parseAndValidateStringCatalog.swift",
        "Validators/parseAndValidateStringsdict.swift",
        "Validators/parseAndValidateXCStrings.swift",
        "Validators/validateKeyPresence.swift",
        "Validators/validateLproj.swift",
        "parseXML.swift",
        "readPlistDict.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LocheckCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "LocheckCommandTests",
      "path" : "Tests/LocheckCommandTests",
      "sources" : [
        "ExecutableTests.swift",
        "StringCatalogCommandTests.swift"
      ],
      "target_dependencies" : [
        "LocheckCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocheckCommand",
      "module_type" : "SwiftTarget",
      "name" : "LocheckCommand",
      "path" : "Sources/LocheckCommand",
      "product_dependencies" : [
        "ArgumentParser",
        "Files"
      ],
      "product_memberships" : [
        "locheck"
      ],
      "sources" : [
        "FileOrDirectoryArg.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "LocheckLogic"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/yahoojapan/SwiftyXMLParser
[1/764] Fetching swiftyxmlparser
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (0.42s)
Fetching https://github.com/johnsundell/Files.git
Fetching https://github.com/apple/swift-argument-parser
[1/1248] Fetching files
[1249/17573] Fetching files, swift-argument-parser
Fetched https://github.com/johnsundell/Files.git from cache (0.47s)
[980/16325] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.16s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.2.0 (2.12s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.4.4 (0.87s)
Creating working copy for https://github.com/johnsundell/Files.git
Working copy of https://github.com/johnsundell/Files.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.4.4
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.4.0 (eec238e)
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/53] Emitting module ArgumentParser
[8/57] Compiling ArgumentParser ArgumentHelp.swift
[9/57] Compiling ArgumentParser CompletionKind.swift
[10/57] Compiling ArgumentParser Errors.swift
[11/57] Compiling ArgumentParser Flag.swift
[12/57] Compiling ArgumentParser NameSpecification.swift
[13/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[14/57] Compiling ArgumentParser CompletionsGenerator.swift
[15/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[16/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/57] Compiling ArgumentParser Argument.swift
[18/57] Emitting module Files
[19/57] Compiling Files Files.swift
[20/58] Emitting module SwiftyXMLParser
[21/58] Compiling SwiftyXMLParser Accessor.swift
[22/58] Compiling SwiftyXMLParser Element.swift
[23/58] Compiling SwiftyXMLParser Parser.swift
[24/58] Compiling SwiftyXMLParser XML.swift
[25/58] Compiling SwiftyXMLParser Error.swift
[27/59] Compiling ArgumentParser UsageGenerator.swift
[28/59] Compiling ArgumentParser SequenceExtensions.swift
[29/59] Compiling ArgumentParser StringExtensions.swift
[30/59] Compiling ArgumentParser Tree.swift
[32/59] Compiling ArgumentParser Option.swift
[33/59] Compiling ArgumentParser OptionGroup.swift
[34/59] Compiling ArgumentParser CommandConfiguration.swift
[35/59] Compiling ArgumentParser EnumerableFlag.swift
[36/59] Compiling ArgumentParser ExpressibleByArgument.swift
[37/59] Compiling ArgumentParser ArgumentDefinition.swift
[38/59] Compiling ArgumentParser ArgumentSet.swift
[39/59] Compiling ArgumentParser CommandParser.swift
[40/59] Compiling ArgumentParser InputOrigin.swift
[41/59] Compiling ArgumentParser ParsableArguments.swift
[42/59] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/59] Compiling ArgumentParser ParsableCommand.swift
[44/59] Compiling ArgumentParser ArgumentDecoder.swift
[45/59] Compiling ArgumentParser Name.swift
[46/59] Compiling ArgumentParser Parsed.swift
[47/59] Compiling ArgumentParser ParsedValues.swift
[48/59] Compiling ArgumentParser ParserError.swift
[49/59] Compiling ArgumentParser SplitArguments.swift
[50/59] Compiling ArgumentParser HelpCommand.swift
[51/59] Compiling ArgumentParser HelpGenerator.swift
[52/59] Compiling ArgumentParser MessageInfo.swift
[52/59] Wrapping AST for Files for debugging
[53/59] Wrapping AST for SwiftyXMLParser for debugging
[55/84] Wrapping AST for ArgumentParser for debugging
[57/84] Compiling LocheckLogic parseAndValidateStringsdict.swift
[58/84] Compiling LocheckLogic parseAndValidateXCStrings.swift
[59/84] Compiling LocheckLogic validateKeyPresence.swift
[60/84] Compiling LocheckLogic StringsdictRule.swift
[61/84] Compiling LocheckLogic parseAndValidateAndroidStrings.swift
[62/84] Compiling LocheckLogic parseAndValidateStringCatalog.swift
[63/87] Compiling LocheckLogic validateLproj.swift
[64/87] Compiling LocheckLogic parseXML.swift
[65/87] Compiling LocheckLogic readPlistDict.swift
[66/87] Compiling LocheckLogic LexedStringsdictString.swift
[67/87] Compiling LocheckLogic LocalizedStringPair.swift
[68/87] Compiling LocheckLogic LprojFiles.swift
[69/87] Compiling LocheckLogic StringCatalog.swift
[70/87] Compiling LocheckLogic StringsdictEntry.swift
[71/87] Compiling LocheckLogic StringsdictFile.swift
[72/87] Compiling LocheckLogic AndroidStringsFile.swift
[73/87] Compiling LocheckLogic FormatArgument.swift
[74/87] Compiling LocheckLogic FormatString.swift
[75/87] Compiling LocheckLogic Expressions.swift
[76/87] Compiling LocheckLogic File+locheck.swift
[77/87] Compiling LocheckLogic NSRegularExpression+locheck.swift
[78/87] Compiling LocheckLogic NSTextCheckingResult+locheck.swift
[79/87] Emitting module LocheckLogic
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:52:20: warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 28 | }
 29 |
 30 | public protocol Problem {
    |                 `- note: protocol 'Problem' does not conform to the 'Sendable' protocol
 31 |     var kindIdentifier: String { get }
 32 |     var uniquifyingInformation: String { get }
    :
 50 |         public let path: String
 51 |         public let lineNumber: Int
 52 |         public let problem: Problem
    |                    `- warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 53 |
 54 |         var messageForXcode: String {
[80/87] Compiling LocheckLogic Sequence+locheck.swift
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:52:20: warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 28 | }
 29 |
 30 | public protocol Problem {
    |                 `- note: protocol 'Problem' does not conform to the 'Sendable' protocol
 31 |     var kindIdentifier: String { get }
 32 |     var uniquifyingInformation: String { get }
    :
 50 |         public let path: String
 51 |         public let lineNumber: Int
 52 |         public let problem: Problem
    |                    `- warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 53 |
 54 |         var messageForXcode: String {
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:20:23: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 18 | private struct StderrOutputStream: TextOutputStream {
 19 |     mutating func write(_ string: String) {
 20 |         fputs(string, stderr)
    |                       `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 21 |     }
 22 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[81/87] Compiling LocheckLogic String+locheck.swift
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:52:20: warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 28 | }
 29 |
 30 | public protocol Problem {
    |                 `- note: protocol 'Problem' does not conform to the 'Sendable' protocol
 31 |     var kindIdentifier: String { get }
 32 |     var uniquifyingInformation: String { get }
    :
 50 |         public let path: String
 51 |         public let lineNumber: Int
 52 |         public let problem: Problem
    |                    `- warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 53 |
 54 |         var messageForXcode: String {
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:20:23: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 18 | private struct StderrOutputStream: TextOutputStream {
 19 |     mutating func write(_ string: String) {
 20 |         fputs(string, stderr)
    |                       `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 21 |     }
 22 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[82/87] Compiling LocheckLogic ProblemReporter.swift
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:52:20: warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 28 | }
 29 |
 30 | public protocol Problem {
    |                 `- note: protocol 'Problem' does not conform to the 'Sendable' protocol
 31 |     var kindIdentifier: String { get }
 32 |     var uniquifyingInformation: String { get }
    :
 50 |         public let path: String
 51 |         public let lineNumber: Int
 52 |         public let problem: Problem
    |                    `- warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 53 |
 54 |         var messageForXcode: String {
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:20:23: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 18 | private struct StderrOutputStream: TextOutputStream {
 19 |     mutating func write(_ string: String) {
 20 |         fputs(string, stderr)
    |                       `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 21 |     }
 22 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[83/87] Compiling LocheckLogic Problems.swift
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:52:20: warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 28 | }
 29 |
 30 | public protocol Problem {
    |                 `- note: protocol 'Problem' does not conform to the 'Sendable' protocol
 31 |     var kindIdentifier: String { get }
 32 |     var uniquifyingInformation: String { get }
    :
 50 |         public let path: String
 51 |         public let lineNumber: Int
 52 |         public let problem: Problem
    |                    `- warning: stored property 'problem' of 'Sendable'-conforming struct 'LocalProblem' has non-sendable type 'any Problem'; this is an error in the Swift 6 language mode
 53 |
 54 |         var messageForXcode: String {
/host/spi-builder-workspace/Sources/LocheckLogic/ProblemReporter.swift:20:23: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 18 | private struct StderrOutputStream: TextOutputStream {
 19 |     mutating func write(_ string: String) {
 20 |         fputs(string, stderr)
    |                       `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 21 |     }
 22 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[84/88] Wrapping AST for LocheckLogic for debugging
[86/91] Emitting module LocheckCommand
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:22:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 | struct Locheck: ParsableCommand {
 22 |     static let configuration = CommandConfiguration(
    |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 23 |         abstract: """
 24 |         Validate your Xcode localization files. The different commands have
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
  6 | //
  7 |
  8 | import ArgumentParser
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
  9 | import Files
 10 | import Foundation
    :
 20 |
 21 | struct Locheck: ParsableCommand {
 22 |     static let configuration = CommandConfiguration(
    |                |- 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
 23 |         abstract: """
 24 |         Validate your Xcode localization files. The different commands have
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:86:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 84 |
 85 |     @Option(help: ignoreHelpText)
 86 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 87 |
 88 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:89:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 87 |
 88 |     @Flag(help: ignoreMissingHelpText)
 89 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 90 |
 91 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:92:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 90 |
 91 |     @Flag(help: ignoreWarningsHelpText)
 92 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 93 |
 94 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:95:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 93 |
 94 |     @Flag(help: treatWarningsAsErrorsHelpText)
 95 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 96 |
 97 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:78:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 76 |
 77 | struct XCStrings: HasIgnoreWithShorthand, ParsableCommand {
 78 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 79 |         commandName: "xcstrings",
 80 |         abstract: "Directly compare .strings files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:132:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
130 |
131 |     @Option(help: ignoreHelpText)
132 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
133 |
134 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:135:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
133 |
134 |     @Flag(help: ignoreMissingHelpText)
135 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
136 |
137 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:138:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
136 |
137 |     @Flag(help: ignoreWarningsHelpText)
138 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
139 |
140 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:141:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
139 |
140 |     @Flag(help: treatWarningsAsErrorsHelpText)
141 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
142 |
143 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:124:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
122 |
123 | struct StringCatalog: HasIgnoreWithShorthand, ParsableCommand {
124 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
125 |         commandName: "stringcatalog",
126 |         abstract: "Validate String Catalog (.xcstrings) files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:171:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
169 |
170 |     @Option(help: ignoreHelpText)
171 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
172 |
173 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:174:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
172 |
173 |     @Flag(help: ignoreMissingHelpText)
174 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
175 |
176 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:177:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
175 |
176 |     @Flag(help: ignoreWarningsHelpText)
177 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
178 |
179 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:180:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
178 |
179 |     @Flag(help: treatWarningsAsErrorsHelpText)
180 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
181 |
182 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:163:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | struct AndroidStrings: HasIgnoreWithShorthand, ParsableCommand {
163 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
164 |         commandName: "androidstrings",
165 |         abstract: "Directly compare strings.xml files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:223:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
221 |
222 |     @Option(help: ignoreHelpText)
223 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
224 |
225 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:226:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
224 |
225 |     @Flag(help: ignoreMissingHelpText)
226 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
227 |
228 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:229:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
227 |
228 |     @Flag(help: ignoreWarningsHelpText)
229 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
230 |
231 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:232:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
230 |
231 |     @Flag(help: treatWarningsAsErrorsHelpText)
232 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
233 |
234 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:216:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
214 |
215 | struct Stringsdict: HasIgnoreWithShorthand, ParsableCommand {
216 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
217 |         abstract: "Directly compare .stringsdict files")
218 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:274:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
272 |
273 |     @Option(help: ignoreHelpText)
274 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
275 |
276 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:277:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
275 |
276 |     @Flag(help: ignoreMissingHelpText)
277 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
278 |
279 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:280:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
278 |
279 |     @Flag(help: ignoreWarningsHelpText)
280 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
281 |
282 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:283:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
281 |
282 |     @Flag(help: treatWarningsAsErrorsHelpText)
283 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
284 |
285 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:267:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
265 |
266 | struct Lproj: HasIgnoreWithShorthand, ParsableCommand {
267 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
268 |         abstract: "Compare the contents of multiple .lproj files")
269 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:332:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
330 |
331 |     @Option(help: ignoreHelpText)
332 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
333 |
334 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:335:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
333 |
334 |     @Flag(help: ignoreMissingHelpText)
335 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
336 |
337 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:338:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
336 |
337 |     @Flag(help: ignoreWarningsHelpText)
338 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
339 |
340 |     @Option(help: "Ignore one or more languages using the language code (like 'en')")
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:344:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
342 |
343 |     @Flag(help: treatWarningsAsErrorsHelpText)
344 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
345 |
346 |     private func isIgnored(language: String) -> Bool {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:320:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
318 |
319 | struct DiscoverLproj: HasIgnoreWithShorthand, ParsableCommand {
320 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
321 |         commandName: "discoverlproj",
322 |         abstract: "Automatically find .lproj files within a directory and compare them")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:418:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
416 |
417 |     @Option(help: ignoreHelpText)
418 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
419 |
420 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:421:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
419 |
420 |     @Flag(help: ignoreMissingHelpText)
421 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
422 |
423 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:424:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
422 |
423 |     @Flag(help: ignoreWarningsHelpText)
424 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
425 |
426 |     @Option(help: "Ignore one or more languages using the language code (like 'en')")
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:430:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
428 |
429 |     @Flag(help: treatWarningsAsErrorsHelpText)
430 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
431 |
432 |     private func isIgnored(language: String) -> Bool {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:410:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
408 |
409 | struct DiscoverValues: HasIgnoreWithShorthand, ParsableCommand {
410 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
411 |         commandName: "discovervalues",
412 |         abstract: "Automatically find values/ directories files within a directory and compare their strings.xml files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:506:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
504 |
505 | struct Version: ParsableCommand {
506 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
507 |         commandName: "version",
508 |         abstract: "Print the installed version of locheck to stdout")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
[87/91] Compiling LocheckCommand FileOrDirectoryArg.swift
[88/91] Compiling LocheckCommand main.swift
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:22:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 | struct Locheck: ParsableCommand {
 22 |     static let configuration = CommandConfiguration(
    |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 23 |         abstract: """
 24 |         Validate your Xcode localization files. The different commands have
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
  6 | //
  7 |
  8 | import ArgumentParser
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
  9 | import Files
 10 | import Foundation
    :
 20 |
 21 | struct Locheck: ParsableCommand {
 22 |     static let configuration = CommandConfiguration(
    |                |- 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
 23 |         abstract: """
 24 |         Validate your Xcode localization files. The different commands have
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:86:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 84 |
 85 |     @Option(help: ignoreHelpText)
 86 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 87 |
 88 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:89:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 87 |
 88 |     @Flag(help: ignoreMissingHelpText)
 89 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 90 |
 91 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:92:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 90 |
 91 |     @Flag(help: ignoreWarningsHelpText)
 92 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 93 |
 94 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:95:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 93 |
 94 |     @Flag(help: treatWarningsAsErrorsHelpText)
 95 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
 96 |
 97 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:78:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 76 |
 77 | struct XCStrings: HasIgnoreWithShorthand, ParsableCommand {
 78 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
 79 |         commandName: "xcstrings",
 80 |         abstract: "Directly compare .strings files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:132:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
130 |
131 |     @Option(help: ignoreHelpText)
132 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
133 |
134 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:135:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
133 |
134 |     @Flag(help: ignoreMissingHelpText)
135 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
136 |
137 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:138:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
136 |
137 |     @Flag(help: ignoreWarningsHelpText)
138 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
139 |
140 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:141:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
139 |
140 |     @Flag(help: treatWarningsAsErrorsHelpText)
141 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
142 |
143 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:124:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
122 |
123 | struct StringCatalog: HasIgnoreWithShorthand, ParsableCommand {
124 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
125 |         commandName: "stringcatalog",
126 |         abstract: "Validate String Catalog (.xcstrings) files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:171:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
169 |
170 |     @Option(help: ignoreHelpText)
171 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
172 |
173 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:174:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
172 |
173 |     @Flag(help: ignoreMissingHelpText)
174 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
175 |
176 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:177:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
175 |
176 |     @Flag(help: ignoreWarningsHelpText)
177 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
178 |
179 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:180:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
178 |
179 |     @Flag(help: treatWarningsAsErrorsHelpText)
180 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
181 |
182 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:163:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | struct AndroidStrings: HasIgnoreWithShorthand, ParsableCommand {
163 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
164 |         commandName: "androidstrings",
165 |         abstract: "Directly compare strings.xml files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:223:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
221 |
222 |     @Option(help: ignoreHelpText)
223 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
224 |
225 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:226:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
224 |
225 |     @Flag(help: ignoreMissingHelpText)
226 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
227 |
228 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:229:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
227 |
228 |     @Flag(help: ignoreWarningsHelpText)
229 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
230 |
231 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:232:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
230 |
231 |     @Flag(help: treatWarningsAsErrorsHelpText)
232 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
233 |
234 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:216:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
214 |
215 | struct Stringsdict: HasIgnoreWithShorthand, ParsableCommand {
216 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
217 |         abstract: "Directly compare .stringsdict files")
218 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:274:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
272 |
273 |     @Option(help: ignoreHelpText)
274 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
275 |
276 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:277:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
275 |
276 |     @Flag(help: ignoreMissingHelpText)
277 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
278 |
279 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:280:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
278 |
279 |     @Flag(help: ignoreWarningsHelpText)
280 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
281 |
282 |     @Flag(help: treatWarningsAsErrorsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:283:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
281 |
282 |     @Flag(help: treatWarningsAsErrorsHelpText)
283 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
284 |
285 |     func validate() throws {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:267:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
265 |
266 | struct Lproj: HasIgnoreWithShorthand, ParsableCommand {
267 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
268 |         abstract: "Compare the contents of multiple .lproj files")
269 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:332:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
330 |
331 |     @Option(help: ignoreHelpText)
332 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
333 |
334 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:335:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
333 |
334 |     @Flag(help: ignoreMissingHelpText)
335 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
336 |
337 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:338:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
336 |
337 |     @Flag(help: ignoreWarningsHelpText)
338 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
339 |
340 |     @Option(help: "Ignore one or more languages using the language code (like 'en')")
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:344:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
342 |
343 |     @Flag(help: treatWarningsAsErrorsHelpText)
344 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
345 |
346 |     private func isIgnored(language: String) -> Bool {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:320:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
318 |
319 | struct DiscoverLproj: HasIgnoreWithShorthand, ParsableCommand {
320 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
321 |         commandName: "discoverlproj",
322 |         abstract: "Automatically find .lproj files within a directory and compare them")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:418:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
416 |
417 |     @Option(help: ignoreHelpText)
418 |     fileprivate var ignore = [String]()
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
419 |
420 |     @Flag(help: ignoreMissingHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:421:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
419 |
420 |     @Flag(help: ignoreMissingHelpText)
421 |     fileprivate var ignoreMissing = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
422 |
423 |     @Flag(help: ignoreWarningsHelpText)
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:424:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
422 |
423 |     @Flag(help: ignoreWarningsHelpText)
424 |     fileprivate var ignoreWarnings = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
425 |
426 |     @Option(help: "Ignore one or more languages using the language code (like 'en')")
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:430:21: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
428 |
429 |     @Flag(help: treatWarningsAsErrorsHelpText)
430 |     fileprivate var treatWarningsAsErrors = false
    |                     `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
431 |
432 |     private func isIgnored(language: String) -> Bool {
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:410:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
408 |
409 | struct DiscoverValues: HasIgnoreWithShorthand, ParsableCommand {
410 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
411 |         commandName: "discovervalues",
412 |         abstract: "Automatically find values/ directories files within a directory and compare their strings.xml files")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/host/spi-builder-workspace/Sources/LocheckCommand/main.swift:506:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
504 |
505 | struct Version: ParsableCommand {
506 |     static let configuration = CommandConfiguration(
    |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- 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
507 |         commandName: "version",
508 |         abstract: "Print the installed version of locheck to stdout")
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
[89/92] Wrapping AST for LocheckCommand for debugging
[90/92] Write Objects.LinkFileList
[91/92] Linking locheck
Build complete! (34.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "4.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Files.git"
    },
    {
      "identity" : "swiftyxmlparser",
      "requirement" : {
        "branch" : [
          "5.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yahoojapan/SwiftyXMLParser"
    }
  ],
  "manifest_display_name" : "locheck",
  "name" : "locheck",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "locheck",
      "targets" : [
        "LocheckCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LocheckLogicTests",
      "module_type" : "SwiftTarget",
      "name" : "LocheckLogicTests",
      "path" : "Tests/LocheckLogicTests",
      "sources" : [
        "Asserts.swift",
        "FormatStringTests.swift",
        "LexedStringsdictStringsTests.swift",
        "LocalizedStringPairTests.swift",
        "StringCatalogTests.swift",
        "StringCatalogValidatorTests.swift",
        "StringsdictEntryTests.swift",
        "ValidateStringsTests.swift",
        "parseAndValidateAndroidStringsTests.swift",
        "parseAndValidateStringsdictTests.swift"
      ],
      "target_dependencies" : [
        "LocheckLogic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocheckLogic",
      "module_type" : "SwiftTarget",
      "name" : "LocheckLogic",
      "path" : "Sources/LocheckLogic",
      "product_dependencies" : [
        "Files",
        "SwiftyXMLParser"
      ],
      "product_memberships" : [
        "locheck"
      ],
      "sources" : [
        "Expressions.swift",
        "Extensions/File+locheck.swift",
        "Extensions/NSRegularExpression+locheck.swift",
        "Extensions/NSTextCheckingResult+locheck.swift",
        "Extensions/Sequence+locheck.swift",
        "Extensions/String+locheck.swift",
        "ProblemReporter.swift",
        "Problems.swift",
        "Types/AndroidStringsFile.swift",
        "Types/FormatArgument.swift",
        "Types/FormatString.swift",
        "Types/LexedStringsdictString.swift",
        "Types/LocalizedStringPair.swift",
        "Types/LprojFiles.swift",
        "Types/StringCatalog.swift",
        "Types/StringsdictEntry.swift",
        "Types/StringsdictFile.swift",
        "Types/StringsdictRule.swift",
        "Validators/parseAndValidateAndroidStrings.swift",
        "Validators/parseAndValidateStringCatalog.swift",
        "Validators/parseAndValidateStringsdict.swift",
        "Validators/parseAndValidateXCStrings.swift",
        "Validators/validateKeyPresence.swift",
        "Validators/validateLproj.swift",
        "parseXML.swift",
        "readPlistDict.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LocheckCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "LocheckCommandTests",
      "path" : "Tests/LocheckCommandTests",
      "sources" : [
        "ExecutableTests.swift",
        "StringCatalogCommandTests.swift"
      ],
      "target_dependencies" : [
        "LocheckCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LocheckCommand",
      "module_type" : "SwiftTarget",
      "name" : "LocheckCommand",
      "path" : "Sources/LocheckCommand",
      "product_dependencies" : [
        "ArgumentParser",
        "Files"
      ],
      "product_memberships" : [
        "locheck"
      ],
      "sources" : [
        "FileOrDirectoryArg.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "LocheckLogic"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.