The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Steam, reference 0.1.0 (730abb), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 17:53:27 UTC.

Swift 6 data race errors: 282

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

 8632 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8662:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8660 | extension CMsgClientRegisterKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8661 |   static let protoMessageName: String = "CMsgClientRegisterKey"
 8662 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8663 |     1: .same(proto: "key"),
 8664 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8694:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8692 | extension CMsgClientPurchaseResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8693 |   static let protoMessageName: String = "CMsgClientPurchaseResponse"
 8694 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8695 |     1: .same(proto: "eresult"),
 8696 |     2: .standard(proto: "purchase_result_details"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8738:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8736 | extension CMsgClientActivateOEMLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8737 |   static let protoMessageName: String = "CMsgClientActivateOEMLicense"
 8738 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8739 |     1: .standard(proto: "bios_manufacturer"),
 8740 |     2: .standard(proto: "bios_serialnumber"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8800:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8798 | extension CMsgClientRegisterOEMMachine: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8799 |   static let protoMessageName: String = "CMsgClientRegisterOEMMachine"
 8800 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8801 |     1: .standard(proto: "oem_register_file"),
 8802 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8832:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8830 | extension CMsgClientRegisterOEMMachineResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8831 |   static let protoMessageName: String = "CMsgClientRegisterOEMMachineResponse"
 8832 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8833 |     1: .same(proto: "eresult"),
 8834 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8864:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8862 | extension CMsgClientPurchaseWithMachineID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8863 |   static let protoMessageName: String = "CMsgClientPurchaseWithMachineID"
 8864 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8865 |     1: .standard(proto: "package_id"),
 8866 |     2: .standard(proto: "machine_info"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8902:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8900 | extension CMsgTrading_InitiateTradeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8901 |   static let protoMessageName: String = "CMsgTrading_InitiateTradeRequest"
 8902 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8903 |     1: .standard(proto: "trade_request_id"),
 8904 |     2: .standard(proto: "other_steamid"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:8946:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 8944 | extension CMsgTrading_InitiateTradeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 8945 |   static let protoMessageName: String = "CMsgTrading_InitiateTradeResponse"
 8946 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8947 |     1: .same(proto: "response"),
 8948 |     2: .standard(proto: "trade_request_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9026:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9024 | extension CMsgTrading_CancelTradeRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9025 |   static let protoMessageName: String = "CMsgTrading_CancelTradeRequest"
 9026 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9027 |     1: .standard(proto: "other_steamid"),
 9028 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9058:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9056 | extension CMsgTrading_StartSession: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9057 |   static let protoMessageName: String = "CMsgTrading_StartSession"
 9058 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9059 |     1: .standard(proto: "other_steamid"),
 9060 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9090:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9088 | extension CMsgClientGetCDNAuthToken: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9089 |   static let protoMessageName: String = "CMsgClientGetCDNAuthToken"
 9090 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9091 |     1: .standard(proto: "depot_id"),
 9092 |     2: .standard(proto: "host_name"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9134:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9132 | extension CMsgClientGetDepotDecryptionKey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9133 |   static let protoMessageName: String = "CMsgClientGetDepotDecryptionKey"
 9134 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9135 |     1: .standard(proto: "depot_id"),
 9136 |     2: .standard(proto: "app_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9172:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9170 | extension CMsgClientGetDepotDecryptionKeyResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9171 |   static let protoMessageName: String = "CMsgClientGetDepotDecryptionKeyResponse"
 9172 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9173 |     1: .same(proto: "eresult"),
 9174 |     2: .standard(proto: "depot_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9216:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9214 | extension CMsgClientCheckAppBetaPassword: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9215 |   static let protoMessageName: String = "CMsgClientCheckAppBetaPassword"
 9216 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9217 |     1: .standard(proto: "app_id"),
 9218 |     2: .same(proto: "betapassword"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9260:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9258 | extension CMsgClientCheckAppBetaPasswordResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9259 |   static let protoMessageName: String = "CMsgClientCheckAppBetaPasswordResponse"
 9260 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9261 |     1: .same(proto: "eresult"),
 9262 |     4: .same(proto: "betapasswords"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9298:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9296 | extension CMsgClientCheckAppBetaPasswordResponse.BetaPassword: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9297 |   static let protoMessageName: String = CMsgClientCheckAppBetaPasswordResponse.protoMessageName + ".BetaPassword"
 9298 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9299 |     1: .same(proto: "betaname"),
 9300 |     2: .same(proto: "betapassword"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9342:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9340 | extension CMsgClientUpdateAppJobReport: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9341 |   static let protoMessageName: String = "CMsgClientUpdateAppJobReport"
 9342 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9343 |     1: .standard(proto: "app_id"),
 9344 |     2: .standard(proto: "depot_ids"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9574:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9572 | extension CMsgClientDPContentStatsReport: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9573 |   static let protoMessageName: String = "CMsgClientDPContentStatsReport"
 9574 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9575 |     1: .standard(proto: "stats_machine_id"),
 9576 |     2: .standard(proto: "country_code"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9642:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9640 | extension CMsgClientGetCDNAuthTokenResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9641 |   static let protoMessageName: String = "CMsgClientGetCDNAuthTokenResponse"
 9642 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9643 |     1: .same(proto: "eresult"),
 9644 |     2: .same(proto: "token"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9686:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9684 | extension CMsgDownloadRateStatistics: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9685 |   static let protoMessageName: String = "CMsgDownloadRateStatistics"
 9686 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9687 |     1: .standard(proto: "cell_id"),
 9688 |     2: .same(proto: "stats"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9736:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9734 | extension CMsgDownloadRateStatistics.StatsInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9735 |   static let protoMessageName: String = CMsgDownloadRateStatistics.protoMessageName + ".StatsInfo"
 9736 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9737 |     1: .standard(proto: "source_type"),
 9738 |     2: .standard(proto: "source_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9810:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9808 | extension CMsgClientRequestAccountData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9809 |   static let protoMessageName: String = "CMsgClientRequestAccountData"
 9810 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9811 |     1: .standard(proto: "account_or_email"),
 9812 |     2: .same(proto: "action"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9848:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9846 | extension CMsgClientRequestAccountDataResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9847 |   static let protoMessageName: String = "CMsgClientRequestAccountDataResponse"
 9848 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9849 |     1: .same(proto: "action"),
 9850 |     2: .same(proto: "eresult"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9916:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9914 | extension CMsgClientUGSGetGlobalStats: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9915 |   static let protoMessageName: String = "CMsgClientUGSGetGlobalStats"
 9916 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9917 |     1: .same(proto: "gameid"),
 9918 |     2: .standard(proto: "history_days_requested"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:9972:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 9970 | extension CMsgClientUGSGetGlobalStatsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 9971 |   static let protoMessageName: String = "CMsgClientUGSGetGlobalStatsResponse"
 9972 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9973 |     1: .same(proto: "eresult"),
 9974 |     2: .same(proto: "timestamp"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10022:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10020 | extension CMsgClientUGSGetGlobalStatsResponse.Day: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10021 |   static let protoMessageName: String = CMsgClientUGSGetGlobalStatsResponse.protoMessageName + ".Day"
10022 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10023 |     1: .standard(proto: "day_id"),
10024 |     2: .same(proto: "stats"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10060:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10058 | extension CMsgClientUGSGetGlobalStatsResponse.Day.Stat: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10059 |   static let protoMessageName: String = CMsgClientUGSGetGlobalStatsResponse.Day.protoMessageName + ".Stat"
10060 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10061 |     1: .standard(proto: "stat_id"),
10062 |     2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10098:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10096 | extension CMsgClientRedeemGuestPass: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10097 |   static let protoMessageName: String = "CMsgClientRedeemGuestPass"
10098 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10099 |     1: .standard(proto: "guest_pass_id"),
10100 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10130:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10128 | extension CMsgClientRedeemGuestPassResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10129 |   static let protoMessageName: String = "CMsgClientRedeemGuestPassResponse"
10130 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10131 |     1: .same(proto: "eresult"),
10132 |     2: .standard(proto: "package_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10174:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10172 | extension CMsgClientGetClanActivityCounts: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10173 |   static let protoMessageName: String = "CMsgClientGetClanActivityCounts"
10174 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10175 |     1: .standard(proto: "steamid_clans"),
10176 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10206:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10204 | extension CMsgClientGetClanActivityCountsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10205 |   static let protoMessageName: String = "CMsgClientGetClanActivityCountsResponse"
10206 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10207 |     1: .same(proto: "eresult"),
10208 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10238:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10236 | extension CMsgClientOGSReportString: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10237 |   static let protoMessageName: String = "CMsgClientOGSReportString"
10238 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10239 |     1: .same(proto: "accumulated"),
10240 |     2: .same(proto: "sessionid"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10294:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10292 | extension CMsgClientOGSReportBug: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10293 |   static let protoMessageName: String = "CMsgClientOGSReportBug"
10294 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10295 |     1: .same(proto: "sessionid"),
10296 |     2: .same(proto: "bugtext"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10338:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10336 | extension CMsgClientSentLogs: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10337 |   static let protoMessageName: String = "CMsgClientSentLogs"
10338 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10339 |
10340 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10357:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10355 | extension CMsgGCClient: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10356 |   static let protoMessageName: String = "CMsgGCClient"
10357 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10358 |     1: .same(proto: "appid"),
10359 |     2: .same(proto: "msgtype"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10419:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10417 | extension CMsgClientRequestFreeLicense: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10418 |   static let protoMessageName: String = "CMsgClientRequestFreeLicense"
10419 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10420 |     2: .same(proto: "appids"),
10421 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10451:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10449 | extension CMsgClientRequestFreeLicenseResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10450 |   static let protoMessageName: String = "CMsgClientRequestFreeLicenseResponse"
10451 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10452 |     1: .same(proto: "eresult"),
10453 |     2: .standard(proto: "granted_packageids"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10495:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10493 | extension CMsgDRMDownloadRequestWithCrashData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10494 |   static let protoMessageName: String = "CMsgDRMDownloadRequestWithCrashData"
10495 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10496 |     1: .standard(proto: "download_flags"),
10497 |     2: .standard(proto: "download_types_known"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10569:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10567 | extension CMsgDRMDownloadResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10568 |   static let protoMessageName: String = "CMsgDRMDownloadResponse"
10569 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10570 |     1: .same(proto: "eresult"),
10571 |     2: .standard(proto: "app_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10643:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10641 | extension CMsgDRMFinalResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10642 |   static let protoMessageName: String = "CMsgDRMFinalResult"
10643 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10644 |     1: .same(proto: "eResult"),
10645 |     2: .standard(proto: "app_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10717:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10715 | extension CMsgClientDPCheckSpecialSurvey: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10716 |   static let protoMessageName: String = "CMsgClientDPCheckSpecialSurvey"
10717 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10718 |     1: .standard(proto: "survey_id"),
10719 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10749:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10747 | extension CMsgClientDPCheckSpecialSurveyResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10748 |   static let protoMessageName: String = "CMsgClientDPCheckSpecialSurveyResponse"
10749 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10750 |     1: .same(proto: "eResult"),
10751 |     2: .same(proto: "state"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10811:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10809 | extension CMsgClientDPSendSpecialSurveyResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10810 |   static let protoMessageName: String = "CMsgClientDPSendSpecialSurveyResponse"
10811 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10812 |     1: .standard(proto: "survey_id"),
10813 |     2: .same(proto: "data"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10849:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10847 | extension CMsgClientDPSendSpecialSurveyResponseReply: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10848 |   static let protoMessageName: String = "CMsgClientDPSendSpecialSurveyResponseReply"
10849 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10850 |     1: .same(proto: "eResult"),
10851 |     2: .same(proto: "token"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10887:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10885 | extension CMsgClientRequestForgottenPasswordEmail: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10886 |   static let protoMessageName: String = "CMsgClientRequestForgottenPasswordEmail"
10887 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10888 |     1: .standard(proto: "account_name"),
10889 |     2: .standard(proto: "password_tried"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10925:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10923 | extension CMsgClientRequestForgottenPasswordEmailResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10924 |   static let protoMessageName: String = "CMsgClientRequestForgottenPasswordEmailResponse"
10925 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10926 |     1: .same(proto: "eResult"),
10927 |     2: .standard(proto: "use_secret_question"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:10963:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10961 | extension CMsgClientItemAnnouncements: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10962 |   static let protoMessageName: String = "CMsgClientItemAnnouncements"
10963 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10964 |     1: .standard(proto: "count_new_items"),
10965 |     2: .standard(proto: "unseen_items"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11001:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
10999 | extension CMsgClientItemAnnouncements.UnseenItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11000 |   static let protoMessageName: String = CMsgClientItemAnnouncements.protoMessageName + ".UnseenItem"
11001 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11002 |     1: .same(proto: "appid"),
11003 |     2: .standard(proto: "context_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11063:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11061 | extension CMsgClientRequestItemAnnouncements: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11062 |   static let protoMessageName: String = "CMsgClientRequestItemAnnouncements"
11063 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11064 |
11065 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11082:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11080 | extension CMsgClientUserNotifications: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11081 |   static let protoMessageName: String = "CMsgClientUserNotifications"
11082 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11083 |     1: .same(proto: "notifications"),
11084 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11114:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11112 | extension CMsgClientUserNotifications.Notification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11113 |   static let protoMessageName: String = CMsgClientUserNotifications.protoMessageName + ".Notification"
11114 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11115 |     1: .standard(proto: "user_notification_type"),
11116 |     2: .same(proto: "count"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11152:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11150 | extension CMsgClientCommentNotifications: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11151 |   static let protoMessageName: String = "CMsgClientCommentNotifications"
11152 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11153 |     1: .standard(proto: "count_new_comments"),
11154 |     2: .standard(proto: "count_new_comments_owner"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11196:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11194 | extension CMsgClientRequestCommentNotifications: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11195 |   static let protoMessageName: String = "CMsgClientRequestCommentNotifications"
11196 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11197 |
11198 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11215:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11213 | extension CMsgClientOfflineMessageNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11214 |   static let protoMessageName: String = "CMsgClientOfflineMessageNotification"
11215 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11216 |     1: .standard(proto: "offline_messages"),
11217 |     2: .standard(proto: "friends_with_offline_messages"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11253:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11251 | extension CMsgClientRequestOfflineMessageCount: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11252 |   static let protoMessageName: String = "CMsgClientRequestOfflineMessageCount"
11253 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11254 |
11255 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11272:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11270 | extension CMsgClientChatGetFriendMessageHistory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11271 |   static let protoMessageName: String = "CMsgClientChatGetFriendMessageHistory"
11272 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11273 |     1: .same(proto: "steamid"),
11274 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11304:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11302 | extension CMsgClientChatGetFriendMessageHistoryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11303 |   static let protoMessageName: String = "CMsgClientChatGetFriendMessageHistoryResponse"
11304 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11305 |     1: .same(proto: "steamid"),
11306 |     2: .same(proto: "success"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11348:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11346 | extension CMsgClientChatGetFriendMessageHistoryResponse.FriendMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11347 |   static let protoMessageName: String = CMsgClientChatGetFriendMessageHistoryResponse.protoMessageName + ".FriendMessage"
11348 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11349 |     1: .same(proto: "accountid"),
11350 |     2: .same(proto: "timestamp"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11398:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11396 | extension CMsgClientChatGetFriendMessageHistoryForOfflineMessages: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11397 |   static let protoMessageName: String = "CMsgClientChatGetFriendMessageHistoryForOfflineMessages"
11398 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11399 |
11400 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11417:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11415 | extension CMsgClientFSGetFriendsSteamLevels: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11416 |   static let protoMessageName: String = "CMsgClientFSGetFriendsSteamLevels"
11417 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11418 |     1: .same(proto: "accountids"),
11419 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11449:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11447 | extension CMsgClientFSGetFriendsSteamLevelsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11448 |   static let protoMessageName: String = "CMsgClientFSGetFriendsSteamLevelsResponse"
11449 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11450 |     1: .same(proto: "friends"),
11451 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11481:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11479 | extension CMsgClientFSGetFriendsSteamLevelsResponse.Friend: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11480 |   static let protoMessageName: String = CMsgClientFSGetFriendsSteamLevelsResponse.protoMessageName + ".Friend"
11481 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11482 |     1: .same(proto: "accountid"),
11483 |     2: .same(proto: "level"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11519:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11517 | extension CMsgClientEmailAddrInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11518 |   static let protoMessageName: String = "CMsgClientEmailAddrInfo"
11519 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11520 |     1: .standard(proto: "email_address"),
11521 |     2: .standard(proto: "email_is_validated"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11581:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11579 | extension CMsgCREItemVoteSummary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11580 |   static let protoMessageName: String = "CMsgCREItemVoteSummary"
11581 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11582 |     1: .standard(proto: "published_file_ids"),
11583 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11613:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11611 | extension CMsgCREItemVoteSummary.PublishedFileId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11612 |   static let protoMessageName: String = CMsgCREItemVoteSummary.protoMessageName + ".PublishedFileId"
11613 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11614 |     1: .standard(proto: "published_file_id"),
11615 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11645:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11643 | extension CMsgCREItemVoteSummaryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11644 |   static let protoMessageName: String = "CMsgCREItemVoteSummaryResponse"
11645 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11646 |     1: .same(proto: "eresult"),
11647 |     2: .standard(proto: "item_vote_summaries"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11683:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11681 | extension CMsgCREItemVoteSummaryResponse.ItemVoteSummary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11682 |   static let protoMessageName: String = CMsgCREItemVoteSummaryResponse.protoMessageName + ".ItemVoteSummary"
11683 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11684 |     1: .standard(proto: "published_file_id"),
11685 |     2: .standard(proto: "votes_for"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11739:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11737 | extension CMsgCREUpdateUserPublishedItemVote: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11738 |   static let protoMessageName: String = "CMsgCREUpdateUserPublishedItemVote"
11739 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11740 |     1: .standard(proto: "published_file_id"),
11741 |     2: .standard(proto: "vote_up"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11777:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11775 | extension CMsgCREUpdateUserPublishedItemVoteResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11776 |   static let protoMessageName: String = "CMsgCREUpdateUserPublishedItemVoteResponse"
11777 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11778 |     1: .same(proto: "eresult"),
11779 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11809:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11807 | extension CMsgCREGetUserPublishedItemVoteDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11808 |   static let protoMessageName: String = "CMsgCREGetUserPublishedItemVoteDetails"
11809 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11810 |     1: .standard(proto: "published_file_ids"),
11811 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11841:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11839 | extension CMsgCREGetUserPublishedItemVoteDetails.PublishedFileId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11840 |   static let protoMessageName: String = CMsgCREGetUserPublishedItemVoteDetails.protoMessageName + ".PublishedFileId"
11841 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11842 |     1: .standard(proto: "published_file_id"),
11843 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11873:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11871 | extension CMsgCREGetUserPublishedItemVoteDetailsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11872 |   static let protoMessageName: String = "CMsgCREGetUserPublishedItemVoteDetailsResponse"
11873 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11874 |     1: .same(proto: "eresult"),
11875 |     2: .standard(proto: "user_item_vote_details"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11911:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11909 | extension CMsgCREGetUserPublishedItemVoteDetailsResponse.UserItemVoteDetail: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11910 |   static let protoMessageName: String = CMsgCREGetUserPublishedItemVoteDetailsResponse.protoMessageName + ".UserItemVoteDetail"
11911 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11912 |     1: .standard(proto: "published_file_id"),
11913 |     2: .same(proto: "vote"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11949:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11947 | extension CMsgFSGetFollowerCount: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11948 |   static let protoMessageName: String = "CMsgFSGetFollowerCount"
11949 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11950 |     1: .standard(proto: "steam_id"),
11951 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11981:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
11979 | extension CMsgFSGetFollowerCountResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11980 |   static let protoMessageName: String = "CMsgFSGetFollowerCountResponse"
11981 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11982 |     1: .same(proto: "eresult"),
11983 |     2: .same(proto: "count"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12019:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12017 | extension CMsgFSGetIsFollowing: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12018 |   static let protoMessageName: String = "CMsgFSGetIsFollowing"
12019 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12020 |     1: .standard(proto: "steam_id"),
12021 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12051:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12049 | extension CMsgFSGetIsFollowingResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12050 |   static let protoMessageName: String = "CMsgFSGetIsFollowingResponse"
12051 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12052 |     1: .same(proto: "eresult"),
12053 |     2: .standard(proto: "is_following"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12089:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12087 | extension CMsgFSEnumerateFollowingList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12088 |   static let protoMessageName: String = "CMsgFSEnumerateFollowingList"
12089 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12090 |     1: .standard(proto: "start_index"),
12091 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12121:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12119 | extension CMsgFSEnumerateFollowingListResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12120 |   static let protoMessageName: String = "CMsgFSEnumerateFollowingListResponse"
12121 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12122 |     1: .same(proto: "eresult"),
12123 |     2: .standard(proto: "total_results"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12165:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12163 | extension CMsgDPGetNumberOfCurrentPlayers: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12164 |   static let protoMessageName: String = "CMsgDPGetNumberOfCurrentPlayers"
12165 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12166 |     1: .same(proto: "appid"),
12167 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12197:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12195 | extension CMsgDPGetNumberOfCurrentPlayersResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12196 |   static let protoMessageName: String = "CMsgDPGetNumberOfCurrentPlayersResponse"
12197 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12198 |     1: .same(proto: "eresult"),
12199 |     2: .standard(proto: "player_count"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12235:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12233 | extension CMsgClientFriendUserStatusPublished: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12234 |   static let protoMessageName: String = "CMsgClientFriendUserStatusPublished"
12235 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12236 |     1: .standard(proto: "friend_steamid"),
12237 |     2: .same(proto: "appid"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12279:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12277 | extension CMsgClientServiceMethodLegacy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12278 |   static let protoMessageName: String = "CMsgClientServiceMethodLegacy"
12279 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12280 |     1: .standard(proto: "method_name"),
12281 |     2: .standard(proto: "serialized_method"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12323:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12321 | extension CMsgClientServiceMethodLegacyResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12322 |   static let protoMessageName: String = "CMsgClientServiceMethodLegacyResponse"
12323 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12324 |     1: .standard(proto: "method_name"),
12325 |     2: .standard(proto: "serialized_method_response"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12361:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12359 | extension CMsgClientUIMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12360 |   static let protoMessageName: String = "CMsgClientUIMode"
12361 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12362 |     1: .same(proto: "uimode"),
12363 |     2: .standard(proto: "chat_mode"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12399:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12397 | extension CMsgClientVanityURLChangedNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12398 |   static let protoMessageName: String = "CMsgClientVanityURLChangedNotification"
12399 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12400 |     1: .standard(proto: "vanity_url"),
12401 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12431:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12429 | extension CMsgClientAuthorizeLocalDeviceRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12430 |   static let protoMessageName: String = "CMsgClientAuthorizeLocalDeviceRequest"
12431 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12432 |     1: .standard(proto: "device_description"),
12433 |     2: .standard(proto: "owner_account_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12475:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12473 | extension CMsgClientAuthorizeLocalDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12474 |   static let protoMessageName: String = "CMsgClientAuthorizeLocalDevice"
12475 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12476 |     1: .same(proto: "eresult"),
12477 |     2: .standard(proto: "owner_account_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12519:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12517 | extension CMsgClientAuthorizeLocalDeviceNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12518 |   static let protoMessageName: String = "CMsgClientAuthorizeLocalDeviceNotification"
12519 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12520 |     1: .same(proto: "eresult"),
12521 |     2: .standard(proto: "owner_account_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12563:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12561 | extension CMsgClientDeauthorizeDeviceRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12562 |   static let protoMessageName: String = "CMsgClientDeauthorizeDeviceRequest"
12563 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12564 |     1: .standard(proto: "deauthorization_account_id"),
12565 |     2: .standard(proto: "deauthorization_device_token"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12601:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12599 | extension CMsgClientDeauthorizeDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12600 |   static let protoMessageName: String = "CMsgClientDeauthorizeDevice"
12601 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12602 |     1: .same(proto: "eresult"),
12603 |     2: .standard(proto: "deauthorization_account_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12639:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12637 | extension CMsgClientUseLocalDeviceAuthorizations: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12638 |   static let protoMessageName: String = "CMsgClientUseLocalDeviceAuthorizations"
12639 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12640 |     1: .standard(proto: "authorization_account_id"),
12641 |     2: .standard(proto: "device_tokens"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12677:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12675 | extension CMsgClientUseLocalDeviceAuthorizations.DeviceToken: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12676 |   static let protoMessageName: String = CMsgClientUseLocalDeviceAuthorizations.protoMessageName + ".DeviceToken"
12677 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12678 |     1: .standard(proto: "owner_account_id"),
12679 |     2: .standard(proto: "token_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12715:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12713 | extension CMsgClientGetAuthorizedDevices: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12714 |   static let protoMessageName: String = "CMsgClientGetAuthorizedDevices"
12715 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12716 |
12717 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12734:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12732 | extension CMsgClientGetAuthorizedDevicesResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12733 |   static let protoMessageName: String = "CMsgClientGetAuthorizedDevicesResponse"
12734 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12735 |     1: .same(proto: "eresult"),
12736 |     2: .standard(proto: "authorized_device"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12772:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12770 | extension CMsgClientGetAuthorizedDevicesResponse.AuthorizedDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12771 |   static let protoMessageName: String = CMsgClientGetAuthorizedDevicesResponse.protoMessageName + ".AuthorizedDevice"
12772 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12773 |     1: .standard(proto: "auth_device_token"),
12774 |     2: .standard(proto: "device_name"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12834:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12832 | extension CMsgClientSharedLibraryLockStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12833 |   static let protoMessageName: String = "CMsgClientSharedLibraryLockStatus"
12834 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12835 |     1: .standard(proto: "locked_library"),
12836 |     2: .standard(proto: "own_library_locked_by"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12872:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12870 | extension CMsgClientSharedLibraryLockStatus.LockedLibrary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12871 |   static let protoMessageName: String = CMsgClientSharedLibraryLockStatus.protoMessageName + ".LockedLibrary"
12872 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12873 |     1: .standard(proto: "owner_id"),
12874 |     2: .standard(proto: "locked_by"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12910:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12908 | extension CMsgClientSharedLibraryStopPlaying: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12909 |   static let protoMessageName: String = "CMsgClientSharedLibraryStopPlaying"
12910 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12911 |     1: .standard(proto: "seconds_left"),
12912 |     2: .standard(proto: "stop_apps"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12948:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12946 | extension CMsgClientSharedLibraryStopPlaying.StopApp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12947 |   static let protoMessageName: String = CMsgClientSharedLibraryStopPlaying.protoMessageName + ".StopApp"
12948 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12949 |     1: .standard(proto: "app_id"),
12950 |     2: .standard(proto: "owner_id"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:12986:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
12984 | extension CMsgClientServiceCall: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
12985 |   static let protoMessageName: String = "CMsgClientServiceCall"
12986 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12987 |     1: .standard(proto: "sysid_routing"),
12988 |     2: .standard(proto: "call_handle"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13072:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13070 | extension CMsgClientServiceModule: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13071 |   static let protoMessageName: String = "CMsgClientServiceModule"
13072 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13073 |     1: .standard(proto: "module_crc"),
13074 |     2: .standard(proto: "module_hash"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13116:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13114 | extension CMsgClientServiceCallResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13115 |   static let protoMessageName: String = "CMsgClientServiceCallResponse"
13116 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13117 |     1: .standard(proto: "sysid_routing"),
13118 |     2: .standard(proto: "call_handle"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13340:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13338 | extension CMsgAMUnlockStreaming: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13339 |   static let protoMessageName: String = "CMsgAMUnlockStreaming"
13340 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13341 |
13342 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13359:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13357 | extension CMsgAMUnlockStreamingResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13358 |   static let protoMessageName: String = "CMsgAMUnlockStreamingResponse"
13359 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13360 |     1: .same(proto: "eresult"),
13361 |     2: .standard(proto: "encryption_key"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13397:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13395 | extension CMsgAMUnlockHEVC: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13396 |   static let protoMessageName: String = "CMsgAMUnlockHEVC"
13397 |   static let _protobuf_nameMap = SwiftProtobuf._NameMap()
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13398 |
13399 |   mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13416:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13414 | extension CMsgAMUnlockHEVCResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13415 |   static let protoMessageName: String = "CMsgAMUnlockHEVCResponse"
13416 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13417 |     1: .same(proto: "eresult"),
13418 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13448:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13446 | extension CMsgClientPlayingSessionState: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13447 |   static let protoMessageName: String = "CMsgClientPlayingSessionState"
13448 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13449 |     2: .standard(proto: "playing_blocked"),
13450 |     3: .standard(proto: "playing_app"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13486:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13484 | extension CMsgClientKickPlayingSession: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13485 |   static let protoMessageName: String = "CMsgClientKickPlayingSession"
13486 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13487 |     1: .standard(proto: "only_stop_game"),
13488 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13518:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13516 | extension CMsgClientVoiceCallPreAuthorize: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13517 |   static let protoMessageName: String = "CMsgClientVoiceCallPreAuthorize"
13518 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13519 |     1: .standard(proto: "caller_steamid"),
13520 |     2: .standard(proto: "receiver_steamid"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13568:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13566 | extension CMsgClientVoiceCallPreAuthorizeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13567 |   static let protoMessageName: String = "CMsgClientVoiceCallPreAuthorizeResponse"
13568 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13569 |     1: .standard(proto: "caller_steamid"),
13570 |     2: .standard(proto: "receiver_steamid"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:13618:14: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
13616 | extension CMsgBadgeCraftedNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
13617 |   static let protoMessageName: String = "CMsgBadgeCraftedNotification"
13618 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
      |              |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
      |              |- note: annotate '_protobuf_nameMap' with '@MainActor' if property should only be accessed from the main actor
      |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13619 |     1: .same(proto: "appid"),
13620 |     2: .standard(proto: "badge_level"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
Build complete! (51.68s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Steam/Protobuf': File not found.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.8",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "5.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift.git"
    },
    {
      "identity" : "swcrypt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.4",
            "upper_bound" : "5.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soyersoyer/SwCrypt.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.0",
            "upper_bound" : "1.16.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Steam",
  "name" : "Steam",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Steam",
      "targets" : [
        "Steam"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SteamTests",
      "module_type" : "SwiftTarget",
      "name" : "SteamTests",
      "path" : "Tests/SteamTests",
      "sources" : [
        "DataExtensionsTests.swift",
        "DataReaderTests.swift",
        "EncryptionDataTests.swift",
        "PacketTests.swift",
        "SteamIdentifierTests.swift",
        "SteamServiceTests.swift"
      ],
      "target_dependencies" : [
        "Steam"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Steam",
      "module_type" : "SwiftTarget",
      "name" : "Steam",
      "path" : "Sources/Steam",
      "product_dependencies" : [
        "CryptoSwift",
        "Gzip",
        "SwCrypt",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Steam"
      ],
      "sources" : [
        "ChatMode.swift",
        "Connection.swift",
        "DataReader.swift",
        "Encryption/EncryptionData.swift",
        "Encryption/EncryptionRequest.swift",
        "Encryption/EncryptionResult.swift",
        "Encryption/SteamService+EncryptionMessages.swift",
        "Extensions/DataConvertible.swift",
        "Extensions/DataExtensions.swift",
        "Extensions/Publisher+Sink.swift",
        "Extensions/UInt32+Protobuf.swift",
        "Friends/SteamFriend.swift",
        "Friends/SteamService+Friends.swift",
        "Generated Protobuf/enums_clientserver.pb.swift",
        "Generated Protobuf/steammessages_base.pb.swift",
        "Generated Protobuf/steammessages_clientserver_2.pb.swift",
        "Generated Protobuf/steammessages_clientserver_friends.pb.swift",
        "Generated Protobuf/steammessages_clientserver_login.pb.swift",
        "Login/SteamLoginResponse.swift",
        "Login/SteamService+Login.swift",
        "Message/Message.swift",
        "Message/MessageProtocol.swift",
        "Message/MessageType.swift",
        "Message/ProtobufMessage.swift",
        "Message/SessionIdentifier.swift",
        "MessageReader.swift",
        "Packet.swift",
        "SteamAccountFlags.swift",
        "SteamIdentifier/AccountType.swift",
        "SteamIdentifier/SteamIdentifier.swift",
        "SteamIdentifier/Universe.swift",
        "SteamResult.swift",
        "SteamServer+Defaults.swift",
        "SteamServer.swift",
        "SteamServersFetcher.swift",
        "SteamService+Cryptography.swift",
        "SteamService+Send.swift",
        "SteamService.swift",
        "UserInfo.swift",
        "UserState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Steam/Protobuf': File not found.
Done.