The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of llbuild2, reference main (67d125), with Swift 6.1 for Linux on 10 Sep 2025 01:39:30 UTC.

Swift 6 data race errors: 40

Build Command

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

Build Log

3364 |   public static let protoMessageName: String = _protobuf_package + ".DirectoryNode"
3365 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3366 |     1: .same(proto: "name"),
3367 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3407:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3405 | extension Build_Bazel_Remote_Execution_V2_SymlinkNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3406 |   public static let protoMessageName: String = _protobuf_package + ".SymlinkNode"
3407 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3408 |     1: .same(proto: "name"),
3409 |     2: .same(proto: "target"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3455:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3453 | extension Build_Bazel_Remote_Execution_V2_Digest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3454 |   public static let protoMessageName: String = _protobuf_package + ".Digest"
3455 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3456 |     1: .same(proto: "hash"),
3457 |     2: .standard(proto: "size_bytes"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3493:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3491 | extension Build_Bazel_Remote_Execution_V2_ExecutedActionMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3492 |   public static let protoMessageName: String = _protobuf_package + ".ExecutedActionMetadata"
3493 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3494 |     1: .same(proto: "worker"),
3495 |     2: .standard(proto: "queued_timestamp"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3522: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
3506 |   ]
3507 |
3508 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3509 |     var _worker: String = String()
3510 |     var _queuedTimestamp: SwiftProtobuf.Google_Protobuf_Timestamp? = nil
     :
3520 |     var _auxiliaryMetadata: [SwiftProtobuf.Google_Protobuf_Any] = []
3521 |
3522 |     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
3523 |
3524 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3649:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3647 | extension Build_Bazel_Remote_Execution_V2_ActionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3648 |   public static let protoMessageName: String = _protobuf_package + ".ActionResult"
3649 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3650 |     2: .standard(proto: "output_files"),
3651 |     10: .standard(proto: "output_file_symlinks"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3745:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3743 | extension Build_Bazel_Remote_Execution_V2_OutputFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3744 |   public static let protoMessageName: String = _protobuf_package + ".OutputFile"
3745 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3746 |     1: .same(proto: "path"),
3747 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3805:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3803 | extension Build_Bazel_Remote_Execution_V2_Tree: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3804 |   public static let protoMessageName: String = _protobuf_package + ".Tree"
3805 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3806 |     1: .same(proto: "root"),
3807 |     2: .same(proto: "children"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3847:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 | extension Build_Bazel_Remote_Execution_V2_OutputDirectory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3846 |   public static let protoMessageName: String = _protobuf_package + ".OutputDirectory"
3847 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3848 |     1: .same(proto: "path"),
3849 |     3: .standard(proto: "tree_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3901:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3899 | extension Build_Bazel_Remote_Execution_V2_OutputSymlink: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3900 |   public static let protoMessageName: String = _protobuf_package + ".OutputSymlink"
3901 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3902 |     1: .same(proto: "path"),
3903 |     2: .same(proto: "target"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3949:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3947 | extension Build_Bazel_Remote_Execution_V2_ExecutionPolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3948 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionPolicy"
3949 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3950 |     1: .same(proto: "priority"),
3951 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3981:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3979 | extension Build_Bazel_Remote_Execution_V2_ResultsCachePolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3980 |   public static let protoMessageName: String = _protobuf_package + ".ResultsCachePolicy"
3981 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3982 |     1: .same(proto: "priority"),
3983 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4013:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4011 | extension Build_Bazel_Remote_Execution_V2_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4012 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
4013 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4014 |     1: .standard(proto: "instance_name"),
4015 |     3: .standard(proto: "skip_cache_lookup"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4097:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4095 | extension Build_Bazel_Remote_Execution_V2_LogFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4096 |   public static let protoMessageName: String = _protobuf_package + ".LogFile"
4097 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4098 |     1: .same(proto: "digest"),
4099 |     2: .standard(proto: "human_readable"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4139:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4137 | extension Build_Bazel_Remote_Execution_V2_ExecuteResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4138 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteResponse"
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4140 |     1: .same(proto: "result"),
4141 |     2: .standard(proto: "cached_result"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4154: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
4145 |   ]
4146 |
4147 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4148 |     var _result: Build_Bazel_Remote_Execution_V2_ActionResult? = nil
4149 |     var _cachedResult: Bool = false
     :
4152 |     var _message: String = String()
4153 |
4154 |     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
4155 |
4156 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4255 |
4256 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage.Value: SwiftProtobuf._ProtoNameProviding {
4257 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4258 |     0: .same(proto: "UNKNOWN"),
4259 |     1: .same(proto: "CACHE_CHECK"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4268:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4266 | extension Build_Bazel_Remote_Execution_V2_ExecuteOperationMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4267 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteOperationMetadata"
4268 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4269 |     1: .same(proto: "stage"),
4270 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4334:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4332 | extension Build_Bazel_Remote_Execution_V2_WaitExecutionRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4333 |   public static let protoMessageName: String = _protobuf_package + ".WaitExecutionRequest"
4334 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4335 |     1: .same(proto: "name"),
4336 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4366:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4364 | extension Build_Bazel_Remote_Execution_V2_GetActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4365 |   public static let protoMessageName: String = _protobuf_package + ".GetActionResultRequest"
4366 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4367 |     1: .standard(proto: "instance_name"),
4368 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4432:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4430 | extension Build_Bazel_Remote_Execution_V2_UpdateActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4431 |   public static let protoMessageName: String = _protobuf_package + ".UpdateActionResultRequest"
4432 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4433 |     1: .standard(proto: "instance_name"),
4434 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4447: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
4438 |   ]
4439 |
4440 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4441 |     var _instanceName: String = String()
4442 |     var _actionDigest: Build_Bazel_Remote_Execution_V2_Digest? = nil
     :
4445 |     var _digestFunction: Build_Bazel_Remote_Execution_V2_DigestFunction.Value = .unknown
4446 |
4447 |     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
4448 |
4449 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4532:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4530 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4531 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsRequest"
4532 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4533 |     1: .standard(proto: "instance_name"),
4534 |     2: .standard(proto: "blob_digests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4576:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4574 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4575 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsResponse"
4576 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4577 |     2: .standard(proto: "missing_blob_digests"),
4578 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4608:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4606 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4607 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsRequest"
4608 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4609 |     1: .standard(proto: "instance_name"),
4610 |     2: .same(proto: "requests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4652:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4650 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.Request: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4651 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.protoMessageName + ".Request"
4652 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4653 |     1: .same(proto: "digest"),
4654 |     2: .same(proto: "data"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4700:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4698 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4699 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsResponse"
4700 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4701 |     1: .same(proto: "responses"),
4702 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4732:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4730 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4731 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.protoMessageName + ".Response"
4732 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4733 |     1: .same(proto: "digest"),
4734 |     2: .same(proto: "status"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4774:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4772 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4773 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsRequest"
4774 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4775 |     1: .standard(proto: "instance_name"),
4776 |     2: .same(proto: "digests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4824:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4822 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4823 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsResponse"
4824 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4825 |     1: .same(proto: "responses"),
4826 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4856:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4854 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4855 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.protoMessageName + ".Response"
4856 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4857 |     1: .same(proto: "digest"),
4858 |     2: .same(proto: "data"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4910:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4908 | extension Build_Bazel_Remote_Execution_V2_GetTreeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4909 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeRequest"
4910 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4911 |     1: .standard(proto: "instance_name"),
4912 |     2: .standard(proto: "root_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4970:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4968 | extension Build_Bazel_Remote_Execution_V2_GetTreeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4969 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeResponse"
4970 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4971 |     1: .same(proto: "directories"),
4972 |     2: .standard(proto: "next_page_token"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5008:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5006 | extension Build_Bazel_Remote_Execution_V2_GetCapabilitiesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5007 |   public static let protoMessageName: String = _protobuf_package + ".GetCapabilitiesRequest"
5008 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5009 |     1: .standard(proto: "instance_name"),
5010 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5040:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5038 | extension Build_Bazel_Remote_Execution_V2_ServerCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5039 |   public static let protoMessageName: String = _protobuf_package + ".ServerCapabilities"
5040 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5041 |     1: .standard(proto: "cache_capabilities"),
5042 |     2: .standard(proto: "execution_capabilities"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5055: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
5046 |   ]
5047 |
5048 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5049 |     var _cacheCapabilities: Build_Bazel_Remote_Execution_V2_CacheCapabilities? = nil
5050 |     var _executionCapabilities: Build_Bazel_Remote_Execution_V2_ExecutionCapabilities? = nil
     :
5053 |     var _highApiVersion: Build_Bazel_Semver_SemVer? = nil
5054 |
5055 |     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
5056 |
5057 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5158:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5156 |
5157 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: SwiftProtobuf._ProtoNameProviding {
5158 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5159 |     0: .same(proto: "UNKNOWN"),
5160 |     1: .same(proto: "SHA256"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5174:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5172 | extension Build_Bazel_Remote_Execution_V2_ActionCacheUpdateCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5173 |   public static let protoMessageName: String = _protobuf_package + ".ActionCacheUpdateCapabilities"
5174 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5175 |     1: .standard(proto: "update_enabled"),
5176 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5206:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5204 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5205 |   public static let protoMessageName: String = _protobuf_package + ".PriorityCapabilities"
5206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5207 |     1: .same(proto: "priorities"),
5208 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5238:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5236 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities.PriorityRange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5237 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_PriorityCapabilities.protoMessageName + ".PriorityRange"
5238 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5239 |     1: .standard(proto: "min_priority"),
5240 |     2: .standard(proto: "max_priority"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5294:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5292 |
5293 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: SwiftProtobuf._ProtoNameProviding {
5294 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5295 |     0: .same(proto: "UNKNOWN"),
5296 |     1: .same(proto: "DISALLOWED"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5321:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5319 |
5320 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: SwiftProtobuf._ProtoNameProviding {
5321 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5322 |     0: .same(proto: "IDENTITY"),
5323 |     1: .same(proto: "ZSTD"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5331:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5329 | extension Build_Bazel_Remote_Execution_V2_CacheCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5330 |   public static let protoMessageName: String = _protobuf_package + ".CacheCapabilities"
5331 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5332 |     1: .standard(proto: "digest_functions"),
5333 |     2: .standard(proto: "action_cache_update_capabilities"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5409:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5407 | extension Build_Bazel_Remote_Execution_V2_ExecutionCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5408 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionCapabilities"
5409 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5410 |     1: .standard(proto: "digest_function"),
5411 |     2: .standard(proto: "exec_enabled"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5469:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5467 | extension Build_Bazel_Remote_Execution_V2_ToolDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5468 |   public static let protoMessageName: String = _protobuf_package + ".ToolDetails"
5469 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5470 |     1: .standard(proto: "tool_name"),
5471 |     2: .standard(proto: "tool_version"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5507:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5505 | extension Build_Bazel_Remote_Execution_V2_RequestMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5506 |   public static let protoMessageName: String = _protobuf_package + ".RequestMetadata"
5507 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5508 |     1: .standard(proto: "tool_details"),
5509 |     2: .standard(proto: "action_id"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift:321:99: warning: 'GRPCSendable' is deprecated: renamed to 'Swift.Sendable'
319 | #endif  // compiler(>=5.6)
320 |
321 | public protocol Build_Bazel_Remote_Logstream_V1_LogStreamServiceClientInterceptorFactoryProtocol: GRPCSendable {
    |                                                                                                   |- warning: 'GRPCSendable' is deprecated: renamed to 'Swift.Sendable'
    |                                                                                                   `- note: use 'Swift.Sendable' instead
322 |
323 |     /// - Returns: Interceptors to use when invoking 'createLogStream'.
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift:525:9: warning: instance method of non-Sendable type 'Self' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
523 |         /// Callers of CreateLogStream are expected to NOT publish the
524 |         /// `write_resource_name`.
525 |         @Sendable func createLogStream(
    |         `- warning: instance method of non-Sendable type 'Self' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
526 |             request: Build_Bazel_Remote_Logstream_V1_CreateLogStreamRequest,
527 |             context: GRPCAsyncServerCallContext
BazelRemoteAPI.Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider {
2 | Self : BazelRemoteAPI.Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift:106:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
104 | extension Build_Bazel_Remote_Logstream_V1_CreateLogStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
105 |   public static let protoMessageName: String = _protobuf_package + ".CreateLogStreamRequest"
106 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
107 |     1: .same(proto: "parent"),
108 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift:138:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
136 | extension Build_Bazel_Remote_Logstream_V1_LogStream: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
137 |   public static let protoMessageName: String = _protobuf_package + ".LogStream"
138 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
139 |     1: .same(proto: "name"),
140 |     2: .standard(proto: "write_resource_name"),
[2135/2142] Compiling BazelRemoteAPI remote_logstream.grpc.swift
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:405: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
 403 | extension Build_Bazel_Remote_Execution_V2_Command.OutputDirectoryFormat: CaseIterable {
 404 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 405 |   public static var allCases: [Build_Bazel_Remote_Execution_V2_Command.OutputDirectoryFormat] = [
     |                     |- 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
 406 |     .treeOnly,
 407 |     .directoryOnly,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:1668: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
1666 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage.Value: CaseIterable {
1667 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1668 |   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
1669 |     .unknown,
1670 |     .cacheCheck,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2440: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
2438 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: CaseIterable {
2439 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2440 |   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
2441 |     .unknown,
2442 |     .sha256,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2560: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
2558 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: CaseIterable {
2559 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2560 |   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
2561 |     .unknown,
2562 |     .disallowed,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2632: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
2630 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: CaseIterable {
2631 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2632 |   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
2633 |     .identity,
2634 |     .zstd,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2905:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2903 | extension Build_Bazel_Remote_Execution_V2_Action: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2904 |   public static let protoMessageName: String = _protobuf_package + ".Action"
2905 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2906 |     1: .standard(proto: "command_digest"),
2907 |     2: .standard(proto: "input_root_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2971:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2969 | extension Build_Bazel_Remote_Execution_V2_Command: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2970 |   public static let protoMessageName: String = _protobuf_package + ".Command"
2971 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2972 |     1: .same(proto: "arguments"),
2973 |     2: .standard(proto: "environment_variables"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3054:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3052 |
3053 | extension Build_Bazel_Remote_Execution_V2_Command.OutputDirectoryFormat: SwiftProtobuf._ProtoNameProviding {
3054 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3055 |     0: .same(proto: "TREE_ONLY"),
3056 |     1: .same(proto: "DIRECTORY_ONLY"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3063:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3061 | extension Build_Bazel_Remote_Execution_V2_Command.EnvironmentVariable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3062 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_Command.protoMessageName + ".EnvironmentVariable"
3063 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3064 |     1: .same(proto: "name"),
3065 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3101:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3099 | extension Build_Bazel_Remote_Execution_V2_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3100 |   public static let protoMessageName: String = _protobuf_package + ".Platform"
3101 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3102 |     1: .same(proto: "properties"),
3103 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3133:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3131 | extension Build_Bazel_Remote_Execution_V2_Platform.Property: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3132 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_Platform.protoMessageName + ".Property"
3133 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3134 |     1: .same(proto: "name"),
3135 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3171:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3169 | extension Build_Bazel_Remote_Execution_V2_Directory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3170 |   public static let protoMessageName: String = _protobuf_package + ".Directory"
3171 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3172 |     1: .same(proto: "files"),
3173 |     2: .same(proto: "directories"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3225:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3223 | extension Build_Bazel_Remote_Execution_V2_NodeProperty: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3224 |   public static let protoMessageName: String = _protobuf_package + ".NodeProperty"
3225 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3226 |     1: .same(proto: "name"),
3227 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3261 | extension Build_Bazel_Remote_Execution_V2_NodeProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3262 |   public static let protoMessageName: String = _protobuf_package + ".NodeProperties"
3263 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3264 |     1: .same(proto: "properties"),
3265 |     2: .same(proto: "mtime"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3311:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3309 | extension Build_Bazel_Remote_Execution_V2_FileNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3310 |   public static let protoMessageName: String = _protobuf_package + ".FileNode"
3311 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3312 |     1: .same(proto: "name"),
3313 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3365:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3363 | extension Build_Bazel_Remote_Execution_V2_DirectoryNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3364 |   public static let protoMessageName: String = _protobuf_package + ".DirectoryNode"
3365 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3366 |     1: .same(proto: "name"),
3367 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3407:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3405 | extension Build_Bazel_Remote_Execution_V2_SymlinkNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3406 |   public static let protoMessageName: String = _protobuf_package + ".SymlinkNode"
3407 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3408 |     1: .same(proto: "name"),
3409 |     2: .same(proto: "target"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3455:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3453 | extension Build_Bazel_Remote_Execution_V2_Digest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3454 |   public static let protoMessageName: String = _protobuf_package + ".Digest"
3455 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3456 |     1: .same(proto: "hash"),
3457 |     2: .standard(proto: "size_bytes"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3493:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3491 | extension Build_Bazel_Remote_Execution_V2_ExecutedActionMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3492 |   public static let protoMessageName: String = _protobuf_package + ".ExecutedActionMetadata"
3493 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3494 |     1: .same(proto: "worker"),
3495 |     2: .standard(proto: "queued_timestamp"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3522: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
3506 |   ]
3507 |
3508 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3509 |     var _worker: String = String()
3510 |     var _queuedTimestamp: SwiftProtobuf.Google_Protobuf_Timestamp? = nil
     :
3520 |     var _auxiliaryMetadata: [SwiftProtobuf.Google_Protobuf_Any] = []
3521 |
3522 |     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
3523 |
3524 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3649:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3647 | extension Build_Bazel_Remote_Execution_V2_ActionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3648 |   public static let protoMessageName: String = _protobuf_package + ".ActionResult"
3649 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3650 |     2: .standard(proto: "output_files"),
3651 |     10: .standard(proto: "output_file_symlinks"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3745:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3743 | extension Build_Bazel_Remote_Execution_V2_OutputFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3744 |   public static let protoMessageName: String = _protobuf_package + ".OutputFile"
3745 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3746 |     1: .same(proto: "path"),
3747 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3805:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3803 | extension Build_Bazel_Remote_Execution_V2_Tree: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3804 |   public static let protoMessageName: String = _protobuf_package + ".Tree"
3805 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3806 |     1: .same(proto: "root"),
3807 |     2: .same(proto: "children"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3847:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 | extension Build_Bazel_Remote_Execution_V2_OutputDirectory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3846 |   public static let protoMessageName: String = _protobuf_package + ".OutputDirectory"
3847 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3848 |     1: .same(proto: "path"),
3849 |     3: .standard(proto: "tree_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3901:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3899 | extension Build_Bazel_Remote_Execution_V2_OutputSymlink: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3900 |   public static let protoMessageName: String = _protobuf_package + ".OutputSymlink"
3901 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3902 |     1: .same(proto: "path"),
3903 |     2: .same(proto: "target"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3949:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3947 | extension Build_Bazel_Remote_Execution_V2_ExecutionPolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3948 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionPolicy"
3949 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3950 |     1: .same(proto: "priority"),
3951 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3981:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3979 | extension Build_Bazel_Remote_Execution_V2_ResultsCachePolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3980 |   public static let protoMessageName: String = _protobuf_package + ".ResultsCachePolicy"
3981 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3982 |     1: .same(proto: "priority"),
3983 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4013:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4011 | extension Build_Bazel_Remote_Execution_V2_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4012 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
4013 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4014 |     1: .standard(proto: "instance_name"),
4015 |     3: .standard(proto: "skip_cache_lookup"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4097:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4095 | extension Build_Bazel_Remote_Execution_V2_LogFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4096 |   public static let protoMessageName: String = _protobuf_package + ".LogFile"
4097 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4098 |     1: .same(proto: "digest"),
4099 |     2: .standard(proto: "human_readable"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4139:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4137 | extension Build_Bazel_Remote_Execution_V2_ExecuteResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4138 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteResponse"
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4140 |     1: .same(proto: "result"),
4141 |     2: .standard(proto: "cached_result"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4154: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
4145 |   ]
4146 |
4147 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4148 |     var _result: Build_Bazel_Remote_Execution_V2_ActionResult? = nil
4149 |     var _cachedResult: Bool = false
     :
4152 |     var _message: String = String()
4153 |
4154 |     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
4155 |
4156 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4255 |
4256 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage.Value: SwiftProtobuf._ProtoNameProviding {
4257 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4258 |     0: .same(proto: "UNKNOWN"),
4259 |     1: .same(proto: "CACHE_CHECK"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4268:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4266 | extension Build_Bazel_Remote_Execution_V2_ExecuteOperationMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4267 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteOperationMetadata"
4268 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4269 |     1: .same(proto: "stage"),
4270 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4334:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4332 | extension Build_Bazel_Remote_Execution_V2_WaitExecutionRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4333 |   public static let protoMessageName: String = _protobuf_package + ".WaitExecutionRequest"
4334 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4335 |     1: .same(proto: "name"),
4336 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4366:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4364 | extension Build_Bazel_Remote_Execution_V2_GetActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4365 |   public static let protoMessageName: String = _protobuf_package + ".GetActionResultRequest"
4366 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4367 |     1: .standard(proto: "instance_name"),
4368 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4432:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4430 | extension Build_Bazel_Remote_Execution_V2_UpdateActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4431 |   public static let protoMessageName: String = _protobuf_package + ".UpdateActionResultRequest"
4432 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4433 |     1: .standard(proto: "instance_name"),
4434 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4447: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
4438 |   ]
4439 |
4440 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4441 |     var _instanceName: String = String()
4442 |     var _actionDigest: Build_Bazel_Remote_Execution_V2_Digest? = nil
     :
4445 |     var _digestFunction: Build_Bazel_Remote_Execution_V2_DigestFunction.Value = .unknown
4446 |
4447 |     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
4448 |
4449 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4532:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4530 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4531 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsRequest"
4532 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4533 |     1: .standard(proto: "instance_name"),
4534 |     2: .standard(proto: "blob_digests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4576:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4574 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4575 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsResponse"
4576 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4577 |     2: .standard(proto: "missing_blob_digests"),
4578 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4608:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4606 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4607 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsRequest"
4608 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4609 |     1: .standard(proto: "instance_name"),
4610 |     2: .same(proto: "requests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4652:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4650 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.Request: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4651 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.protoMessageName + ".Request"
4652 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4653 |     1: .same(proto: "digest"),
4654 |     2: .same(proto: "data"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4700:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4698 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4699 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsResponse"
4700 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4701 |     1: .same(proto: "responses"),
4702 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4732:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4730 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4731 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.protoMessageName + ".Response"
4732 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4733 |     1: .same(proto: "digest"),
4734 |     2: .same(proto: "status"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4774:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4772 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4773 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsRequest"
4774 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4775 |     1: .standard(proto: "instance_name"),
4776 |     2: .same(proto: "digests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4824:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4822 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4823 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsResponse"
4824 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4825 |     1: .same(proto: "responses"),
4826 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4856:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4854 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4855 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.protoMessageName + ".Response"
4856 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4857 |     1: .same(proto: "digest"),
4858 |     2: .same(proto: "data"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4910:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4908 | extension Build_Bazel_Remote_Execution_V2_GetTreeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4909 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeRequest"
4910 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4911 |     1: .standard(proto: "instance_name"),
4912 |     2: .standard(proto: "root_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4970:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4968 | extension Build_Bazel_Remote_Execution_V2_GetTreeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4969 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeResponse"
4970 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4971 |     1: .same(proto: "directories"),
4972 |     2: .standard(proto: "next_page_token"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5008:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5006 | extension Build_Bazel_Remote_Execution_V2_GetCapabilitiesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5007 |   public static let protoMessageName: String = _protobuf_package + ".GetCapabilitiesRequest"
5008 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5009 |     1: .standard(proto: "instance_name"),
5010 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5040:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5038 | extension Build_Bazel_Remote_Execution_V2_ServerCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5039 |   public static let protoMessageName: String = _protobuf_package + ".ServerCapabilities"
5040 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5041 |     1: .standard(proto: "cache_capabilities"),
5042 |     2: .standard(proto: "execution_capabilities"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5055: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
5046 |   ]
5047 |
5048 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5049 |     var _cacheCapabilities: Build_Bazel_Remote_Execution_V2_CacheCapabilities? = nil
5050 |     var _executionCapabilities: Build_Bazel_Remote_Execution_V2_ExecutionCapabilities? = nil
     :
5053 |     var _highApiVersion: Build_Bazel_Semver_SemVer? = nil
5054 |
5055 |     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
5056 |
5057 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5158:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5156 |
5157 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: SwiftProtobuf._ProtoNameProviding {
5158 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5159 |     0: .same(proto: "UNKNOWN"),
5160 |     1: .same(proto: "SHA256"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5174:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5172 | extension Build_Bazel_Remote_Execution_V2_ActionCacheUpdateCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5173 |   public static let protoMessageName: String = _protobuf_package + ".ActionCacheUpdateCapabilities"
5174 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5175 |     1: .standard(proto: "update_enabled"),
5176 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5206:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5204 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5205 |   public static let protoMessageName: String = _protobuf_package + ".PriorityCapabilities"
5206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5207 |     1: .same(proto: "priorities"),
5208 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5238:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5236 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities.PriorityRange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5237 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_PriorityCapabilities.protoMessageName + ".PriorityRange"
5238 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5239 |     1: .standard(proto: "min_priority"),
5240 |     2: .standard(proto: "max_priority"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5294:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5292 |
5293 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: SwiftProtobuf._ProtoNameProviding {
5294 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5295 |     0: .same(proto: "UNKNOWN"),
5296 |     1: .same(proto: "DISALLOWED"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5321:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5319 |
5320 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: SwiftProtobuf._ProtoNameProviding {
5321 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5322 |     0: .same(proto: "IDENTITY"),
5323 |     1: .same(proto: "ZSTD"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5331:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5329 | extension Build_Bazel_Remote_Execution_V2_CacheCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5330 |   public static let protoMessageName: String = _protobuf_package + ".CacheCapabilities"
5331 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5332 |     1: .standard(proto: "digest_functions"),
5333 |     2: .standard(proto: "action_cache_update_capabilities"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5409:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5407 | extension Build_Bazel_Remote_Execution_V2_ExecutionCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5408 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionCapabilities"
5409 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5410 |     1: .standard(proto: "digest_function"),
5411 |     2: .standard(proto: "exec_enabled"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5469:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5467 | extension Build_Bazel_Remote_Execution_V2_ToolDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5468 |   public static let protoMessageName: String = _protobuf_package + ".ToolDetails"
5469 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5470 |     1: .standard(proto: "tool_name"),
5471 |     2: .standard(proto: "tool_version"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5507:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5505 | extension Build_Bazel_Remote_Execution_V2_RequestMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5506 |   public static let protoMessageName: String = _protobuf_package + ".RequestMetadata"
5507 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5508 |     1: .standard(proto: "tool_details"),
5509 |     2: .standard(proto: "action_id"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift:321:99: warning: 'GRPCSendable' is deprecated: renamed to 'Swift.Sendable'
319 | #endif  // compiler(>=5.6)
320 |
321 | public protocol Build_Bazel_Remote_Logstream_V1_LogStreamServiceClientInterceptorFactoryProtocol: GRPCSendable {
    |                                                                                                   |- warning: 'GRPCSendable' is deprecated: renamed to 'Swift.Sendable'
    |                                                                                                   `- note: use 'Swift.Sendable' instead
322 |
323 |     /// - Returns: Interceptors to use when invoking 'createLogStream'.
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift:525:9: warning: instance method of non-Sendable type 'Self' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
523 |         /// Callers of CreateLogStream are expected to NOT publish the
524 |         /// `write_resource_name`.
525 |         @Sendable func createLogStream(
    |         `- warning: instance method of non-Sendable type 'Self' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
526 |             request: Build_Bazel_Remote_Logstream_V1_CreateLogStreamRequest,
527 |             context: GRPCAsyncServerCallContext
BazelRemoteAPI.Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider {
2 | Self : BazelRemoteAPI.Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift:106:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
104 | extension Build_Bazel_Remote_Logstream_V1_CreateLogStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
105 |   public static let protoMessageName: String = _protobuf_package + ".CreateLogStreamRequest"
106 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
107 |     1: .same(proto: "parent"),
108 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift:138:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
136 | extension Build_Bazel_Remote_Logstream_V1_LogStream: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
137 |   public static let protoMessageName: String = _protobuf_package + ".LogStream"
138 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
139 |     1: .same(proto: "name"),
140 |     2: .standard(proto: "write_resource_name"),
[2136/2142] Compiling BazelRemoteAPI remote_logstream.pb.swift
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:405: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
 403 | extension Build_Bazel_Remote_Execution_V2_Command.OutputDirectoryFormat: CaseIterable {
 404 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 405 |   public static var allCases: [Build_Bazel_Remote_Execution_V2_Command.OutputDirectoryFormat] = [
     |                     |- 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
 406 |     .treeOnly,
 407 |     .directoryOnly,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:1668: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
1666 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage.Value: CaseIterable {
1667 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
1668 |   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
1669 |     .unknown,
1670 |     .cacheCheck,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2440: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
2438 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: CaseIterable {
2439 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2440 |   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
2441 |     .unknown,
2442 |     .sha256,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2560: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
2558 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: CaseIterable {
2559 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2560 |   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
2561 |     .unknown,
2562 |     .disallowed,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2632: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
2630 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: CaseIterable {
2631 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
2632 |   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
2633 |     .identity,
2634 |     .zstd,
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2905:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2903 | extension Build_Bazel_Remote_Execution_V2_Action: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2904 |   public static let protoMessageName: String = _protobuf_package + ".Action"
2905 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2906 |     1: .standard(proto: "command_digest"),
2907 |     2: .standard(proto: "input_root_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:2971:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2969 | extension Build_Bazel_Remote_Execution_V2_Command: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2970 |   public static let protoMessageName: String = _protobuf_package + ".Command"
2971 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
2972 |     1: .same(proto: "arguments"),
2973 |     2: .standard(proto: "environment_variables"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3054:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3052 |
3053 | extension Build_Bazel_Remote_Execution_V2_Command.OutputDirectoryFormat: SwiftProtobuf._ProtoNameProviding {
3054 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3055 |     0: .same(proto: "TREE_ONLY"),
3056 |     1: .same(proto: "DIRECTORY_ONLY"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3063:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3061 | extension Build_Bazel_Remote_Execution_V2_Command.EnvironmentVariable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3062 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_Command.protoMessageName + ".EnvironmentVariable"
3063 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3064 |     1: .same(proto: "name"),
3065 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3101:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3099 | extension Build_Bazel_Remote_Execution_V2_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3100 |   public static let protoMessageName: String = _protobuf_package + ".Platform"
3101 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3102 |     1: .same(proto: "properties"),
3103 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3133:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3131 | extension Build_Bazel_Remote_Execution_V2_Platform.Property: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3132 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_Platform.protoMessageName + ".Property"
3133 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3134 |     1: .same(proto: "name"),
3135 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3171:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3169 | extension Build_Bazel_Remote_Execution_V2_Directory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3170 |   public static let protoMessageName: String = _protobuf_package + ".Directory"
3171 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3172 |     1: .same(proto: "files"),
3173 |     2: .same(proto: "directories"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3225:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3223 | extension Build_Bazel_Remote_Execution_V2_NodeProperty: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3224 |   public static let protoMessageName: String = _protobuf_package + ".NodeProperty"
3225 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3226 |     1: .same(proto: "name"),
3227 |     2: .same(proto: "value"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3263:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3261 | extension Build_Bazel_Remote_Execution_V2_NodeProperties: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3262 |   public static let protoMessageName: String = _protobuf_package + ".NodeProperties"
3263 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3264 |     1: .same(proto: "properties"),
3265 |     2: .same(proto: "mtime"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3311:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3309 | extension Build_Bazel_Remote_Execution_V2_FileNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3310 |   public static let protoMessageName: String = _protobuf_package + ".FileNode"
3311 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3312 |     1: .same(proto: "name"),
3313 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3365:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3363 | extension Build_Bazel_Remote_Execution_V2_DirectoryNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3364 |   public static let protoMessageName: String = _protobuf_package + ".DirectoryNode"
3365 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3366 |     1: .same(proto: "name"),
3367 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3407:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3405 | extension Build_Bazel_Remote_Execution_V2_SymlinkNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3406 |   public static let protoMessageName: String = _protobuf_package + ".SymlinkNode"
3407 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3408 |     1: .same(proto: "name"),
3409 |     2: .same(proto: "target"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3455:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3453 | extension Build_Bazel_Remote_Execution_V2_Digest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3454 |   public static let protoMessageName: String = _protobuf_package + ".Digest"
3455 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3456 |     1: .same(proto: "hash"),
3457 |     2: .standard(proto: "size_bytes"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3493:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3491 | extension Build_Bazel_Remote_Execution_V2_ExecutedActionMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3492 |   public static let protoMessageName: String = _protobuf_package + ".ExecutedActionMetadata"
3493 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3494 |     1: .same(proto: "worker"),
3495 |     2: .standard(proto: "queued_timestamp"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3522: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
3506 |   ]
3507 |
3508 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
3509 |     var _worker: String = String()
3510 |     var _queuedTimestamp: SwiftProtobuf.Google_Protobuf_Timestamp? = nil
     :
3520 |     var _auxiliaryMetadata: [SwiftProtobuf.Google_Protobuf_Any] = []
3521 |
3522 |     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
3523 |
3524 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3649:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3647 | extension Build_Bazel_Remote_Execution_V2_ActionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3648 |   public static let protoMessageName: String = _protobuf_package + ".ActionResult"
3649 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3650 |     2: .standard(proto: "output_files"),
3651 |     10: .standard(proto: "output_file_symlinks"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3745:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3743 | extension Build_Bazel_Remote_Execution_V2_OutputFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3744 |   public static let protoMessageName: String = _protobuf_package + ".OutputFile"
3745 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3746 |     1: .same(proto: "path"),
3747 |     2: .same(proto: "digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3805:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3803 | extension Build_Bazel_Remote_Execution_V2_Tree: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3804 |   public static let protoMessageName: String = _protobuf_package + ".Tree"
3805 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3806 |     1: .same(proto: "root"),
3807 |     2: .same(proto: "children"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3847:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3845 | extension Build_Bazel_Remote_Execution_V2_OutputDirectory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3846 |   public static let protoMessageName: String = _protobuf_package + ".OutputDirectory"
3847 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3848 |     1: .same(proto: "path"),
3849 |     3: .standard(proto: "tree_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3901:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3899 | extension Build_Bazel_Remote_Execution_V2_OutputSymlink: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3900 |   public static let protoMessageName: String = _protobuf_package + ".OutputSymlink"
3901 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3902 |     1: .same(proto: "path"),
3903 |     2: .same(proto: "target"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3949:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3947 | extension Build_Bazel_Remote_Execution_V2_ExecutionPolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3948 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionPolicy"
3949 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3950 |     1: .same(proto: "priority"),
3951 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:3981:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3979 | extension Build_Bazel_Remote_Execution_V2_ResultsCachePolicy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3980 |   public static let protoMessageName: String = _protobuf_package + ".ResultsCachePolicy"
3981 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
3982 |     1: .same(proto: "priority"),
3983 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4013:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4011 | extension Build_Bazel_Remote_Execution_V2_ExecuteRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4012 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteRequest"
4013 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4014 |     1: .standard(proto: "instance_name"),
4015 |     3: .standard(proto: "skip_cache_lookup"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4097:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4095 | extension Build_Bazel_Remote_Execution_V2_LogFile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4096 |   public static let protoMessageName: String = _protobuf_package + ".LogFile"
4097 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4098 |     1: .same(proto: "digest"),
4099 |     2: .standard(proto: "human_readable"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4139:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4137 | extension Build_Bazel_Remote_Execution_V2_ExecuteResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4138 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteResponse"
4139 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4140 |     1: .same(proto: "result"),
4141 |     2: .standard(proto: "cached_result"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4154: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
4145 |   ]
4146 |
4147 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4148 |     var _result: Build_Bazel_Remote_Execution_V2_ActionResult? = nil
4149 |     var _cachedResult: Bool = false
     :
4152 |     var _message: String = String()
4153 |
4154 |     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
4155 |
4156 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4257:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4255 |
4256 | extension Build_Bazel_Remote_Execution_V2_ExecutionStage.Value: SwiftProtobuf._ProtoNameProviding {
4257 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4258 |     0: .same(proto: "UNKNOWN"),
4259 |     1: .same(proto: "CACHE_CHECK"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4268:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4266 | extension Build_Bazel_Remote_Execution_V2_ExecuteOperationMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4267 |   public static let protoMessageName: String = _protobuf_package + ".ExecuteOperationMetadata"
4268 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4269 |     1: .same(proto: "stage"),
4270 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4334:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4332 | extension Build_Bazel_Remote_Execution_V2_WaitExecutionRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4333 |   public static let protoMessageName: String = _protobuf_package + ".WaitExecutionRequest"
4334 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4335 |     1: .same(proto: "name"),
4336 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4366:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4364 | extension Build_Bazel_Remote_Execution_V2_GetActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4365 |   public static let protoMessageName: String = _protobuf_package + ".GetActionResultRequest"
4366 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4367 |     1: .standard(proto: "instance_name"),
4368 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4432:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4430 | extension Build_Bazel_Remote_Execution_V2_UpdateActionResultRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4431 |   public static let protoMessageName: String = _protobuf_package + ".UpdateActionResultRequest"
4432 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4433 |     1: .standard(proto: "instance_name"),
4434 |     2: .standard(proto: "action_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4447: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
4438 |   ]
4439 |
4440 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
4441 |     var _instanceName: String = String()
4442 |     var _actionDigest: Build_Bazel_Remote_Execution_V2_Digest? = nil
     :
4445 |     var _digestFunction: Build_Bazel_Remote_Execution_V2_DigestFunction.Value = .unknown
4446 |
4447 |     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
4448 |
4449 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4532:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4530 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4531 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsRequest"
4532 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4533 |     1: .standard(proto: "instance_name"),
4534 |     2: .standard(proto: "blob_digests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4576:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4574 | extension Build_Bazel_Remote_Execution_V2_FindMissingBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4575 |   public static let protoMessageName: String = _protobuf_package + ".FindMissingBlobsResponse"
4576 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4577 |     2: .standard(proto: "missing_blob_digests"),
4578 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4608:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4606 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4607 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsRequest"
4608 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4609 |     1: .standard(proto: "instance_name"),
4610 |     2: .same(proto: "requests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4652:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4650 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.Request: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4651 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest.protoMessageName + ".Request"
4652 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4653 |     1: .same(proto: "digest"),
4654 |     2: .same(proto: "data"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4700:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4698 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4699 |   public static let protoMessageName: String = _protobuf_package + ".BatchUpdateBlobsResponse"
4700 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4701 |     1: .same(proto: "responses"),
4702 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4732:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4730 | extension Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4731 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse.protoMessageName + ".Response"
4732 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4733 |     1: .same(proto: "digest"),
4734 |     2: .same(proto: "status"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4774:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4772 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4773 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsRequest"
4774 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4775 |     1: .standard(proto: "instance_name"),
4776 |     2: .same(proto: "digests"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4824:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4822 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4823 |   public static let protoMessageName: String = _protobuf_package + ".BatchReadBlobsResponse"
4824 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4825 |     1: .same(proto: "responses"),
4826 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4856:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4854 | extension Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4855 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse.protoMessageName + ".Response"
4856 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4857 |     1: .same(proto: "digest"),
4858 |     2: .same(proto: "data"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4910:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4908 | extension Build_Bazel_Remote_Execution_V2_GetTreeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4909 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeRequest"
4910 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4911 |     1: .standard(proto: "instance_name"),
4912 |     2: .standard(proto: "root_digest"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:4970:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4968 | extension Build_Bazel_Remote_Execution_V2_GetTreeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4969 |   public static let protoMessageName: String = _protobuf_package + ".GetTreeResponse"
4970 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
4971 |     1: .same(proto: "directories"),
4972 |     2: .standard(proto: "next_page_token"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5008:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5006 | extension Build_Bazel_Remote_Execution_V2_GetCapabilitiesRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5007 |   public static let protoMessageName: String = _protobuf_package + ".GetCapabilitiesRequest"
5008 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5009 |     1: .standard(proto: "instance_name"),
5010 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5040:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5038 | extension Build_Bazel_Remote_Execution_V2_ServerCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5039 |   public static let protoMessageName: String = _protobuf_package + ".ServerCapabilities"
5040 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5041 |     1: .standard(proto: "cache_capabilities"),
5042 |     2: .standard(proto: "execution_capabilities"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5055: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
5046 |   ]
5047 |
5048 |   fileprivate class _StorageClass {
     |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
5049 |     var _cacheCapabilities: Build_Bazel_Remote_Execution_V2_CacheCapabilities? = nil
5050 |     var _executionCapabilities: Build_Bazel_Remote_Execution_V2_ExecutionCapabilities? = nil
     :
5053 |     var _highApiVersion: Build_Bazel_Semver_SemVer? = nil
5054 |
5055 |     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
5056 |
5057 |     private init() {}
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5158:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5156 |
5157 | extension Build_Bazel_Remote_Execution_V2_DigestFunction.Value: SwiftProtobuf._ProtoNameProviding {
5158 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5159 |     0: .same(proto: "UNKNOWN"),
5160 |     1: .same(proto: "SHA256"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5174:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5172 | extension Build_Bazel_Remote_Execution_V2_ActionCacheUpdateCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5173 |   public static let protoMessageName: String = _protobuf_package + ".ActionCacheUpdateCapabilities"
5174 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5175 |     1: .standard(proto: "update_enabled"),
5176 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5206:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5204 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5205 |   public static let protoMessageName: String = _protobuf_package + ".PriorityCapabilities"
5206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5207 |     1: .same(proto: "priorities"),
5208 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5238:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5236 | extension Build_Bazel_Remote_Execution_V2_PriorityCapabilities.PriorityRange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5237 |   public static let protoMessageName: String = Build_Bazel_Remote_Execution_V2_PriorityCapabilities.protoMessageName + ".PriorityRange"
5238 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5239 |     1: .standard(proto: "min_priority"),
5240 |     2: .standard(proto: "max_priority"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5294:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5292 |
5293 | extension Build_Bazel_Remote_Execution_V2_SymlinkAbsolutePathStrategy.Value: SwiftProtobuf._ProtoNameProviding {
5294 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5295 |     0: .same(proto: "UNKNOWN"),
5296 |     1: .same(proto: "DISALLOWED"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5321:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5319 |
5320 | extension Build_Bazel_Remote_Execution_V2_Compressor.Value: SwiftProtobuf._ProtoNameProviding {
5321 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5322 |     0: .same(proto: "IDENTITY"),
5323 |     1: .same(proto: "ZSTD"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5331:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5329 | extension Build_Bazel_Remote_Execution_V2_CacheCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5330 |   public static let protoMessageName: String = _protobuf_package + ".CacheCapabilities"
5331 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5332 |     1: .standard(proto: "digest_functions"),
5333 |     2: .standard(proto: "action_cache_update_capabilities"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5409:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5407 | extension Build_Bazel_Remote_Execution_V2_ExecutionCapabilities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5408 |   public static let protoMessageName: String = _protobuf_package + ".ExecutionCapabilities"
5409 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5410 |     1: .standard(proto: "digest_function"),
5411 |     2: .standard(proto: "exec_enabled"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5469:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5467 | extension Build_Bazel_Remote_Execution_V2_ToolDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5468 |   public static let protoMessageName: String = _protobuf_package + ".ToolDetails"
5469 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5470 |     1: .standard(proto: "tool_name"),
5471 |     2: .standard(proto: "tool_version"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.pb.swift:5507:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5505 | extension Build_Bazel_Remote_Execution_V2_RequestMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5506 |   public static let protoMessageName: String = _protobuf_package + ".RequestMetadata"
5507 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
5508 |     1: .standard(proto: "tool_details"),
5509 |     2: .standard(proto: "action_id"),
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift:321:99: warning: 'GRPCSendable' is deprecated: renamed to 'Swift.Sendable'
319 | #endif  // compiler(>=5.6)
320 |
321 | public protocol Build_Bazel_Remote_Logstream_V1_LogStreamServiceClientInterceptorFactoryProtocol: GRPCSendable {
    |                                                                                                   |- warning: 'GRPCSendable' is deprecated: renamed to 'Swift.Sendable'
    |                                                                                                   `- note: use 'Swift.Sendable' instead
322 |
323 |     /// - Returns: Interceptors to use when invoking 'createLogStream'.
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.grpc.swift:525:9: warning: instance method of non-Sendable type 'Self' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
523 |         /// Callers of CreateLogStream are expected to NOT publish the
524 |         /// `write_resource_name`.
525 |         @Sendable func createLogStream(
    |         `- warning: instance method of non-Sendable type 'Self' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
526 |             request: Build_Bazel_Remote_Logstream_V1_CreateLogStreamRequest,
527 |             context: GRPCAsyncServerCallContext
BazelRemoteAPI.Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider {
2 | Self : BazelRemoteAPI.Build_Bazel_Remote_Logstream_V1_LogStreamServiceAsyncProvider}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift:106:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
104 | extension Build_Bazel_Remote_Logstream_V1_CreateLogStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
105 |   public static let protoMessageName: String = _protobuf_package + ".CreateLogStreamRequest"
106 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
107 |     1: .same(proto: "parent"),
108 |   ]
/host/spi-builder-workspace/Sources/BazelRemoteAPI/Generated/build/bazel/remote/logstream/v1/remote_logstream.pb.swift:138:65: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
136 | extension Build_Bazel_Remote_Logstream_V1_LogStream: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
137 |   public static let protoMessageName: String = _protobuf_package + ".LogStream"
138 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                                 `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
139 |     1: .same(proto: "name"),
140 |     2: .standard(proto: "write_resource_name"),
[2137/2143] Wrapping AST for BazelRemoteAPI for debugging
[2139/2146] Compiling LLBBazelBackend Digest.swift
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/Digest.swift:45:24: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
43 |     func asBazelDigest() throws -> Digest {
44 |         return try bytes.dropFirst().withUnsafeBytes {
45 |             try Digest.init(serializedData: Data(bytesNoCopy: UnsafeMutableRawPointer(mutating: $0.baseAddress!), count: $0.count, deallocator: .none))
   |                        |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                        `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
46 |         }
47 |     }
[2140/2146] Emitting module LLBBazelBackend
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:27:35: warning: 'Google_Bytestream_ByteStreamClient' is deprecated: renamed to 'Google_Bytestream_ByteStreamNIOClient'
 25 |     private let connection: ClientConnection
 26 |     private let headers: [GRPCHeader]
 27 |     private let bytestreamClient: Google_Bytestream_ByteStreamClient
    |                                   |- warning: 'Google_Bytestream_ByteStreamClient' is deprecated: renamed to 'Google_Bytestream_ByteStreamNIOClient'
    |                                   `- note: use 'Google_Bytestream_ByteStreamNIOClient' instead
 28 |     private let bytestreamUUID = UUID()
 29 |     private let casClient: ContentAddressableStorageClient
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:23:16: warning: stored property 'group' of 'Sendable'-conforming class 'LLBBazelCASDatabase' is mutable; this is an error in the Swift 6 language mode
 21 | public final class LLBBazelCASDatabase {
 22 |     /// Threads capable of running futures.
 23 |     public var group: LLBFuturesDispatchGroup
    |                `- warning: stored property 'group' of 'Sendable'-conforming class 'LLBBazelCASDatabase' is mutable; this is an error in the Swift 6 language mode
 24 |
 25 |     private let connection: ClientConnection
[2141/2146] Compiling LLBBazelBackend BazelCASDatabase.swift
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:27:35: warning: 'Google_Bytestream_ByteStreamClient' is deprecated: renamed to 'Google_Bytestream_ByteStreamNIOClient'
 25 |     private let connection: ClientConnection
 26 |     private let headers: [GRPCHeader]
 27 |     private let bytestreamClient: Google_Bytestream_ByteStreamClient
    |                                   |- warning: 'Google_Bytestream_ByteStreamClient' is deprecated: renamed to 'Google_Bytestream_ByteStreamNIOClient'
    |                                   `- note: use 'Google_Bytestream_ByteStreamNIOClient' instead
 28 |     private let bytestreamUUID = UUID()
 29 |     private let casClient: ContentAddressableStorageClient
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:23:16: warning: stored property 'group' of 'Sendable'-conforming class 'LLBBazelCASDatabase' is mutable; this is an error in the Swift 6 language mode
 21 | public final class LLBBazelCASDatabase {
 22 |     /// Threads capable of running futures.
 23 |     public var group: LLBFuturesDispatchGroup
    |                `- warning: stored property 'group' of 'Sendable'-conforming class 'LLBBazelCASDatabase' is mutable; this is an error in the Swift 6 language mode
 24 |
 25 |     private let connection: ClientConnection
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:72:33: warning: 'Google_Bytestream_ByteStreamClient' is deprecated: renamed to 'Google_Bytestream_ByteStreamNIOClient'
 70 |         )
 71 |         self.connection = ClientConnection(configuration: configuration)
 72 |         self.bytestreamClient = Google_Bytestream_ByteStreamClient(channel: connection)
    |                                 |- warning: 'Google_Bytestream_ByteStreamClient' is deprecated: renamed to 'Google_Bytestream_ByteStreamNIOClient'
    |                                 `- note: use 'Google_Bytestream_ByteStreamNIOClient' instead
 73 |         self.bytestreamClient.defaultCallOptions.customMetadata.add(contentsOf: headers)
 74 |         self.casClient = ContentAddressableStorageClient(channel: connection)
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:115:29: warning: type 'LLBCASFeatures' does not conform to the 'Sendable' protocol
113 | extension LLBBazelCASDatabase: LLBCASDatabase {
114 |     public func supportedFeatures() -> LLBFuture<LLBCASFeatures> {
115 |         return group.next().makeSucceededFuture(LLBCASFeatures(preservesIDs: false))
    |                             `- warning: type 'LLBCASFeatures' does not conform to the 'Sendable' protocol
116 |     }
117 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-async/Sources/TSFCAS/Database.swift:27:15: note: struct 'LLBCASFeatures' does not conform to the 'Sendable' protocol
 25 |
 26 | /// Features supported by a CAS Database
 27 | public struct LLBCASFeatures: Codable {
    |               `- note: struct 'LLBCASFeatures' does not conform to the 'Sendable' protocol
 28 |
 29 |     /// Whether a database is "ID preserving"
/host/spi-builder-workspace/Sources/LLBBazelBackend/CAS/BazelCASDatabase.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSFCAS'
 14 | import TSCBasic
 15 | import TSCUtility
 16 | import TSFCAS
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSFCAS'
 17 |
 18 | public typealias URL = Foundation.URL
/host/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 {
[2142/2147] Wrapping AST for LLBBazelBackend for debugging
[2144/2150] Compiling LLBCASTool Options.swift
[2145/2150] Emitting module LLBCASTool
[2146/2150] Compiling LLBCASTool CASTool.swift
/host/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:53:38: warning: 'openFile(path:eventLoop:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 51 |     /// Put the given file into the CAS database.
 52 |     public func casPut(file: AbsolutePath, _ ctx: Context) -> LLBFuture<LLBDataID> {
 53 |         let handleAndRegion = fileIO.openFile(
    |                                      `- warning: 'openFile(path:eventLoop:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 54 |             path: file.pathString, eventLoop: group.next()
 55 |         )
/host/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:59:20: warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 18 |
 19 | /// Frontend to the remote execution tool.
 20 | public final class LLBCASTool {
    |                    `- note: class 'LLBCASTool' does not conform to the 'Sendable' protocol
 21 |
 22 |     /// The tool options.
    :
 57 |         let buffer: LLBFuture<LLBByteBuffer> = handleAndRegion.flatMap { (handle, region) in
 58 |             let allocator = ByteBufferAllocator()
 59 |             return self.fileIO.read(
    |                    `- warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 60 |                 fileRegion: region,
 61 |                 allocator: allocator,
/host/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:70:13: warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 18 |
 19 | /// Frontend to the remote execution tool.
 20 | public final class LLBCASTool {
    |                    `- note: class 'LLBCASTool' does not conform to the 'Sendable' protocol
 21 |
 22 |     /// The tool options.
    :
 68 |
 69 |         return buffer.flatMap { buf in
 70 |             self.db.put(refs: [], data: buf, ctx)
    |             `- warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 71 |         }
 72 |     }
/host/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:89:29: warning: 'openFile(path:mode:flags:eventLoop:)' is deprecated: Avoid using NonBlockingFileIO. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 87 |         }
 88 |
 89 |         let handle = fileIO.openFile(
    |                             `- warning: 'openFile(path:mode:flags:eventLoop:)' is deprecated: Avoid using NonBlockingFileIO. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 90 |             path: outputFile.pathString,
 91 |             mode: .write,
/host/spi-builder-workspace/Sources/LLBCASTool/CASTool.swift:97:13: warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 18 |
 19 | /// Frontend to the remote execution tool.
 20 | public final class LLBCASTool {
    |                    `- note: class 'LLBCASTool' does not conform to the 'Sendable' protocol
 21 |
 22 |     /// The tool options.
    :
 95 |
 96 |         return handle.and(data).flatMap { (handle, data) in
 97 |             self.fileIO.write(
    |             `- warning: capture of 'self' with non-sendable type 'LLBCASTool' in a '@Sendable' closure
 98 |                 fileHandle: handle,
 99 |                 buffer: data,
[2147/2151] Wrapping AST for LLBCASTool for debugging
[2149/2157] Compiling llcastool misc.swift
/host/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:14:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' 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) {
/host/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:24:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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) {
[2150/2157] Compiling llcastool main.swift
/host/spi-builder-workspace/Sources/Tools/llcastool/main.swift:13: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
11 |
12 | struct llcastoolCommand: ParsableCommand {
13 |     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
14 |         commandName: "llcastool",
15 |         abstract: "llcastool — cas manipulation tools",
[2151/2157] Compiling llcastool Capabilities.swift
[2152/2157] Compiling llcastool CommonOptions.swift
[2153/2157] Emitting module llcastool
/host/spi-builder-workspace/Sources/Tools/llcastool/main.swift:13: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
11 |
12 | struct llcastoolCommand: ParsableCommand {
13 |     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
14 |         commandName: "llcastool",
15 |         abstract: "llcastool — cas manipulation tools",
/host/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:14:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'FoundationEssentials' 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) {
/host/spi-builder-workspace/Sources/Tools/llcastool/misc.swift:24:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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) {
[2154/2157] Compiling llcastool CASCommands.swift
/host/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:30:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead
28 |     func run() throws {
29 |         let fileSize = try localFileSystem.getFileInfo(path).size
30 |         stderrStream <<< "importing \(path.basename), \(prettyFileSize(fileSize))\n"
   |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead
31 |         stderrStream.flush()
32 |
/host/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:30: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
28 |     func run() throws {
29 |         let fileSize = try localFileSystem.getFileInfo(path).size
30 |         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
31 |         stderrStream.flush()
32 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
848 |     filePointer: TSCLibc.stderr,
849 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Tools/llcastool/CASCommands.swift:31: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
29 |         let fileSize = try localFileSystem.getFileInfo(path).size
30 |         stderrStream <<< "importing \(path.basename), \(prettyFileSize(fileSize))\n"
31 |         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
32 |
33 |         let group = LLBMakeDefaultDispatchGroup()
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:847:12: note: var declared here
845 |
846 | /// Public stderr stream instance.
847 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
848 |     filePointer: TSCLibc.stderr,
849 |     closeOnDeinit: false))
[2155/2158] Wrapping AST for llcastool for debugging
[2156/2158] Write Objects.LinkFileList
[2157/2158] Linking llcastool
Build complete! (547.98s)
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-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing"
    },
    {
      "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-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.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" : "swift-tools-support-async",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.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" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    }
  ],
  "manifest_display_name" : "llbuild2",
  "name" : "llbuild2",
  "path" : "/host/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" : "llcastool",
      "targets" : [
        "llcastool"
      ],
      "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",
        "FunctionCacheTests.swift",
        "KeyDependencyGraphTests.swift",
        "KeyTests.swift",
        "PredicateTests.swift",
        "RequirementTests.swift",
        "ResourcesTests.swift",
        "SpawnProcessTests.swift",
        "VersioningTests.swift"
      ],
      "target_dependencies" : [
        "llbuild2fx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "llbuild2fx",
      "module_type" : "SwiftTarget",
      "name" : "llbuild2fx",
      "path" : "Sources/llbuild2fx",
      "product_dependencies" : [
        "SwiftProtobuf",
        "SwiftToolsSupportAsync",
        "SwiftToolsSupportCAS",
        "Logging",
        "Tracing",
        "Instrumentation",
        "_NIOFileSystem"
      ],
      "product_memberships" : [
        "llbuild2",
        "llbuild2fx"
      ],
      "sources" : [
        "Action.swift",
        "ActionCache/FileBackedFunctionCache.swift",
        "ActionCache/InMemoryFunctionCache.swift",
        "Coding.swift",
        "CommandLineArgsCoder.swift",
        "Deadline.swift",
        "Diagnostics.swift",
        "Engine.swift",
        "Environment.swift",
        "Errors.swift",
        "Executor.swift",
        "FunctionCache.swift",
        "FunctionInterface.swift",
        "Generated/EngineProtocol/any_serializable.pb.swift",
        "Key.swift",
        "KeyConfiguration.swift",
        "KeyDependencyGraph.swift",
        "LocalExecutor.swift",
        "NullExecutor.swift",
        "Predicate/Expression.swift",
        "Predicate/Predicate.swift",
        "Resources.swift",
        "Reëxport.swift",
        "Ruleset.swift",
        "Service.swift",
        "SortedSet.swift",
        "SpawnProcess.swift",
        "Stats.swift",
        "Support/AnySerializable.swift",
        "Support/CommonCodables.swift",
        "Support/Logging.swift",
        "Support/Protobuf+Extensions.swift",
        "TreeMaterialization.swift",
        "Value.swift",
        "Versioning.swift",
        "WrappedDataID.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "llbuild2",
      "module_type" : "SwiftTarget",
      "name" : "llbuild2",
      "path" : "Sources/llbuild2",
      "product_memberships" : [
        "llbuild2"
      ],
      "sources" : [
        "Reexport.swift"
      ],
      "target_dependencies" : [
        "llbuild2fx"
      ],
      "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",
        "LLBBazelBackend"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBBazelBackend",
      "module_type" : "SwiftTarget",
      "name" : "LLBBazelBackend",
      "path" : "Sources/LLBBazelBackend",
      "product_dependencies" : [
        "Crypto",
        "GRPC",
        "SwiftToolsSupportCAS"
      ],
      "product_memberships" : [
        "llcastool"
      ],
      "sources" : [
        "CAS/BazelCASDatabase.swift",
        "CAS/Digest.swift"
      ],
      "target_dependencies" : [
        "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/api/launch_stage.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/http.pb.2.swift",
        "Generated/google/rpc/status.pb.swift",
        "Typealiases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.