The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Rswift, reference 7.8.0 (a9abc6), with Swift 6.1 for Linux on 29 Apr 2025 20:10:07 UTC.

Swift 6 data race errors: 42

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-cain13/R.swift.git
Reference: 7.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mac-cain13/R.swift
 * tag               7.8.0      -> FETCH_HEAD
HEAD is now at a9abc6b Update github workflow
Cloned https://github.com/mac-cain13/R.swift.git
Revision (git rev-parse @):
a9abc6b0afe0fc4a5a71e1d7d2872143dff2d2f1
SUCCESS checkout https://github.com/mac-cain13/R.swift.git at 7.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mac-cain13/R.swift.git
https://github.com/mac-cain13/R.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xcodeedit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.11.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomlokhorst/XcodeEdit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Rswift",
  "name" : "Rswift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "rswift",
      "targets" : [
        "rswift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RswiftLibrary",
      "targets" : [
        "RswiftResources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RswiftGenerateInternalResources",
      "targets" : [
        "RswiftGenerateInternalResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGeneratePublicResources",
      "targets" : [
        "RswiftGeneratePublicResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGenerateResourcesCommand",
      "targets" : [
        "RswiftGenerateResourcesCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftModifyXcodePackages",
      "targets" : [
        "RswiftModifyXcodePackages"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "rswift",
      "module_type" : "SwiftTarget",
      "name" : "rswift",
      "path" : "Sources/rswift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "App.swift",
        "Config.swift",
        "RswiftCore.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers",
        "RswiftGenerators"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RswiftResources",
      "module_type" : "SwiftTarget",
      "name" : "RswiftResources",
      "path" : "Sources/RswiftResources",
      "product_memberships" : [
        "rswift",
        "RswiftLibrary",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AssetCatalog.swift",
        "ColorResource.swift",
        "DataResource.swift",
        "FileResource.swift",
        "FontResource.swift",
        "ImageResource.swift",
        "Integrations/Bundle+Extensions.swift",
        "Integrations/ColorResource+Integrations.swift",
        "Integrations/DataResource+Integrations.swift",
        "Integrations/FileResource+Integrations.swift",
        "Integrations/FontResource+Integrations.swift",
        "Integrations/ImageResource+Integrations.swift",
        "Integrations/NibReference+Integrations.swift",
        "Integrations/ReuseIdentifier+Integrations.swift",
        "Integrations/SegueIdentifier+Integrations.swift",
        "Integrations/StoryboardReference+Integrations.swift",
        "Integrations/StringResource+Integrations.swift",
        "NibResource.swift",
        "PropertyListResource.swift",
        "Shared/DeploymentTarget.swift",
        "Shared/LocaleReference.swift",
        "Shared/ModuleReference.swift",
        "Shared/NameCatalog.swift",
        "Shared/Reusable.swift",
        "Shared/StoryboardReference.swift",
        "Shared/StringParam+Extensions.swift",
        "Shared/StringParam.swift",
        "Shared/StringsTable.swift",
        "Shared/TypeReference.swift",
        "Shared/Unifiable.swift",
        "Shared/ValidationError.swift",
        "StoryboardResource.swift",
        "StringResource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsersTests",
      "path" : "Tests/RswiftParsersTests",
      "sources" : [
        "GlobTests.swift",
        "NibParserDelegateTests.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftParsers",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsers",
      "path" : "Sources/RswiftParsers",
      "product_dependencies" : [
        "XcodeEdit"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "ProjectResources.swift",
        "Resources/AssetCatalog+Parser.swift",
        "Resources/FileResource+Parser.swift",
        "Resources/FontResource+Parser.swift",
        "Resources/ImageResource+Parser.swift",
        "Resources/Nib+Parser.swift",
        "Resources/PropertyList+Parser.swift",
        "Resources/Storyboard+Parser.swift",
        "Resources/StringsTable+Parser.swift",
        "Shared/Bundle+Extensions.swift",
        "Shared/DeploymentTarget+Parser.swift",
        "Shared/FormatPart+Extensions.swift",
        "Shared/GeneratedId.swift",
        "Shared/Glob.swift",
        "Shared/IgnoreFile.swift",
        "Shared/ResourceParsingError.swift",
        "Shared/SourceTreeURLs.swift",
        "Shared/SupportedExtensions.swift",
        "Shared/TypeReference+Extensions.swift",
        "Shared/URL+Extensions.swift",
        "Shared/Xcodeproj.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftModifyXcodePackages",
      "module_type" : "PluginTarget",
      "name" : "RswiftModifyXcodePackages",
      "path" : "Plugins/RswiftModifyXcodePackages",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift modify Xcode packages",
          "type" : "custom",
          "verb" : "rswift-modify-xcode-packages"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Modifies Xcode project to fix package reference for plugins",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "RswiftModifyXcodePackages.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratorsTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGeneratorsTests",
      "path" : "Tests/RswiftGeneratorsTests",
      "sources" : [
        "MainTests.swift"
      ],
      "target_dependencies" : [
        "RswiftGenerators"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftGenerators",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGenerators",
      "path" : "Sources/RswiftGenerators",
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AccessibilityIdentifier+Generator.swift",
        "AssetCatalog+Generator.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "FileResource+Generator.swift",
        "FontResource+Generator.swift",
        "Nib+Generator.swift",
        "PropertyListResource+Generator.swift",
        "ReuseIdentifier+Generator.swift",
        "Segue+Generator.swift",
        "Shared/AssetCatalogMergedNamespaces.swift",
        "Shared/LocaleReference+Generator.swift",
        "Shared/SwiftIdentifier.swift",
        "Shared/TypeReference+Generator.swift",
        "Storyboard+Generator.swift",
        "StringsTable+Generator.swift",
        "SwiftSyntax/Struct.swift",
        "SwiftSyntax/StructMembersBuilder.swift",
        "XcodeProject+Generator.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftGenerateResourcesCommand",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateResourcesCommand",
      "path" : "Plugins/RswiftGenerateResourcesCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift generate resources",
          "type" : "custom",
          "verb" : "rswift-generate-resources"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Rswift generates a file with statically typed, autocompleted resources",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftGenerateResourcesCommand"
      ],
      "sources" : [
        "RswiftGenerateResourcesCommand.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratePublicResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGeneratePublicResources",
      "path" : "Plugins/RswiftGeneratePublicResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGeneratePublicResources"
      ],
      "sources" : [
        "RswiftGeneratePublicResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGenerateInternalResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateInternalResources",
      "path" : "Plugins/RswiftGenerateInternalResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGenerateInternalResources"
      ],
      "sources" : [
        "RswiftGenerateInternalResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tomlokhorst/XcodeEdit
Fetching https://github.com/apple/swift-argument-parser
[1/1253] Fetching xcodeedit
Fetched https://github.com/tomlokhorst/XcodeEdit from cache (0.41s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.22s)
Computing version for https://github.com/tomlokhorst/XcodeEdit
Computed https://github.com/tomlokhorst/XcodeEdit at 2.13.0 (2.16s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.91s)
Creating working copy for https://github.com/tomlokhorst/XcodeEdit
Working copy of https://github.com/tomlokhorst/XcodeEdit resolved at 2.13.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin RswiftModifyXcodePackages
[2/2] Compiling plugin RswiftGenerateResourcesCommand
[3/3] Compiling plugin RswiftGeneratePublicResources
[4/4] Compiling plugin RswiftGenerateInternalResources
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/38] Write sources
[19/38] Write swift-version-24593BA9C3E375BF.txt
[21/118] Emitting module XcodeEdit
[22/119] Emitting module RswiftResources
[24/127] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/127] Emitting module ArgumentParserToolInfo
[27/128] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/129] Wrapping AST for ArgumentParserToolInfo for debugging
[32/205] Emitting module ArgumentParser
[33/210] Compiling ArgumentParser CollectionExtensions.swift
[34/210] Compiling ArgumentParser Platform.swift
[35/210] Compiling ArgumentParser SequenceExtensions.swift
[36/210] Compiling ArgumentParser StringExtensions.swift
[37/210] Compiling ArgumentParser Tree.swift
[38/210] Compiling ArgumentParser MessageInfo.swift
[39/210] Compiling ArgumentParser UsageGenerator.swift
[40/210] Compiling ArgumentParser ArgumentDefinition.swift
[41/210] Compiling ArgumentParser ArgumentSet.swift
[42/210] Compiling ArgumentParser EnumerableFlag.swift
[43/210] Compiling ArgumentParser DumpHelpGenerator.swift
[44/210] Compiling ArgumentParser HelpCommand.swift
[45/210] Compiling ArgumentParser HelpGenerator.swift
[46/210] Compiling XcodeEdit XCProjectFile+Rswift.swift
[48/210] Compiling XcodeEdit Serialization.swift
[49/211] Compiling ArgumentParser CommandParser.swift
[50/211] Compiling ArgumentParser InputKey.swift
[51/211] Compiling ArgumentParser InputOrigin.swift
[52/211] Compiling ArgumentParser Name.swift
[53/211] Compiling XcodeEdit Serialization.swift
[54/211] Compiling XcodeEdit PBXObject+Fields.swift
[55/211] Compiling XcodeEdit PBXObject.swift
[56/211] Compiling XcodeEdit AllObjects.swift
[57/211] Compiling ArgumentParser ArgumentVisibility.swift
[58/211] Compiling ArgumentParser CompletionKind.swift
[59/211] Compiling ArgumentParser Errors.swift
[60/211] Compiling ArgumentParser Flag.swift
[61/211] Compiling ArgumentParser NameSpecification.swift
[62/211] Compiling XcodeEdit Extensions.swift
[63/211] Compiling XcodeEdit PBXIdentifier.swift
[68/211] Compiling ArgumentParser ArgumentDecoder.swift
[69/211] Compiling ArgumentParser OptionGroup.swift
[70/211] Compiling ArgumentParser AsyncParsableCommand.swift
[71/211] Compiling ArgumentParser CommandConfiguration.swift
[72/211] Compiling XcodeEdit PBXIdentifier.swift
[73/211] Compiling XcodeEdit PBXObject+Fields.swift
[74/211] Compiling XcodeEdit Extensions.swift
[75/211] Compiling XcodeEdit PBXObject.swift
[76/211] Compiling ArgumentParser Option.swift
[77/211] Compiling ArgumentParser BashCompletionsGenerator.swift
[78/211] Compiling ArgumentParser CompletionsGenerator.swift
[79/211] Compiling ArgumentParser FishCompletionsGenerator.swift
[80/211] Compiling ArgumentParser ParsableArguments.swift
[81/211] Compiling ArgumentParser ParsableArgumentsValidation.swift
[82/211] Compiling ArgumentParser ParsableCommand.swift
[84/211] Compiling ArgumentParser ZshCompletionsGenerator.swift
[85/211] Compiling ArgumentParser Argument.swift
[86/211] Compiling ArgumentParser ArgumentHelp.swift
[87/211] Compiling ArgumentParser ExpressibleByArgument.swift
[91/211] Compiling ArgumentParser CommandGroup.swift
[93/212] Compiling XcodeEdit AllObjects.swift
[94/212] Emitting module XcodeEdit
[98/212] Compiling XcodeEdit XCProjectFile.swift
[120/214] Emitting module ArgumentParser
[130/219] Compiling XcodeEdit XCProjectFile.swift
[158/220] Wrapping AST for RswiftResources for debugging
[160/236] Wrapping AST for XcodeEdit for debugging
[169/296] Compiling ArgumentParser Parsed.swift
[170/296] Compiling ArgumentParser ParsedValues.swift
[171/296] Compiling ArgumentParser ParserError.swift
[172/296] Compiling ArgumentParser SplitArguments.swift
[178/296] Compiling RswiftParsers SupportedExtensions.swift
[179/296] Compiling RswiftParsers TypeReference+Extensions.swift
[180/296] Compiling RswiftParsers ResourceParsingError.swift
[181/296] Compiling RswiftParsers SourceTreeURLs.swift
[192/298] Emitting module RswiftGenerators
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:35:16: warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |     }
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
   |                |- warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bundle' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bundle' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:36:16: warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
   |                |- warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'locale' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'locale' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:37:16: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
   |                |- warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:38:16: warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
   |                |- warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bool' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:39:16: warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
   |                |- warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'string' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'string' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:40:16: warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
   |                |- warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'sequence' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'sequence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:41:16: warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
   |                |- warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'someIteratorProtocol' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'someIteratorProtocol' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:42:16: warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
   |                |- warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiView' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiView' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:43:16: warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
   |                |- warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
45 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:44:16: warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
   |                |- warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'nsViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'nsViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:47:16: warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |
46 |
47 |     static var fontResource: TypeReference = .init(module: .rswiftResources, rawName: "FontResource")
   |                |- warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'fontResource' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'fontResource' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
/host/spi-builder-workspace/Sources/RswiftGenerators/SwiftSyntax/Struct.swift:382:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
380 |     public var additionalModuleReferences: Set<ModuleReference> = []
381 |
382 |     public static var empty: Struct = Struct(name: SwiftIdentifier(name: "empty"), membersBuilder: {})
    |                       |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 |
384 |     public init(
[195/300] Compiling RswiftGenerators StructMembersBuilder.swift
[196/300] Compiling RswiftGenerators XcodeProject+Generator.swift
[197/302] Emitting module RswiftGenerators
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:35:16: warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |     }
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
   |                |- warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bundle' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bundle' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:36:16: warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
   |                |- warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'locale' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'locale' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:37:16: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
   |                |- warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:38:16: warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
   |                |- warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bool' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:39:16: warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
   |                |- warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'string' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'string' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:40:16: warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
   |                |- warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'sequence' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'sequence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:41:16: warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
   |                |- warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'someIteratorProtocol' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'someIteratorProtocol' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:42:16: warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
   |                |- warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiView' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiView' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:43:16: warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
   |                |- warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
45 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:44:16: warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
   |                |- warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'nsViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'nsViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:47:16: warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |
46 |
47 |     static var fontResource: TypeReference = .init(module: .rswiftResources, rawName: "FontResource")
   |                |- warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'fontResource' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'fontResource' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
/host/spi-builder-workspace/Sources/RswiftGenerators/SwiftSyntax/Struct.swift:382:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
380 |     public var additionalModuleReferences: Set<ModuleReference> = []
381 |
382 |     public static var empty: Struct = Struct(name: SwiftIdentifier(name: "empty"), membersBuilder: {})
    |                       |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 |
384 |     public init(
[198/304] Compiling RswiftParsers FormatPart+Extensions.swift
[199/304] Compiling RswiftParsers GeneratedId.swift
[200/304] Compiling RswiftParsers Glob.swift
[201/304] Compiling RswiftParsers IgnoreFile.swift
[204/304] Compiling RswiftGenerators StructMembersBuilder.swift
[205/304] Compiling RswiftGenerators XcodeProject+Generator.swift
[206/304] Compiling RswiftParsers URL+Extensions.swift
[207/304] Compiling RswiftParsers Xcodeproj.swift
[215/305] Compiling ArgumentParser CollectionExtensions.swift
[216/305] Compiling ArgumentParser Platform.swift
[217/305] Compiling ArgumentParser SequenceExtensions.swift
[218/305] Compiling ArgumentParser StringExtensions.swift
[219/305] Compiling ArgumentParser Tree.swift
[219/305] Wrapping AST for ArgumentParser for debugging
[221/306] Compiling RswiftParsers PropertyList+Parser.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
[222/306] Compiling RswiftParsers Storyboard+Parser.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
[223/306] Compiling RswiftParsers StringsTable+Parser.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
[227/306] Compiling RswiftParsers Bundle+Extensions.swift
[228/306] Compiling RswiftParsers DeploymentTarget+Parser.swift
[229/306] Compiling RswiftParsers ProjectResources.swift
[230/306] Compiling RswiftParsers AssetCatalog+Parser.swift
[231/306] Compiling RswiftParsers FileResource+Parser.swift
[232/306] Compiling RswiftParsers FontResource+Parser.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
12 |     static public func parse(url: URL, buildConfigurationName: String) throws -> PropertyListResource {
13 |         guard
14 |             let nsDictionary = NSDictionary(contentsOf: url),
   |                                `- warning: 'init(contentsOf:)' is deprecated
15 |             let dictionary = nsDictionary as? [String: Any]
16 |         else {
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
 23 |
 24 |         // Check to make sure url can be parsed as a dictionary
 25 |         guard let nsDictionary = NSDictionary(contentsOf: url) else {
    |                                  `- warning: 'init(contentsOf:)' is deprecated
 26 |             throw ResourceParsingError("File could not be parsed as a strings file: \(url.absoluteString)")
 27 |         }
[233/306] Compiling RswiftParsers ImageResource+Parser.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
12 |     static public func parse(url: URL, buildConfigurationName: String) throws -> PropertyListResource {
13 |         guard
14 |             let nsDictionary = NSDictionary(contentsOf: url),
   |                                `- warning: 'init(contentsOf:)' is deprecated
15 |             let dictionary = nsDictionary as? [String: Any]
16 |         else {
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
 23 |
 24 |         // Check to make sure url can be parsed as a dictionary
 25 |         guard let nsDictionary = NSDictionary(contentsOf: url) else {
    |                                  `- warning: 'init(contentsOf:)' is deprecated
 26 |             throw ResourceParsingError("File could not be parsed as a strings file: \(url.absoluteString)")
 27 |         }
[234/306] Compiling RswiftParsers Nib+Parser.swift
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
12 |     static public func parse(url: URL, buildConfigurationName: String) throws -> PropertyListResource {
13 |         guard
14 |             let nsDictionary = NSDictionary(contentsOf: url),
   |                                `- warning: 'init(contentsOf:)' is deprecated
15 |             let dictionary = nsDictionary as? [String: Any]
16 |         else {
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
 23 |
 24 |         // Check to make sure url can be parsed as a dictionary
 25 |         guard let nsDictionary = NSDictionary(contentsOf: url) else {
    |                                  `- warning: 'init(contentsOf:)' is deprecated
 26 |             throw ResourceParsingError("File could not be parsed as a strings file: \(url.absoluteString)")
 27 |         }
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
12 |     static public func parse(url: URL, buildConfigurationName: String) throws -> PropertyListResource {
13 |         guard
14 |             let nsDictionary = NSDictionary(contentsOf: url),
   |                                `- warning: 'init(contentsOf:)' is deprecated
15 |             let dictionary = nsDictionary as? [String: Any]
16 |         else {
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
 23 |
 24 |         // Check to make sure url can be parsed as a dictionary
 25 |         guard let nsDictionary = NSDictionary(contentsOf: url) else {
    |                                  `- warning: 'init(contentsOf:)' is deprecated
 26 |             throw ResourceParsingError("File could not be parsed as a strings file: \(url.absoluteString)")
 27 |         }
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
12 |     static public func parse(url: URL, buildConfigurationName: String) throws -> PropertyListResource {
13 |         guard
14 |             let nsDictionary = NSDictionary(contentsOf: url),
   |                                `- warning: 'init(contentsOf:)' is deprecated
15 |             let dictionary = nsDictionary as? [String: Any]
16 |         else {
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
 23 |
 24 |         // Check to make sure url can be parsed as a dictionary
 25 |         guard let nsDictionary = NSDictionary(contentsOf: url) else {
    |                                  `- warning: 'init(contentsOf:)' is deprecated
 26 |             throw ResourceParsingError("File could not be parsed as a strings file: \(url.absoluteString)")
 27 |         }
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/PropertyList+Parser.swift:14:32: warning: 'init(contentsOf:)' is deprecated
12 |     static public func parse(url: URL, buildConfigurationName: String) throws -> PropertyListResource {
13 |         guard
14 |             let nsDictionary = NSDictionary(contentsOf: url),
   |                                `- warning: 'init(contentsOf:)' is deprecated
15 |             let dictionary = nsDictionary as? [String: Any]
16 |         else {
/host/spi-builder-workspace/Sources/RswiftParsers/Resources/StringsTable+Parser.swift:25:34: warning: 'init(contentsOf:)' is deprecated
 23 |
 24 |         // Check to make sure url can be parsed as a dictionary
 25 |         guard let nsDictionary = NSDictionary(contentsOf: url) else {
    |                                  `- warning: 'init(contentsOf:)' is deprecated
 26 |             throw ResourceParsingError("File could not be parsed as a strings file: \(url.absoluteString)")
 27 |         }
[274/306] Wrapping AST for ArgumentParser for debugging
[279/306] Emitting module RswiftParsers
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Bundle+Extensions.swift:11:23: warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | extension Bundle {
11 |     public static var temp: Bundle = .main
   |                       |- warning: static property 'temp' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'temp' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'temp' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | }
13 |
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:17:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 | #endif
 16 |
 17 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: false,
 19 |     includesFilesFromRootOfGlobstar: false,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:23:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:29:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 27 |     includesFilesInResultsIfTrailingSlash: false
 28 | )
 29 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |     supportsGlobstar: true,
 31 |     includesFilesFromRootOfGlobstar: true,
    :
 43 |      * implementation is customizable.
 44 |      */
 45 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 46 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 47 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/RswiftParsers/Shared/Glob.swift:62:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 |     }
 61 |
 62 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |
 64 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
[285/308] Wrapping AST for RswiftParsers for debugging
/host/spi-builder-workspace/Sources/RswiftGenerators/SwiftSyntax/Struct.swift:382:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
380 |     public var additionalModuleReferences: Set<ModuleReference> = []
381 |
382 |     public static var empty: Struct = Struct(name: SwiftIdentifier(name: "empty"), membersBuilder: {})
    |                       |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 |
384 |     public init(
/host/spi-builder-workspace/Sources/RswiftGenerators/SwiftSyntax/Struct.swift:382:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
380 |     public var additionalModuleReferences: Set<ModuleReference> = []
381 |
382 |     public static var empty: Struct = Struct(name: SwiftIdentifier(name: "empty"), membersBuilder: {})
    |                       |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 |
384 |     public init(
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:35:16: warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |     }
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
   |                |- warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bundle' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bundle' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:36:16: warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
   |                |- warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'locale' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'locale' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:37:16: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
   |                |- warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:38:16: warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
   |                |- warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bool' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:39:16: warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
   |                |- warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'string' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'string' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:40:16: warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
   |                |- warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'sequence' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'sequence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:41:16: warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
   |                |- warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'someIteratorProtocol' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'someIteratorProtocol' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:42:16: warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
   |                |- warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiView' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiView' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:43:16: warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
   |                |- warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
45 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:44:16: warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
   |                |- warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'nsViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'nsViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:47:16: warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |
46 |
47 |     static var fontResource: TypeReference = .init(module: .rswiftResources, rawName: "FontResource")
   |                |- warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'fontResource' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'fontResource' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:35:16: warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |     }
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
   |                |- warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bundle' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bundle' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:36:16: warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
   |                |- warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'locale' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'locale' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:37:16: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
   |                |- warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:38:16: warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
   |                |- warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bool' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:39:16: warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
   |                |- warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'string' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'string' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:40:16: warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
   |                |- warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'sequence' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'sequence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:41:16: warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
   |                |- warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'someIteratorProtocol' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'someIteratorProtocol' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:42:16: warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
   |                |- warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiView' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiView' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:43:16: warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
   |                |- warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
45 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:44:16: warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
   |                |- warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'nsViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'nsViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:47:16: warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |
46 |
47 |     static var fontResource: TypeReference = .init(module: .rswiftResources, rawName: "FontResource")
   |                |- warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'fontResource' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'fontResource' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
/host/spi-builder-workspace/Sources/RswiftGenerators/SwiftSyntax/Struct.swift:382:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
380 |     public var additionalModuleReferences: Set<ModuleReference> = []
381 |
382 |     public static var empty: Struct = Struct(name: SwiftIdentifier(name: "empty"), membersBuilder: {})
    |                       |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 |
384 |     public init(
/host/spi-builder-workspace/Sources/RswiftGenerators/SwiftSyntax/Struct.swift:382:23: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
380 |     public var additionalModuleReferences: Set<ModuleReference> = []
381 |
382 |     public static var empty: Struct = Struct(name: SwiftIdentifier(name: "empty"), membersBuilder: {})
    |                       |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
383 |
384 |     public init(
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:35:16: warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |     }
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
   |                |- warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bundle' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bundle' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:36:16: warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
   |                |- warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'locale' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'locale' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:37:16: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
   |                |- warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:38:16: warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
   |                |- warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bool' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:39:16: warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
   |                |- warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'string' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'string' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:40:16: warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
   |                |- warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'sequence' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'sequence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:41:16: warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
   |                |- warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'someIteratorProtocol' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'someIteratorProtocol' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:42:16: warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
   |                |- warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiView' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiView' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:43:16: warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
   |                |- warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
45 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:44:16: warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
   |                |- warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'nsViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'nsViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:47:16: warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |
46 |
47 |     static var fontResource: TypeReference = .init(module: .rswiftResources, rawName: "FontResource")
   |                |- warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'fontResource' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'fontResource' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:35:16: warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 |     }
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
   |                |- warning: static property 'bundle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bundle' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bundle' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:36:16: warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
   |                |- warning: static property 'locale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'locale' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'locale' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:37:16: warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
35 |     static var bundle: TypeReference = .init(module: .foundation, rawName: "Bundle")
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
   |                |- warning: static property 'void' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'void' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'void' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:38:16: warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
36 |     static var locale: TypeReference = .init(module: .foundation, rawName: "Locale")
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
   |                |- warning: static property 'bool' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'bool' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:39:16: warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |     static var void: TypeReference = .init(module: .stdLib, rawName: "Void")
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
   |                |- warning: static property 'string' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'string' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'string' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:40:16: warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |     static var bool: TypeReference = .init(module: .stdLib, rawName: "Bool")
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
   |                |- warning: static property 'sequence' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'sequence' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'sequence' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:41:16: warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
39 |     static var string: TypeReference = .init(module: .stdLib, rawName: "String")
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
   |                |- warning: static property 'someIteratorProtocol' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'someIteratorProtocol' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'someIteratorProtocol' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:42:16: warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 |     static var sequence: TypeReference = .init(module: .stdLib, rawName: "Sequence")
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
   |                |- warning: static property 'uiView' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiView' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiView' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:43:16: warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |     static var someIteratorProtocol: TypeReference = .init(module: .stdLib, rawName: "some IteratorProtocol")
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
   |                |- warning: static property 'uiViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'uiViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'uiViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
45 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:44:16: warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
42 |     static var uiView: TypeReference = .init(module: .uiKit, rawName: "UIView")
43 |     static var uiViewController: TypeReference = .init(module: .uiKit, rawName: "UIViewController")
44 |     static var nsViewController: TypeReference = .init(module: .appKit, rawName: "NSViewController")
   |                |- warning: static property 'nsViewController' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'nsViewController' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'nsViewController' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |
46 |
/host/spi-builder-workspace/Sources/RswiftGenerators/Shared/TypeReference+Generator.swift:47:16: warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |
46 |
47 |     static var fontResource: TypeReference = .init(module: .rswiftResources, rawName: "FontResource")
   |                |- warning: static property 'fontResource' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'fontResource' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'fontResource' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 | }
49 |
[302/310] Wrapping AST for RswiftGenerators for debugging
[305/318] Compiling rswift Config.swift
[306/318] Emitting module rswift
/host/spi-builder-workspace/Sources/rswift/App.swift:16: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
 14 | @main
 15 | struct App: ParsableCommand {
 16 |     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
 17 |         commandName: "rswift",
 18 |         abstract: "Generate static references for autocompleted resources like images, fonts and localized strings in Swift projects",
/host/spi-builder-workspace/Sources/rswift/App.swift:61:13: warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 59 | }
 60 |
 61 | private var generatorsString = ResourceType.allCases.map(\.rawValue).joined(separator: ", ")
    |             |- warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'generatorsString' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'generatorsString' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 | private func parseGenerators(_ str: String) -> [ResourceType] {
 63 |     str.components(separatedBy: ",").map { ResourceType(rawValue: $0)! }
/host/spi-builder-workspace/Sources/rswift/App.swift:68:20: 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
 66 | extension App {
 67 |     struct Generate: ParsableCommand {
 68 |         static var configuration = CommandConfiguration(abstract: "Generates R.generated.swift file")
    |                    |- 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
 69 |
 70 |         @OptionGroup
/host/spi-builder-workspace/Sources/rswift/App.swift:164:20: 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
162 | extension App {
163 |     struct ModifyXcodePackages: ParsableCommand {
164 |         static var configuration = CommandConfiguration(abstract: "Modifies Xcode project to fix package reference for plugins")
    |                    |- 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
165 |
166 |         @Option(help: "Path to xcodeproj file")
/host/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
 13 | import RswiftGenerators
 14 |
 15 | extension ResourceType: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 16 |
 17 | public enum AccessLevel: String, ExpressibleByArgument {
[307/318] Compiling rswift Config.swift
[308/318] Compiling rswift RswiftCore.swift
/host/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
 13 | import RswiftGenerators
 14 |
 15 | extension ResourceType: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 16 |
 17 | public enum AccessLevel: String, ExpressibleByArgument {
[309/318] Emitting module rswift
/host/spi-builder-workspace/Sources/rswift/App.swift:16: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
 14 | @main
 15 | struct App: ParsableCommand {
 16 |     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
 17 |         commandName: "rswift",
 18 |         abstract: "Generate static references for autocompleted resources like images, fonts and localized strings in Swift projects",
/host/spi-builder-workspace/Sources/rswift/App.swift:61:13: warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 59 | }
 60 |
 61 | private var generatorsString = ResourceType.allCases.map(\.rawValue).joined(separator: ", ")
    |             |- warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'generatorsString' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'generatorsString' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 | private func parseGenerators(_ str: String) -> [ResourceType] {
 63 |     str.components(separatedBy: ",").map { ResourceType(rawValue: $0)! }
/host/spi-builder-workspace/Sources/rswift/App.swift:68:20: 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
 66 | extension App {
 67 |     struct Generate: ParsableCommand {
 68 |         static var configuration = CommandConfiguration(abstract: "Generates R.generated.swift file")
    |                    |- 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
 69 |
 70 |         @OptionGroup
/host/spi-builder-workspace/Sources/rswift/App.swift:164:20: 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
162 | extension App {
163 |     struct ModifyXcodePackages: ParsableCommand {
164 |         static var configuration = CommandConfiguration(abstract: "Modifies Xcode project to fix package reference for plugins")
    |                    |- 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
165 |
166 |         @Option(help: "Path to xcodeproj file")
/host/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
 13 | import RswiftGenerators
 14 |
 15 | extension ResourceType: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 16 |
 17 | public enum AccessLevel: String, ExpressibleByArgument {
[310/318] Compiling rswift App.swift
/host/spi-builder-workspace/Sources/rswift/App.swift:16: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
 14 | @main
 15 | struct App: ParsableCommand {
 16 |     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
 17 |         commandName: "rswift",
 18 |         abstract: "Generate static references for autocompleted resources like images, fonts and localized strings in Swift projects",
/host/spi-builder-workspace/Sources/rswift/App.swift:61:13: warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 59 | }
 60 |
 61 | private var generatorsString = ResourceType.allCases.map(\.rawValue).joined(separator: ", ")
    |             |- warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'generatorsString' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'generatorsString' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 | private func parseGenerators(_ str: String) -> [ResourceType] {
 63 |     str.components(separatedBy: ",").map { ResourceType(rawValue: $0)! }
/host/spi-builder-workspace/Sources/rswift/App.swift:68:20: 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
 66 | extension App {
 67 |     struct Generate: ParsableCommand {
 68 |         static var configuration = CommandConfiguration(abstract: "Generates R.generated.swift file")
    |                    |- 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
 69 |
 70 |         @OptionGroup
/host/spi-builder-workspace/Sources/rswift/App.swift:164:20: 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
162 | extension App {
163 |     struct ModifyXcodePackages: ParsableCommand {
164 |         static var configuration = CommandConfiguration(abstract: "Modifies Xcode project to fix package reference for plugins")
    |                    |- 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
165 |
166 |         @Option(help: "Path to xcodeproj file")
[311/319] Compiling rswift RswiftCore.swift
/host/spi-builder-workspace/Sources/rswift/RswiftCore.swift:15:1: warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
 13 | import RswiftGenerators
 14 |
 15 | extension ResourceType: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'ResourceType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'RswiftParsers' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 16 |
 17 | public enum AccessLevel: String, ExpressibleByArgument {
[313/319] Compiling rswift App.swift
/host/spi-builder-workspace/Sources/rswift/App.swift:16: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
 14 | @main
 15 | struct App: ParsableCommand {
 16 |     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
 17 |         commandName: "rswift",
 18 |         abstract: "Generate static references for autocompleted resources like images, fonts and localized strings in Swift projects",
/host/spi-builder-workspace/Sources/rswift/App.swift:61:13: warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 59 | }
 60 |
 61 | private var generatorsString = ResourceType.allCases.map(\.rawValue).joined(separator: ", ")
    |             |- warning: var 'generatorsString' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'generatorsString' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'generatorsString' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 | private func parseGenerators(_ str: String) -> [ResourceType] {
 63 |     str.components(separatedBy: ",").map { ResourceType(rawValue: $0)! }
/host/spi-builder-workspace/Sources/rswift/App.swift:68:20: 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
 66 | extension App {
 67 |     struct Generate: ParsableCommand {
 68 |         static var configuration = CommandConfiguration(abstract: "Generates R.generated.swift file")
    |                    |- 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
 69 |
 70 |         @OptionGroup
/host/spi-builder-workspace/Sources/rswift/App.swift:164:20: 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
162 | extension App {
163 |     struct ModifyXcodePackages: ParsableCommand {
164 |         static var configuration = CommandConfiguration(abstract: "Modifies Xcode project to fix package reference for plugins")
    |                    |- 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
165 |
166 |         @Option(help: "Path to xcodeproj file")
[314/320] Wrapping AST for rswift for debugging
[315/320] Write Objects.LinkFileList
[316/320] Wrapping AST for rswift for debugging
[317/320] Write Objects.LinkFileList
[318/320] Linking rswift-tool
[319/320] Linking rswift
Build complete! (74.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xcodeedit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.11.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomlokhorst/XcodeEdit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Rswift",
  "name" : "Rswift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "rswift",
      "targets" : [
        "rswift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RswiftLibrary",
      "targets" : [
        "RswiftResources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RswiftGenerateInternalResources",
      "targets" : [
        "RswiftGenerateInternalResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGeneratePublicResources",
      "targets" : [
        "RswiftGeneratePublicResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGenerateResourcesCommand",
      "targets" : [
        "RswiftGenerateResourcesCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftModifyXcodePackages",
      "targets" : [
        "RswiftModifyXcodePackages"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "rswift",
      "module_type" : "SwiftTarget",
      "name" : "rswift",
      "path" : "Sources/rswift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "App.swift",
        "Config.swift",
        "RswiftCore.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers",
        "RswiftGenerators"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RswiftResources",
      "module_type" : "SwiftTarget",
      "name" : "RswiftResources",
      "path" : "Sources/RswiftResources",
      "product_memberships" : [
        "rswift",
        "RswiftLibrary",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AssetCatalog.swift",
        "ColorResource.swift",
        "DataResource.swift",
        "FileResource.swift",
        "FontResource.swift",
        "ImageResource.swift",
        "Integrations/Bundle+Extensions.swift",
        "Integrations/ColorResource+Integrations.swift",
        "Integrations/DataResource+Integrations.swift",
        "Integrations/FileResource+Integrations.swift",
        "Integrations/FontResource+Integrations.swift",
        "Integrations/ImageResource+Integrations.swift",
        "Integrations/NibReference+Integrations.swift",
        "Integrations/ReuseIdentifier+Integrations.swift",
        "Integrations/SegueIdentifier+Integrations.swift",
        "Integrations/StoryboardReference+Integrations.swift",
        "Integrations/StringResource+Integrations.swift",
        "NibResource.swift",
        "PropertyListResource.swift",
        "Shared/DeploymentTarget.swift",
        "Shared/LocaleReference.swift",
        "Shared/ModuleReference.swift",
        "Shared/NameCatalog.swift",
        "Shared/Reusable.swift",
        "Shared/StoryboardReference.swift",
        "Shared/StringParam+Extensions.swift",
        "Shared/StringParam.swift",
        "Shared/StringsTable.swift",
        "Shared/TypeReference.swift",
        "Shared/Unifiable.swift",
        "Shared/ValidationError.swift",
        "StoryboardResource.swift",
        "StringResource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsersTests",
      "path" : "Tests/RswiftParsersTests",
      "sources" : [
        "GlobTests.swift",
        "NibParserDelegateTests.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftParsers",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsers",
      "path" : "Sources/RswiftParsers",
      "product_dependencies" : [
        "XcodeEdit"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "ProjectResources.swift",
        "Resources/AssetCatalog+Parser.swift",
        "Resources/FileResource+Parser.swift",
        "Resources/FontResource+Parser.swift",
        "Resources/ImageResource+Parser.swift",
        "Resources/Nib+Parser.swift",
        "Resources/PropertyList+Parser.swift",
        "Resources/Storyboard+Parser.swift",
        "Resources/StringsTable+Parser.swift",
        "Shared/Bundle+Extensions.swift",
        "Shared/DeploymentTarget+Parser.swift",
        "Shared/FormatPart+Extensions.swift",
        "Shared/GeneratedId.swift",
        "Shared/Glob.swift",
        "Shared/IgnoreFile.swift",
        "Shared/ResourceParsingError.swift",
        "Shared/SourceTreeURLs.swift",
        "Shared/SupportedExtensions.swift",
        "Shared/TypeReference+Extensions.swift",
        "Shared/URL+Extensions.swift",
        "Shared/Xcodeproj.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftModifyXcodePackages",
      "module_type" : "PluginTarget",
      "name" : "RswiftModifyXcodePackages",
      "path" : "Plugins/RswiftModifyXcodePackages",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift modify Xcode packages",
          "type" : "custom",
          "verb" : "rswift-modify-xcode-packages"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Modifies Xcode project to fix package reference for plugins",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "RswiftModifyXcodePackages.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratorsTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGeneratorsTests",
      "path" : "Tests/RswiftGeneratorsTests",
      "sources" : [
        "MainTests.swift"
      ],
      "target_dependencies" : [
        "RswiftGenerators"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftGenerators",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGenerators",
      "path" : "Sources/RswiftGenerators",
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AccessibilityIdentifier+Generator.swift",
        "AssetCatalog+Generator.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "FileResource+Generator.swift",
        "FontResource+Generator.swift",
        "Nib+Generator.swift",
        "PropertyListResource+Generator.swift",
        "ReuseIdentifier+Generator.swift",
        "Segue+Generator.swift",
        "Shared/AssetCatalogMergedNamespaces.swift",
        "Shared/LocaleReference+Generator.swift",
        "Shared/SwiftIdentifier.swift",
        "Shared/TypeReference+Generator.swift",
        "Storyboard+Generator.swift",
        "StringsTable+Generator.swift",
        "SwiftSyntax/Struct.swift",
        "SwiftSyntax/StructMembersBuilder.swift",
        "XcodeProject+Generator.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftGenerateResourcesCommand",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateResourcesCommand",
      "path" : "Plugins/RswiftGenerateResourcesCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift generate resources",
          "type" : "custom",
          "verb" : "rswift-generate-resources"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Rswift generates a file with statically typed, autocompleted resources",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftGenerateResourcesCommand"
      ],
      "sources" : [
        "RswiftGenerateResourcesCommand.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratePublicResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGeneratePublicResources",
      "path" : "Plugins/RswiftGeneratePublicResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGeneratePublicResources"
      ],
      "sources" : [
        "RswiftGeneratePublicResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGenerateInternalResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateInternalResources",
      "path" : "Plugins/RswiftGenerateInternalResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGenerateInternalResources"
      ],
      "sources" : [
        "RswiftGenerateInternalResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.