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 llbuild2, reference 0.23.0 (6f2de5), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 17:27:45 UTC.

Swift 6 data race errors: 184

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

4105 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4106 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsResponse"
4107 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4108 |     1: .same(proto: "responses"),
4109 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4139:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4137 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4138 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.protoMessageName + ".Response"
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4140 |     1: .same(proto: "digest"),
4141 |     2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4177:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4175 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4176 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsRequest"
4177 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4178 |     1: .standard(proto: "instance_name"),
4179 |     2: .same(proto: "digests"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4215:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4213 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4214 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsResponse"
4215 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4216 |     1: .same(proto: "responses"),
4217 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4247:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4245 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4246 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.protoMessageName + ".Response"
4247 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4248 |     1: .same(proto: "digest"),
4249 |     2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4291:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4289 | extension Build_Bazel_Remote_Execution_V2_GetTreeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4290 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeRequest"
4291 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4292 |     1: .standard(proto: "instance_name"),
4293 |     2: .standard(proto: "root_digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4341:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4339 | extension Build_Bazel_Remote_Execution_V2_GetTreeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4340 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeResponse"
4341 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4342 |     1: .same(proto: "directories"),
4343 |     2: .standard(proto: "next_page_token"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4379:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4377 | extension Build_Bazel_Remote_Execution_V2_GetCapabilitiesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4378 |   public static let protoMessageName: String = _protobuf_package + ".GetCapabilitiesRequest"
4379 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4380 |     1: .standard(proto: "instance_name"),
4381 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4411:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4409 | extension Build_Bazel_Remote_Execution_V2_ServerCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4410 |   public static let protoMessageName: String = _protobuf_package + ".ServerCapabilities"
4411 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4412 |     1: .standard(proto: "cache_capabilities"),
4413 |     2: .standard(proto: "execution_capabilities"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4426:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ServerCapabilities._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4417 |   ]
4418 |
4419 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4420 |     var _cacheCapabilities: Build_Bazel_Remote_Execution_V2_CacheCapabilities? = nil
4421 |     var _executionCapabilities: Build_Bazel_Remote_Execution_V2_ExecutionCapabilities? = nil
     :
4424 |     var _highApiVersion: Build_Bazel_Semver_SemVer? = nil
4425 |
4426 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ServerCapabilities._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4427 |
4428 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4507:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4505 | extension Build_Bazel_Remote_Execution_V2_DigestFunction: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4506 |   public static let protoMessageName: String = _protobuf_package + ".DigestFunction"
4507 |   public static let _protobuf_nameMap = SwiftProtobuf._NameMap()
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4508 |
4509 |   public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4525:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4523 |
4524 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: SwiftProtobuf._ProtoNameProviding {
4525 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4526 |     0: .same(proto: "UNKNOWN"),
4527 |     1: .same(proto: "SHA256"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4539:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4537 | extension Build_Bazel_Remote_Execution_V2_ActionCacheUpdateCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4538 |   public static let protoMessageName: String = _protobuf_package + ".ActionCacheUpdateCapabilities"
4539 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4540 |     1: .standard(proto: "update_enabled"),
4541 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4571:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4569 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4570 |   public static let protoMessageName: String = _protobuf_package + ".PriorityCapabilities"
4571 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4572 |     1: .same(proto: "priorities"),
4573 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4603:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4601 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities.PriorityRange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4602 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_PriorityCapabilities.protoMessageName + ".PriorityRange"
4603 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4604 |     1: .standard(proto: "min_priority"),
4605 |     2: .standard(proto: "max_priority"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4641:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4639 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4640 |   public static let protoMessageName: String = _protobuf_package + ".SymlinkAbsolutePathStrategy"
4641 |   public static let _protobuf_nameMap = SwiftProtobuf._NameMap()
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4642 |
4643 |   public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4659:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4657 |
4658 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: SwiftProtobuf._ProtoNameProviding {
4659 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4660 |     0: .same(proto: "UNKNOWN"),
4661 |     1: .same(proto: "DISALLOWED"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4668:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4666 | extension Build_Bazel_Remote_Execution_V2_Compressor: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4667 |   public static let protoMessageName: String = _protobuf_package + ".Compressor"
4668 |   public static let _protobuf_nameMap = SwiftProtobuf._NameMap()
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4669 |
4670 |   public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4686:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4684 |
4685 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: SwiftProtobuf._ProtoNameProviding {
4686 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4687 |     0: .same(proto: "IDENTITY"),
4688 |     1: .same(proto: "ZSTD"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4695:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4693 | extension Build_Bazel_Remote_Execution_V2_CacheCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4694 |   public static let protoMessageName: String = _protobuf_package + ".CacheCapabilities"
4695 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4696 |     1: .standard(proto: "digest_functions"),
4697 |     2: .standard(proto: "action_cache_update_capabilities"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4757:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4755 | extension Build_Bazel_Remote_Execution_V2_ExecutionCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4756 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionCapabilities"
4757 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4758 |     1: .standard(proto: "digest_function"),
4759 |     2: .standard(proto: "exec_enabled"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4807:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4805 | extension Build_Bazel_Remote_Execution_V2_ToolDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4806 |   public static let protoMessageName: String = _protobuf_package + ".ToolDetails"
4807 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4808 |     1: .standard(proto: "tool_name"),
4809 |     2: .standard(proto: "tool_version"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4845:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4843 | extension Build_Bazel_Remote_Execution_V2_RequestMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4844 |   public static let protoMessageName: String = _protobuf_package + ".RequestMetadata"
4845 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4846 |     1: .standard(proto: "tool_details"),
4847 |     2: .standard(proto: "action_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
[1579/1582] Compiling BazelRemoteAPI remote_execution.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.grpc.swift:186:14: warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_ExecutionClient' is mutable; this is an error in the Swift 6 language mode
 184 | public final class Build_Bazel_Remote_Execution_V2_ExecutionClient: Build_Bazel_Remote_Execution_V2_ExecutionClientProtocol {
 185 |   public let channel: GRPCChannel
 186 |   public var defaultCallOptions: CallOptions
     |              `- warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_ExecutionClient' is mutable; this is an error in the Swift 6 language mode
 187 |   public var interceptors: Build_Bazel_Remote_Execution_V2_ExecutionClientInterceptorFactoryProtocol?
 188 |
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.grpc.swift:321:14: warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_ActionCacheClient' is mutable; this is an error in the Swift 6 language mode
 319 | public final class Build_Bazel_Remote_Execution_V2_ActionCacheClient: Build_Bazel_Remote_Execution_V2_ActionCacheClientProtocol {
 320 |   public let channel: GRPCChannel
 321 |   public var defaultCallOptions: CallOptions
     |              `- warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_ActionCacheClient' is mutable; this is an error in the Swift 6 language mode
 322 |   public var interceptors: Build_Bazel_Remote_Execution_V2_ActionCacheClientInterceptorFactoryProtocol?
 323 |
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.grpc.swift:671:14: warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_ContentAddressableStorageClient' is mutable; this is an error in the Swift 6 language mode
 669 | public final class Build_Bazel_Remote_Execution_V2_ContentAddressableStorageClient: Build_Bazel_Remote_Execution_V2_ContentAddressableStorageClientProtocol {
 670 |   public let channel: GRPCChannel
 671 |   public var defaultCallOptions: CallOptions
     |              `- warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_ContentAddressableStorageClient' is mutable; this is an error in the Swift 6 language mode
 672 |   public var interceptors: Build_Bazel_Remote_Execution_V2_ContentAddressableStorageClientInterceptorFactoryProtocol?
 673 |
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.grpc.swift:748:14: warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_CapabilitiesClient' is mutable; this is an error in the Swift 6 language mode
 746 | public final class Build_Bazel_Remote_Execution_V2_CapabilitiesClient: Build_Bazel_Remote_Execution_V2_CapabilitiesClientProtocol {
 747 |   public let channel: GRPCChannel
 748 |   public var defaultCallOptions: CallOptions
     |              `- warning: stored property 'defaultCallOptions' of 'Sendable'-conforming class 'Build_Bazel_Remote_Execution_V2_CapabilitiesClient' is mutable; this is an error in the Swift 6 language mode
 749 |   public var interceptors: Build_Bazel_Remote_Execution_V2_CapabilitiesClientInterceptorFactoryProtocol?
 750 |
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:1510:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1508 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage.Value: CaseIterable {
1509 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1510 |   public static var allCases: [Build_Bazel_Remote_Execution_V2_ExecutionStage.Value] = [
     |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1511 |     .unknown,
1512 |     .cacheCheck,
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2121:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2119 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: CaseIterable {
2120 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2121 |   public static var allCases: [Build_Bazel_Remote_Execution_V2_DigestFunction.Value] = [
     |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2122 |     .unknown,
2123 |     .sha256,
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2239:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2237 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: CaseIterable {
2238 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2239 |   public static var allCases: [Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value] = [
     |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2240 |     .unknown,
2241 |     .disallowed,
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2306:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2304 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: CaseIterable {
2305 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2306 |   public static var allCases: [Build_Bazel_Remote_Execution_V2_Compressor.Value] = [
     |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
     |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2307 |     .identity,
2308 |     .zstd,
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2486:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2484 | extension Build_Bazel_Remote_Execution_V2_Action: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2485 |   public static let protoMessageName: String = _protobuf_package + ".Action"
2486 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2487 |     1: .standard(proto: "command_digest"),
2488 |     2: .standard(proto: "input_root_digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:25:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
  23 |
  24 | import Foundation
  25 | import SwiftProtobuf
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
  26 |
  27 | // If the compiler emits an error on this type, it is because this file
     :
2484 | extension Build_Bazel_Remote_Execution_V2_Action: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2485 |   public static let protoMessageName: String = _protobuf_package + ".Action"
2486 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2487 |     1: .standard(proto: "command_digest"),
2488 |     2: .standard(proto: "input_root_digest"),
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2548:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2546 | extension Build_Bazel_Remote_Execution_V2_Command: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2547 |   public static let protoMessageName: String = _protobuf_package + ".Command"
2548 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2549 |     1: .same(proto: "arguments"),
2550 |     2: .standard(proto: "environment_variables"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2622:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2620 | extension Build_Bazel_Remote_Execution_V2_Command.EnvironmentVariable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2621 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_Command.protoMessageName + ".EnvironmentVariable"
2622 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2623 |     1: .same(proto: "name"),
2624 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2660:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2658 | extension Build_Bazel_Remote_Execution_V2_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2659 |   public static let protoMessageName: String = _protobuf_package + ".Platform"
2660 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2661 |     1: .same(proto: "properties"),
2662 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2692:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2690 | extension Build_Bazel_Remote_Execution_V2_Platform.Property: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2691 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_Platform.protoMessageName + ".Property"
2692 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2693 |     1: .same(proto: "name"),
2694 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2730:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2728 | extension Build_Bazel_Remote_Execution_V2_Directory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2729 |   public static let protoMessageName: String = _protobuf_package + ".Directory"
2730 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2731 |     1: .same(proto: "files"),
2732 |     2: .same(proto: "directories"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2780:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2778 | extension Build_Bazel_Remote_Execution_V2_NodeProperty: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2779 |   public static let protoMessageName: String = _protobuf_package + ".NodeProperty"
2780 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2781 |     1: .same(proto: "name"),
2782 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2818:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2816 | extension Build_Bazel_Remote_Execution_V2_NodeProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2817 |   public static let protoMessageName: String = _protobuf_package + ".NodeProperties"
2818 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2819 |     1: .same(proto: "properties"),
2820 |     2: .same(proto: "mtime"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2862:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2860 | extension Build_Bazel_Remote_Execution_V2_FileNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2861 |   public static let protoMessageName: String = _protobuf_package + ".FileNode"
2862 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2863 |     1: .same(proto: "name"),
2864 |     2: .same(proto: "digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2912:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2910 | extension Build_Bazel_Remote_Execution_V2_DirectoryNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2911 |   public static let protoMessageName: String = _protobuf_package + ".DirectoryNode"
2912 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2913 |     1: .same(proto: "name"),
2914 |     2: .same(proto: "digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2950:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2948 | extension Build_Bazel_Remote_Execution_V2_SymlinkNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2949 |   public static let protoMessageName: String = _protobuf_package + ".SymlinkNode"
2950 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2951 |     1: .same(proto: "name"),
2952 |     2: .same(proto: "target"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2994:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
2992 | extension Build_Bazel_Remote_Execution_V2_Digest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2993 |   public static let protoMessageName: String = _protobuf_package + ".Digest"
2994 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2995 |     1: .same(proto: "hash"),
2996 |     2: .standard(proto: "size_bytes"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3032:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3030 | extension Build_Bazel_Remote_Execution_V2_ExecutedActionMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3031 |   public static let protoMessageName: String = _protobuf_package + ".ExecutedActionMetadata"
3032 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3033 |     1: .same(proto: "worker"),
3034 |     2: .standard(proto: "queued_timestamp"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3061:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ExecutedActionMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3045 |   ]
3046 |
3047 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3048 |     var _worker: String = String()
3049 |     var _queuedTimestamp: SwiftProtobuf.Google_Protobuf_Timestamp? = nil
     :
3059 |     var _auxiliaryMetadata: [SwiftProtobuf.Google_Protobuf_Any] = []
3060 |
3061 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ExecutedActionMetadata._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3062 |
3063 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3184:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3182 | extension Build_Bazel_Remote_Execution_V2_ActionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3183 |   public static let protoMessageName: String = _protobuf_package + ".ActionResult"
3184 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3185 |     2: .standard(proto: "output_files"),
3186 |     10: .standard(proto: "output_file_symlinks"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3276:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3274 | extension Build_Bazel_Remote_Execution_V2_OutputFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3275 |   public static let protoMessageName: String = _protobuf_package + ".OutputFile"
3276 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3277 |     1: .same(proto: "path"),
3278 |     2: .same(proto: "digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3332:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3330 | extension Build_Bazel_Remote_Execution_V2_Tree: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3331 |   public static let protoMessageName: String = _protobuf_package + ".Tree"
3332 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3333 |     1: .same(proto: "root"),
3334 |     2: .same(proto: "children"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3370:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3368 | extension Build_Bazel_Remote_Execution_V2_OutputDirectory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3369 |   public static let protoMessageName: String = _protobuf_package + ".OutputDirectory"
3370 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3371 |     1: .same(proto: "path"),
3372 |     3: .standard(proto: "tree_digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3408:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3406 | extension Build_Bazel_Remote_Execution_V2_OutputSymlink: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3407 |   public static let protoMessageName: String = _protobuf_package + ".OutputSymlink"
3408 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3409 |     1: .same(proto: "path"),
3410 |     2: .same(proto: "target"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3452:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3450 | extension Build_Bazel_Remote_Execution_V2_ExecutionPolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3451 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionPolicy"
3452 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3453 |     1: .same(proto: "priority"),
3454 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3484:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3482 | extension Build_Bazel_Remote_Execution_V2_ResultsCachePolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3483 |   public static let protoMessageName: String = _protobuf_package + ".ResultsCachePolicy"
3484 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3485 |     1: .same(proto: "priority"),
3486 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3516:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3514 | extension Build_Bazel_Remote_Execution_V2_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3515 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
3516 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3517 |     1: .standard(proto: "instance_name"),
3518 |     3: .standard(proto: "skip_cache_lookup"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3572:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3570 | extension Build_Bazel_Remote_Execution_V2_LogFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3571 |   public static let protoMessageName: String = _protobuf_package + ".LogFile"
3572 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3573 |     1: .same(proto: "digest"),
3574 |     2: .standard(proto: "human_readable"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3610:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3608 | extension Build_Bazel_Remote_Execution_V2_ExecuteResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3609 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteResponse"
3610 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3611 |     1: .same(proto: "result"),
3612 |     2: .standard(proto: "cached_result"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3625:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ExecuteResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3616 |   ]
3617 |
3618 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3619 |     var _result: Build_Bazel_Remote_Execution_V2_ActionResult? = nil
3620 |     var _cachedResult: Bool = false
     :
3623 |     var _message: String = String()
3624 |
3625 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ExecuteResponse._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3626 |
3627 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3706:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3704 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3705 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionStage"
3706 |   public static let _protobuf_nameMap = SwiftProtobuf._NameMap()
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3707 |
3708 |   public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3724:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3722 |
3723 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage.Value: SwiftProtobuf._ProtoNameProviding {
3724 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3725 |     0: .same(proto: "UNKNOWN"),
3726 |     1: .same(proto: "CACHE_CHECK"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3735:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3733 | extension Build_Bazel_Remote_Execution_V2_ExecuteOperationMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3734 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteOperationMetadata"
3735 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3736 |     1: .same(proto: "stage"),
3737 |     2: .standard(proto: "action_digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3785:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3783 | extension Build_Bazel_Remote_Execution_V2_WaitExecutionRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3784 |   public static let protoMessageName: String = _protobuf_package + ".WaitExecutionRequest"
3785 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3786 |     1: .same(proto: "name"),
3787 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3817:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3815 | extension Build_Bazel_Remote_Execution_V2_GetActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3816 |   public static let protoMessageName: String = _protobuf_package + ".GetActionResultRequest"
3817 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3818 |     1: .standard(proto: "instance_name"),
3819 |     2: .standard(proto: "action_digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3873:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3871 | extension Build_Bazel_Remote_Execution_V2_UpdateActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3872 |   public static let protoMessageName: String = _protobuf_package + ".UpdateActionResultRequest"
3873 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3874 |     1: .standard(proto: "instance_name"),
3875 |     2: .standard(proto: "action_digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3886:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_UpdateActionResultRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
3878 |   ]
3879 |
3880 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3881 |     var _instanceName: String = String()
3882 |     var _actionDigest: Build_Bazel_Remote_Execution_V2_Digest? = nil
     :
3884 |     var _resultsCachePolicy: Build_Bazel_Remote_Execution_V2_ResultsCachePolicy? = nil
3885 |
3886 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_UpdateActionResultRequest._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3887 |
3888 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3961:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3959 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3960 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsRequest"
3961 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3962 |     1: .standard(proto: "instance_name"),
3963 |     2: .standard(proto: "blob_digests"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3999:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
3997 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3998 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsResponse"
3999 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4000 |     2: .standard(proto: "missing_blob_digests"),
4001 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4031:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4029 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4030 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsRequest"
4031 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4032 |     1: .standard(proto: "instance_name"),
4033 |     2: .same(proto: "requests"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4069:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4067 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.Request: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4068 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.protoMessageName + ".Request"
4069 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4070 |     1: .same(proto: "digest"),
4071 |     2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4107:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4105 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4106 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsResponse"
4107 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4108 |     1: .same(proto: "responses"),
4109 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4139:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4137 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4138 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.protoMessageName + ".Response"
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4140 |     1: .same(proto: "digest"),
4141 |     2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4177:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4175 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4176 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsRequest"
4177 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4178 |     1: .standard(proto: "instance_name"),
4179 |     2: .same(proto: "digests"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4215:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4213 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4214 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsResponse"
4215 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4216 |     1: .same(proto: "responses"),
4217 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4247:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4245 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4246 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.protoMessageName + ".Response"
4247 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4248 |     1: .same(proto: "digest"),
4249 |     2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4291:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4289 | extension Build_Bazel_Remote_Execution_V2_GetTreeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4290 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeRequest"
4291 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4292 |     1: .standard(proto: "instance_name"),
4293 |     2: .standard(proto: "root_digest"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4341:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4339 | extension Build_Bazel_Remote_Execution_V2_GetTreeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4340 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeResponse"
4341 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4342 |     1: .same(proto: "directories"),
4343 |     2: .standard(proto: "next_page_token"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4379:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4377 | extension Build_Bazel_Remote_Execution_V2_GetCapabilitiesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4378 |   public static let protoMessageName: String = _protobuf_package + ".GetCapabilitiesRequest"
4379 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4380 |     1: .standard(proto: "instance_name"),
4381 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4411:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4409 | extension Build_Bazel_Remote_Execution_V2_ServerCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4410 |   public static let protoMessageName: String = _protobuf_package + ".ServerCapabilities"
4411 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4412 |     1: .standard(proto: "cache_capabilities"),
4413 |     2: .standard(proto: "execution_capabilities"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4426:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ServerCapabilities._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
4417 |   ]
4418 |
4419 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4420 |     var _cacheCapabilities: Build_Bazel_Remote_Execution_V2_CacheCapabilities? = nil
4421 |     var _executionCapabilities: Build_Bazel_Remote_Execution_V2_ExecutionCapabilities? = nil
     :
4424 |     var _highApiVersion: Build_Bazel_Semver_SemVer? = nil
4425 |
4426 |     static let defaultInstance = _StorageClass()
     |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Build_Bazel_Remote_Execution_V2_ServerCapabilities._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4427 |
4428 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4507:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4505 | extension Build_Bazel_Remote_Execution_V2_DigestFunction: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4506 |   public static let protoMessageName: String = _protobuf_package + ".DigestFunction"
4507 |   public static let _protobuf_nameMap = SwiftProtobuf._NameMap()
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4508 |
4509 |   public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4525:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4523 |
4524 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: SwiftProtobuf._ProtoNameProviding {
4525 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4526 |     0: .same(proto: "UNKNOWN"),
4527 |     1: .same(proto: "SHA256"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4539:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4537 | extension Build_Bazel_Remote_Execution_V2_ActionCacheUpdateCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4538 |   public static let protoMessageName: String = _protobuf_package + ".ActionCacheUpdateCapabilities"
4539 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4540 |     1: .standard(proto: "update_enabled"),
4541 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4571:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4569 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4570 |   public static let protoMessageName: String = _protobuf_package + ".PriorityCapabilities"
4571 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4572 |     1: .same(proto: "priorities"),
4573 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4603:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4601 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities.PriorityRange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4602 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_PriorityCapabilities.protoMessageName + ".PriorityRange"
4603 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4604 |     1: .standard(proto: "min_priority"),
4605 |     2: .standard(proto: "max_priority"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4641:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4639 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4640 |   public static let protoMessageName: String = _protobuf_package + ".SymlinkAbsolutePathStrategy"
4641 |   public static let _protobuf_nameMap = SwiftProtobuf._NameMap()
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4642 |
4643 |   public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4659:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4657 |
4658 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: SwiftProtobuf._ProtoNameProviding {
4659 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4660 |     0: .same(proto: "UNKNOWN"),
4661 |     1: .same(proto: "DISALLOWED"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4668:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4666 | extension Build_Bazel_Remote_Execution_V2_Compressor: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4667 |   public static let protoMessageName: String = _protobuf_package + ".Compressor"
4668 |   public static let _protobuf_nameMap = SwiftProtobuf._NameMap()
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4669 |
4670 |   public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4686:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4684 |
4685 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: SwiftProtobuf._ProtoNameProviding {
4686 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4687 |     0: .same(proto: "IDENTITY"),
4688 |     1: .same(proto: "ZSTD"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4695:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4693 | extension Build_Bazel_Remote_Execution_V2_CacheCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4694 |   public static let protoMessageName: String = _protobuf_package + ".CacheCapabilities"
4695 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4696 |     1: .standard(proto: "digest_functions"),
4697 |     2: .standard(proto: "action_cache_update_capabilities"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4757:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4755 | extension Build_Bazel_Remote_Execution_V2_ExecutionCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4756 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionCapabilities"
4757 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4758 |     1: .standard(proto: "digest_function"),
4759 |     2: .standard(proto: "exec_enabled"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4807:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4805 | extension Build_Bazel_Remote_Execution_V2_ToolDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4806 |   public static let protoMessageName: String = _protobuf_package + ".ToolDetails"
4807 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4808 |     1: .standard(proto: "tool_name"),
4809 |     2: .standard(proto: "tool_version"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4845:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
4843 | extension Build_Bazel_Remote_Execution_V2_RequestMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4844 |   public static let protoMessageName: String = _protobuf_package + ".RequestMetadata"
4845 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
     |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
     |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4846 |     1: .standard(proto: "tool_details"),
4847 |     2: .standard(proto: "action_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
[1580/1585] Compiling LLBBazelBackend Digest.swift
[1581/1585] Emitting module LLBBazelBackend
[1582/1585] Compiling LLBBazelBackend BazelCASDatabase.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:163:47: warning: reference to captured var 'buffer' in concurrently-executing code
161 |                 }
162 |
163 |                 return try LLBCASObject(from: buffer)
    |                                               `- warning: reference to captured var 'buffer' in concurrently-executing code
164 |             }
165 |         } catch {
/Users/admin/builder/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:209:28: warning: capture of 'digest' with non-sendable type 'Digest' (aka 'Build_Bazel_Remote_Execution_V2_Digest') in a '@Sendable' closure
207 |                 }
208 |
209 |                 return try digest.asDataID()
    |                            `- warning: capture of 'digest' with non-sendable type 'Digest' (aka 'Build_Bazel_Remote_Execution_V2_Digest') in a '@Sendable' closure
210 |             }
211 |         } catch {
/Users/admin/builder/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:700:15: note: struct 'Build_Bazel_Remote_Execution_V2_Digest' does not conform to the 'Sendable' protocol
 698 | /// serializing, but care should be taken to avoid shortcuts. For instance,
 699 | /// concatenating two messages to merge them may produce duplicate fields.
 700 | public struct Build_Bazel_Remote_Execution_V2_Digest {
     |               `- note: struct 'Build_Bazel_Remote_Execution_V2_Digest' does not conform to the 'Sendable' protocol
 701 |   // SwiftProtobuf.Message conformance is added in an extension below. See the
 702 |   // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
/Users/admin/builder/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BazelRemoteAPI'
 11 | import llbuild2
 12 |
 13 | import BazelRemoteAPI
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'BazelRemoteAPI'
 14 | import GRPC
 15 | import NIOCore
[1583/1588] Compiling LLBCASTool Options.swift
[1584/1588] Emitting module LLBCASTool
[1585/1588] Compiling LLBCASTool CASTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:62:20: warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 21 |
 22 | /// Frontend to the remote execution tool.
 23 | public final class LLBCASTool {
    |                    `- note: class 'LLBCASTool' does not conform to the 'Sendable' protocol
 24 |
 25 |     /// The tool options.
    :
 60 |         let buffer: LLBFuture<LLBByteBuffer> = handleAndRegion.flatMap { (handle, region) in
 61 |             let allocator = ByteBufferAllocator()
 62 |             return self.fileIO.read(
    |                    `- warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 63 |                 fileRegion: region,
 64 |                 allocator: allocator,
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:67:21: warning: capture of 'handle' with non-sendable type 'NIOFileHandle' in a '@Sendable' closure
 65 |                 eventLoop: self.group.next()
 66 |             ).flatMapThrowing { buffer in
 67 |                 try handle.close()
    |                     `- warning: capture of 'handle' with non-sendable type 'NIOFileHandle' in a '@Sendable' closure
 68 |                 return buffer
 69 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/FileHandle.swift:42:20: note: class 'NIOFileHandle' does not conform to the 'Sendable' protocol
 40 | ///
 41 | /// - warning: `NIOFileHandle` objects are not thread-safe and are mutable. They also cannot be fully thread-safe as they refer to a global underlying file descriptor.
 42 | public final class NIOFileHandle: FileDescriptor {
    |                    `- note: class 'NIOFileHandle' does not conform to the 'Sendable' protocol
 43 |     public private(set) var isOpen: Bool
 44 |     private let descriptor: CInt
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
  9 | import Foundation
 10 |
 11 | import NIO
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOCore'
 12 | import GRPC
 13 | import SwiftProtobuf
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:73:13: warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 21 |
 22 | /// Frontend to the remote execution tool.
 23 | public final class LLBCASTool {
    |                    `- note: class 'LLBCASTool' does not conform to the 'Sendable' protocol
 24 |
 25 |     /// The tool options.
    :
 71 |
 72 |         return buffer.flatMap { buf in
 73 |             self.db.put(refs: [], data: buf, ctx)
    |             `- warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:73:46: warning: capture of 'ctx' with non-sendable type 'Context' (aka 'Dictionary<ObjectIdentifier, Any>') in a '@Sendable' closure
 71 |
 72 |         return buffer.flatMap { buf in
 73 |             self.db.put(refs: [], data: buf, ctx)
    |                                              `- warning: capture of 'ctx' with non-sendable type 'Context' (aka 'Dictionary<ObjectIdentifier, Any>') in a '@Sendable' closure
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:100:13: warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 21 |
 22 | /// Frontend to the remote execution tool.
 23 | public final class LLBCASTool {
    |                    `- note: class 'LLBCASTool' does not conform to the 'Sendable' protocol
 24 |
 25 |     /// The tool options.
    :
 98 |
 99 |         return handle.and(data).flatMap { (handle, data) in
100 |             self.fileIO.write(
    |             `- warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
101 |                 fileHandle: handle,
102 |                 buffer: data,
/Users/admin/builder/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:105:21: warning: capture of 'handle' with non-sendable type 'NIOFileHandle' in a '@Sendable' closure
103 |                 eventLoop: self.group.next()
104 |             ).flatMapThrowing { _ in
105 |                 try handle.close()
    |                     `- warning: capture of 'handle' with non-sendable type 'NIOFileHandle' in a '@Sendable' closure
106 |             }
107 |         }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/FileHandle.swift:42:20: note: class 'NIOFileHandle' does not conform to the 'Sendable' protocol
 40 | ///
 41 | /// - warning: `NIOFileHandle` objects are not thread-safe and are mutable. They also cannot be fully thread-safe as they refer to a global underlying file descriptor.
 42 | public final class NIOFileHandle: FileDescriptor {
    |                    `- note: class 'NIOFileHandle' does not conform to the 'Sendable' protocol
 43 |     public private(set) var isOpen: Bool
 44 |     private let descriptor: CInt
[1586/1594] Compiling llcastool misc.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:14:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | import TSCBasic
13 |
14 | extension URL: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public init?(argument: String) {
16 |         if let parsed = URL(string: argument) {
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:24:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
22 | }
23 |
24 | extension AbsolutePath: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
25 |     public init?(argument: String) {
26 |         if let path = try? AbsolutePath(validating: argument) {
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:28:29: warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
26 |         if let path = try? AbsolutePath(validating: argument) {
27 |             self = path
28 |         } else if let cwd = localFileSystem.currentWorkingDirectory,
   |                             `- warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
29 |                   let path = try? AbsolutePath(validating: argument, relativeTo: cwd) {
30 |             self = path
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/FileSystem.swift:1163:12: note: var declared here
1161 |
1162 | /// Public access to the local FS proxy.
1163 | public var localFileSystem: FileSystem = LocalFileSystem()
     |            `- note: var declared here
1164 |
1165 | extension FileSystem {
[1587/1594] Compiling llcastool main.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/main.swift:15: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
13 |
14 | struct llcastoolCommand: ParsableCommand {
15 |     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
16 |         commandName: "llcastool",
17 |         abstract: "llcastool — cas manipulation tools",
[1588/1594] Compiling llcastool CommonOptions.swift
[1589/1594] Emitting module llcastool
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/main.swift:15: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
13 |
14 | struct llcastoolCommand: ParsableCommand {
15 |     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
16 |         commandName: "llcastool",
17 |         abstract: "llcastool — cas manipulation tools",
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:19:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | struct CASPut: ParsableCommand {
19 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
20 |         commandName: "put",
21 |         abstract: "Put the given file into the CAS database"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 9 | import Foundation
10 |
11 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
12 | import TSCBasic
13 |
   :
17 |
18 | struct CASPut: ParsableCommand {
19 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |         commandName: "put",
21 |         abstract: "Put the given file into the CAS database"
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:45:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
43 |
44 | struct CASGet: ParsableCommand {
45 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |         commandName: "get",
47 |         abstract: "Get a file from the CAS database given a data id"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/Capabilities.swift:20:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | struct Capabilities: ParsableCommand {
20 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
21 |         abstract: "Get the server capabilities of the remote server"
22 |     )
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/Capabilities.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 9 | import Foundation
10 |
11 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
12 | import GRPC
13 | import TSCBasic
   :
18 |
19 | struct Capabilities: ParsableCommand {
20 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         abstract: "Get the server capabilities of the remote server"
22 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:14:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | import TSCBasic
13 |
14 | extension URL: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public init?(argument: String) {
16 |         if let parsed = URL(string: argument) {
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:24:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
22 | }
23 |
24 | extension AbsolutePath: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
25 |     public init?(argument: String) {
26 |         if let path = try? AbsolutePath(validating: argument) {
[1590/1594] Compiling llcastool Capabilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/Capabilities.swift:20:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | struct Capabilities: ParsableCommand {
20 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
21 |         abstract: "Get the server capabilities of the remote server"
22 |     )
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/Capabilities.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 9 | import Foundation
10 |
11 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
12 | import GRPC
13 | import TSCBasic
   :
18 |
19 | struct Capabilities: ParsableCommand {
20 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         abstract: "Get the server capabilities of the remote server"
22 |     )
[1591/1594] Compiling llcastool CASCommands.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:19:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 | struct CASPut: ParsableCommand {
19 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
20 |         commandName: "put",
21 |         abstract: "Put the given file into the CAS database"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
 9 | import Foundation
10 |
11 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
12 | import TSCBasic
13 |
   :
17 |
18 | struct CASPut: ParsableCommand {
19 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |         commandName: "put",
21 |         abstract: "Put the given file into the CAS database"
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:45:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
43 |
44 | struct CASGet: ParsableCommand {
45 |     static let configuration: CommandConfiguration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |         commandName: "get",
47 |         abstract: "Get a file from the CAS database given a data id"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:31:28: warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
29 |
30 |     func run() throws {
31 |         let fileSize = try localFileSystem.getFileInfo(path).size
   |                            `- warning: reference to var 'localFileSystem' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
32 |         stderrStream <<< "importing \(path.basename), \(prettyFileSize(fileSize))\n"
33 |         stderrStream.flush()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/FileSystem.swift:1163:12: note: var declared here
1161 |
1162 | /// Public access to the local FS proxy.
1163 | public var localFileSystem: FileSystem = LocalFileSystem()
     |            `- note: var declared here
1164 |
1165 | extension FileSystem {
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:32:9: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
30 |     func run() throws {
31 |         let fileSize = try localFileSystem.getFileInfo(path).size
32 |         stderrStream <<< "importing \(path.basename), \(prettyFileSize(fileSize))\n"
   |         `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
33 |         stderrStream.flush()
34 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:788:12: note: var declared here
786 |
787 | /// Public stderr stream instance.
788 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
789 |     filePointer: TSCLibc.stderr,
790 |     closeOnDeinit: false))
/Users/admin/builder/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:33:9: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 |         let fileSize = try localFileSystem.getFileInfo(path).size
32 |         stderrStream <<< "importing \(path.basename), \(prettyFileSize(fileSize))\n"
33 |         stderrStream.flush()
   |         `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 |
35 |         let group = LLBMakeDefaultDispatchGroup()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:788:12: note: var declared here
786 |
787 | /// Public stderr stream instance.
788 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
789 |     filePointer: TSCLibc.stderr,
790 |     closeOnDeinit: false))
[1591/1594] Write Objects.LinkFileList
[1592/1594] Linking llcastool
[1593/1594] Applying llcastool
Build complete! (51.46s)
warning: 'swift-protobuf': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/CMakeLists.txt
warning: 'swift-protobuf': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobufPluginLibrary/CMakeLists.txt
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-llbuild",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-llbuild.git"
    },
    {
      "identity" : "swift-tools-support-async",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-async.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing"
    }
  ],
  "manifest_display_name" : "llbuild2",
  "name" : "llbuild2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "llbuild2",
      "targets" : [
        "llbuild2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "llbuild2fx",
      "targets" : [
        "llbuild2fx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "llbuild2Ninja",
      "targets" : [
        "LLBNinja"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "llbuild2BuildSystem",
      "targets" : [
        "LLBBuildSystem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "llbuild2Util",
      "targets" : [
        "LLBUtil",
        "LLBBuildSystemUtil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "llcastool",
      "targets" : [
        "llcastool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "llbuild2-tool",
      "targets" : [
        "llbuild2-tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "llcastool",
      "module_type" : "SwiftTarget",
      "name" : "llcastool",
      "path" : "Sources/Tools/llcastool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "llcastool"
      ],
      "sources" : [
        "CASCommands.swift",
        "Capabilities.swift",
        "CommonOptions.swift",
        "main.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "LLBCASTool"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "llbuild2fxTests",
      "module_type" : "SwiftTarget",
      "name" : "llbuild2fxTests",
      "path" : "Tests/llbuild2fxTests",
      "sources" : [
        "CommandLineArgsCoderTests.swift",
        "DeadlineTests.swift",
        "EngineTests.swift",
        "ExpressionTests.swift",
        "KeyTests.swift",
        "PredicateTests.swift",
        "RequirementTests.swift"
      ],
      "target_dependencies" : [
        "llbuild2fx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "llbuild2fx",
      "module_type" : "SwiftTarget",
      "name" : "llbuild2fx",
      "path" : "Sources/llbuild2fx",
      "product_memberships" : [
        "llbuild2fx"
      ],
      "sources" : [
        "Action.swift",
        "Coding.swift",
        "CommandLineArgsCoder.swift",
        "Deadline.swift",
        "Delegate.swift",
        "Diagnostics.swift",
        "Engine.swift",
        "Environment.swift",
        "Executor.swift",
        "FunctionCache.swift",
        "FunctionInterface.swift",
        "Key.swift",
        "KeyConfiguration.swift",
        "LocalExecutor.swift",
        "NullExecutor.swift",
        "Predicate/Expression.swift",
        "Predicate/Predicate.swift",
        "Reëxport.swift",
        "SortedSet.swift",
        "SpawnProcess.swift",
        "Stats.swift",
        "TreeMaterialization.swift",
        "Value.swift",
        "Versioning.swift",
        "WrappedDataID.swift"
      ],
      "target_dependencies" : [
        "llbuild2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "llbuild2Tests",
      "module_type" : "SwiftTarget",
      "name" : "llbuild2Tests",
      "path" : "Tests/llbuild2Tests",
      "sources" : [
        "EngineTests.swift",
        "FunctionCacheTests.swift",
        "KeyDependencyGraphTests.swift"
      ],
      "target_dependencies" : [
        "llbuild2",
        "LLBUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "llbuild2_tool",
      "module_type" : "SwiftTarget",
      "name" : "llbuild2-tool",
      "path" : "Sources/Tools/llbuild2-tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "llbuild2-tool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LLBCommands"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "llbuild2",
      "module_type" : "SwiftTarget",
      "name" : "llbuild2",
      "path" : "Sources/llbuild2",
      "product_dependencies" : [
        "SwiftToolsSupportCAS",
        "Logging",
        "Tracing",
        "Instrumentation"
      ],
      "product_memberships" : [
        "llbuild2",
        "llbuild2fx",
        "llbuild2Ninja",
        "llbuild2BuildSystem",
        "llbuild2Util",
        "llcastool",
        "llbuild2-tool"
      ],
      "sources" : [
        "Core/Engine.swift",
        "Core/KeyDependencyGraph.swift",
        "EngineProtocol/ActionExecution.swift",
        "EngineProtocol/AnySerializable.swift",
        "EngineProtocol/Executor.swift",
        "EngineProtocol/Protobuf+Extensions.swift",
        "EngineProtocol/StablyHashable.swift",
        "FunctionCache/FileBackedFunctionCache.swift",
        "FunctionCache/InMemoryFunctionCache.swift",
        "Generated/EngineProtocol/action_execution.pb.swift",
        "Generated/EngineProtocol/any_serializable.pb.swift",
        "Support/Logging.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBUtilTests",
      "module_type" : "SwiftTarget",
      "name" : "LLBUtilTests",
      "path" : "Tests/LLBUtilTests",
      "sources" : [
        "CodableTests.swift"
      ],
      "target_dependencies" : [
        "LLBUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LLBUtil",
      "module_type" : "SwiftTarget",
      "name" : "LLBUtil",
      "path" : "Sources/LLBUtil",
      "product_memberships" : [
        "llbuild2Ninja",
        "llbuild2Util",
        "llcastool",
        "llbuild2-tool"
      ],
      "sources" : [
        "CommonCodables.swift",
        "SimpleFunction.swift",
        "StaticFunctionDelegate.swift"
      ],
      "target_dependencies" : [
        "llbuild2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBNinjaTests",
      "module_type" : "SwiftTarget",
      "name" : "LLBNinjaTests",
      "path" : "Tests/LLBNinjaTests",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "sources" : [
        "NinjaBuildTests.swift"
      ],
      "target_dependencies" : [
        "LLBNinja"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LLBNinja",
      "module_type" : "SwiftTarget",
      "name" : "LLBNinja",
      "path" : "Sources/LLBNinja",
      "product_dependencies" : [
        "llbuildSwift"
      ],
      "product_memberships" : [
        "llbuild2Ninja",
        "llbuild2-tool"
      ],
      "sources" : [
        "NinjaBuild.swift"
      ],
      "target_dependencies" : [
        "llbuild2",
        "LLBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBCommands",
      "module_type" : "SwiftTarget",
      "name" : "LLBCommands",
      "path" : "Sources/LLBCommands",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "llbuild2-tool"
      ],
      "sources" : [
        "NinjaBuildTool.swift"
      ],
      "target_dependencies" : [
        "LLBNinja"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBCASTool",
      "module_type" : "SwiftTarget",
      "name" : "LLBCASTool",
      "path" : "Sources/LLBCASTool",
      "product_dependencies" : [
        "GRPC",
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "llcastool"
      ],
      "sources" : [
        "CASTool.swift",
        "Options.swift"
      ],
      "target_dependencies" : [
        "BazelRemoteAPI",
        "llbuild2",
        "LLBBazelBackend",
        "LLBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBBuildSystemUtilTests",
      "module_type" : "SwiftTarget",
      "name" : "LLBBuildSystemUtilTests",
      "path" : "Tests/LLBBuildSystemUtilTests",
      "sources" : [
        "LocalExecutorTests.swift"
      ],
      "target_dependencies" : [
        "LLBBuildSystemUtil",
        "LLBBuildSystemTestHelpers",
        "LLBUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LLBBuildSystemUtil",
      "module_type" : "SwiftTarget",
      "name" : "LLBBuildSystemUtil",
      "path" : "Sources/LLBBuildSystemUtil",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "llbuild2Util"
      ],
      "sources" : [
        "Codable.swift",
        "LocalExecutor.swift"
      ],
      "target_dependencies" : [
        "llbuild2",
        "LLBBuildSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBBuildSystemTests",
      "module_type" : "SwiftTarget",
      "name" : "LLBBuildSystemTests",
      "path" : "Tests/LLBBuildSystemTests",
      "sources" : [
        "ActionExecutionTests.swift",
        "ActionTests.swift",
        "ArtifactTests.swift",
        "BuildEngineTests.swift",
        "BuildEventDelegateTests.swift",
        "ConfigurationTests.swift",
        "ConfiguredTargetTests.swift",
        "DynamicActionTests.swift",
        "EvaluatedTargetTests.swift",
        "LabelTests.swift",
        "ProviderTests.swift",
        "RuleEvaluationTests.swift"
      ],
      "target_dependencies" : [
        "LLBBuildSystemTestHelpers",
        "LLBUtil",
        "LLBBuildSystemUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LLBBuildSystemTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "LLBBuildSystemTestHelpers",
      "path" : "Sources/LLBBuildSystemTestHelpers",
      "sources" : [
        "ByteBuffer.swift",
        "CASFSClient+TestSupport.swift",
        "TestBuildEngine.swift",
        "TestCASDatabase.swift"
      ],
      "target_dependencies" : [
        "LLBBuildSystem",
        "LLBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBBuildSystem",
      "module_type" : "SwiftTarget",
      "name" : "LLBBuildSystem",
      "path" : "Sources/LLBBuildSystem",
      "product_dependencies" : [
        "SwiftProtobuf",
        "Crypto"
      ],
      "product_memberships" : [
        "llbuild2BuildSystem",
        "llbuild2Util"
      ],
      "sources" : [
        "BuildEngine.swift",
        "BuildEventDelegate.swift",
        "BuildKey.swift",
        "ConfiguredTargetDelegate.swift",
        "DynamicActionDelegate.swift",
        "Function.swift",
        "FunctionDelegate.swift",
        "FunctionMap.swift",
        "Functions/Evaluation/ActionConfigurationFragment.swift",
        "Functions/Evaluation/Artifact.swift",
        "Functions/Evaluation/Configuration.swift",
        "Functions/Evaluation/ConfiguredTarget.swift",
        "Functions/Evaluation/EvaluatedTarget.swift",
        "Functions/Evaluation/RuleEvaluation.swift",
        "Functions/Execution/Action.swift",
        "Functions/Execution/ActionExecution.swift",
        "Functions/Execution/ActionID.swift",
        "Generated/BuildSystem/Evaluation/action_configuration_fragment.pb.swift",
        "Generated/BuildSystem/Evaluation/artifact.pb.swift",
        "Generated/BuildSystem/Evaluation/artifact_owner.pb.swift",
        "Generated/BuildSystem/Evaluation/artifact_value.pb.swift",
        "Generated/BuildSystem/Evaluation/configuration.pb.swift",
        "Generated/BuildSystem/Evaluation/configured_target.pb.swift",
        "Generated/BuildSystem/Evaluation/evaluated_target.pb.swift",
        "Generated/BuildSystem/Evaluation/label.pb.swift",
        "Generated/BuildSystem/Evaluation/provider_map.pb.swift",
        "Generated/BuildSystem/Evaluation/rule_evaluation.pb.swift",
        "Generated/BuildSystem/Execution/action.pb.swift",
        "Generated/BuildSystem/Execution/action_execution.pb.swift",
        "Models/ActionExecutionRequestExtras.swift",
        "Models/Label.swift",
        "Rules/Provider.swift",
        "Rules/Rule.swift",
        "Rules/RuleContext.swift"
      ],
      "target_dependencies" : [
        "llbuild2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBBazelBackend",
      "module_type" : "SwiftTarget",
      "name" : "LLBBazelBackend",
      "path" : "Sources/LLBBazelBackend",
      "product_dependencies" : [
        "Crypto",
        "GRPC"
      ],
      "product_memberships" : [
        "llcastool"
      ],
      "sources" : [
        "CAS/BazelCASDatabase.swift",
        "CAS/Digest.swift"
      ],
      "target_dependencies" : [
        "llbuild2",
        "BazelRemoteAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BazelRemoteAPI",
      "module_type" : "SwiftTarget",
      "name" : "BazelRemoteAPI",
      "path" : "Sources/BazelRemoteAPI",
      "product_dependencies" : [
        "GRPC",
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "llcastool"
      ],
      "sources" : [
        "Generated/build/bazel/remote/asset/v1/remote_asset.grpc.swift",
        "Generated/build/bazel/remote/asset/v1/remote_asset.pb.swift",
        "Generated/build/bazel/remote/execution/v2/remote_execution.grpc.swift",
        "Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift",
        "Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift",
        "Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift",
        "Generated/build/bazel/semver/semver.pb.swift",
        "Generated/google/api/annotations.pb.swift",
        "Generated/google/api/client.pb.swift",
        "Generated/google/api/http.pb.swift",
        "Generated/google/bytestream/bytestream.grpc.swift",
        "Generated/google/bytestream/bytestream.pb.swift",
        "Generated/google/longrunning/operations.grpc.swift",
        "Generated/google/longrunning/operations.pb.swift",
        "Generated/google/rpc/code.pb.swift",
        "Generated/google/rpc/error_details.pb.swift",
        "Generated/google/rpc/status.pb.swift",
        "Typealiases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.