Build Information
Successful build of swift-steam, reference main (9b0e73
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 17:53:29 UTC.
Swift 6 data race errors: 266
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
8365 | static let protoMessageName: String = "CMsgClientDPSendSpecialSurveyResponse"
8366 | 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
8367 | 1: .standard(proto: "survey_id"),
8368 | 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:8408: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
8406 | extension CMsgClientDPSendSpecialSurveyResponseReply: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8407 | static let protoMessageName: String = "CMsgClientDPSendSpecialSurveyResponseReply"
8408 | 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
8409 | 1: .same(proto: "eResult"),
8410 | 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:8450: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
8448 | extension CMsgClientRequestForgottenPasswordEmail: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8449 | static let protoMessageName: String = "CMsgClientRequestForgottenPasswordEmail"
8450 | 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
8451 | 1: .standard(proto: "account_name"),
8452 | 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:8492: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
8490 | extension CMsgClientRequestForgottenPasswordEmailResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8491 | static let protoMessageName: String = "CMsgClientRequestForgottenPasswordEmailResponse"
8492 | 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
8493 | 1: .same(proto: "eResult"),
8494 | 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:8534: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
8532 | extension CMsgClientItemAnnouncements: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8533 | static let protoMessageName: String = "CMsgClientItemAnnouncements"
8534 | 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
8535 | 1: .standard(proto: "count_new_items"),
8536 | 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:8576: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
8574 | extension CMsgClientItemAnnouncements.UnseenItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8575 | static let protoMessageName: String = CMsgClientItemAnnouncements.protoMessageName + ".UnseenItem"
8576 | 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
8577 | 1: .same(proto: "appid"),
8578 | 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:8642: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
8640 | extension CMsgClientRequestItemAnnouncements: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8641 | static let protoMessageName: String = "CMsgClientRequestItemAnnouncements"
8642 | 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
8643 |
8644 | 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:8661: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
8659 | extension CMsgClientUserNotifications: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8660 | static let protoMessageName: String = "CMsgClientUserNotifications"
8661 | 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
8662 | 1: .same(proto: "notifications"),
8663 | ]
/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:8693: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
8691 | extension CMsgClientUserNotifications.Notification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8692 | static let protoMessageName: String = CMsgClientUserNotifications.protoMessageName + ".Notification"
8693 | 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
8694 | 1: .standard(proto: "user_notification_type"),
8695 | 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:8735: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
8733 | extension CMsgClientCommentNotifications: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8734 | static let protoMessageName: String = "CMsgClientCommentNotifications"
8735 | 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
8736 | 1: .standard(proto: "count_new_comments"),
8737 | 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:8783: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
8781 | extension CMsgClientRequestCommentNotifications: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8782 | static let protoMessageName: String = "CMsgClientRequestCommentNotifications"
8783 | 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
8784 |
8785 | 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:8802: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
8800 | extension CMsgClientOfflineMessageNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8801 | static let protoMessageName: String = "CMsgClientOfflineMessageNotification"
8802 | 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
8803 | 1: .standard(proto: "offline_messages"),
8804 | 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:8844: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
8842 | extension CMsgClientRequestOfflineMessageCount: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8843 | static let protoMessageName: String = "CMsgClientRequestOfflineMessageCount"
8844 | 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
8845 |
8846 | 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:8863: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
8861 | extension CMsgClientChatGetFriendMessageHistory: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8862 | static let protoMessageName: String = "CMsgClientChatGetFriendMessageHistory"
8863 | 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
8864 | 1: .same(proto: "steamid"),
8865 | ]
/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:8899: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
8897 | extension CMsgClientChatGetFriendMessageHistoryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8898 | static let protoMessageName: String = "CMsgClientChatGetFriendMessageHistoryResponse"
8899 | 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
8900 | 1: .same(proto: "steamid"),
8901 | 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:8947: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
8945 | extension CMsgClientChatGetFriendMessageHistoryResponse.FriendMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
8946 | static let protoMessageName: String = CMsgClientChatGetFriendMessageHistoryResponse.protoMessageName + ".FriendMessage"
8947 | 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
8948 | 1: .same(proto: "accountid"),
8949 | 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:9001: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
8999 | extension CMsgClientChatGetFriendMessageHistoryForOfflineMessages: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9000 | static let protoMessageName: String = "CMsgClientChatGetFriendMessageHistoryForOfflineMessages"
9001 | 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
9002 |
9003 | 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:9020: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
9018 | extension CMsgClientFSGetFriendsSteamLevels: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9019 | static let protoMessageName: String = "CMsgClientFSGetFriendsSteamLevels"
9020 | 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
9021 | 1: .same(proto: "accountids"),
9022 | ]
/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:9052: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
9050 | extension CMsgClientFSGetFriendsSteamLevelsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9051 | static let protoMessageName: String = "CMsgClientFSGetFriendsSteamLevelsResponse"
9052 | 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
9053 | 1: .same(proto: "friends"),
9054 | ]
/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:9084: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
9082 | extension CMsgClientFSGetFriendsSteamLevelsResponse.Friend: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9083 | static let protoMessageName: String = CMsgClientFSGetFriendsSteamLevelsResponse.protoMessageName + ".Friend"
9084 | 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
9085 | 1: .same(proto: "accountid"),
9086 | 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:9126: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
9124 | extension CMsgClientEmailAddrInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9125 | static let protoMessageName: String = "CMsgClientEmailAddrInfo"
9126 | 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
9127 | 1: .standard(proto: "email_address"),
9128 | 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:9192: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
9190 | extension CMsgCREItemVoteSummary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9191 | static let protoMessageName: String = "CMsgCREItemVoteSummary"
9192 | 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
9193 | 1: .standard(proto: "published_file_ids"),
9194 | ]
/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:9224: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
9222 | extension CMsgCREItemVoteSummary.PublishedFileId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9223 | static let protoMessageName: String = CMsgCREItemVoteSummary.protoMessageName + ".PublishedFileId"
9224 | 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
9225 | 1: .standard(proto: "published_file_id"),
9226 | ]
/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 CMsgCREItemVoteSummaryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9259 | static let protoMessageName: String = "CMsgCREItemVoteSummaryResponse"
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 | 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:9302: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
9300 | extension CMsgCREItemVoteSummaryResponse.ItemVoteSummary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9301 | static let protoMessageName: String = CMsgCREItemVoteSummaryResponse.protoMessageName + ".ItemVoteSummary"
9302 | 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
9303 | 1: .standard(proto: "published_file_id"),
9304 | 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:9362: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
9360 | extension CMsgCREUpdateUserPublishedItemVote: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9361 | static let protoMessageName: String = "CMsgCREUpdateUserPublishedItemVote"
9362 | 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
9363 | 1: .standard(proto: "published_file_id"),
9364 | 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:9404: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
9402 | extension CMsgCREUpdateUserPublishedItemVoteResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9403 | static let protoMessageName: String = "CMsgCREUpdateUserPublishedItemVoteResponse"
9404 | 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
9405 | 1: .same(proto: "eresult"),
9406 | ]
/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:9440: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
9438 | extension CMsgCREGetUserPublishedItemVoteDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9439 | static let protoMessageName: String = "CMsgCREGetUserPublishedItemVoteDetails"
9440 | 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
9441 | 1: .standard(proto: "published_file_ids"),
9442 | ]
/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:9472: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
9470 | extension CMsgCREGetUserPublishedItemVoteDetails.PublishedFileId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9471 | static let protoMessageName: String = CMsgCREGetUserPublishedItemVoteDetails.protoMessageName + ".PublishedFileId"
9472 | 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
9473 | 1: .standard(proto: "published_file_id"),
9474 | ]
/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:9508: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
9506 | extension CMsgCREGetUserPublishedItemVoteDetailsResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9507 | static let protoMessageName: String = "CMsgCREGetUserPublishedItemVoteDetailsResponse"
9508 | 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
9509 | 1: .same(proto: "eresult"),
9510 | 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:9550: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
9548 | extension CMsgCREGetUserPublishedItemVoteDetailsResponse.UserItemVoteDetail: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9549 | static let protoMessageName: String = CMsgCREGetUserPublishedItemVoteDetailsResponse.protoMessageName + ".UserItemVoteDetail"
9550 | 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
9551 | 1: .standard(proto: "published_file_id"),
9552 | 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:9592: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
9590 | extension CMsgFSGetFollowerCount: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9591 | static let protoMessageName: String = "CMsgFSGetFollowerCount"
9592 | 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
9593 | 1: .standard(proto: "steam_id"),
9594 | ]
/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:9628: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
9626 | extension CMsgFSGetFollowerCountResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9627 | static let protoMessageName: String = "CMsgFSGetFollowerCountResponse"
9628 | 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
9629 | 1: .same(proto: "eresult"),
9630 | 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:9670: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
9668 | extension CMsgFSGetIsFollowing: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9669 | static let protoMessageName: String = "CMsgFSGetIsFollowing"
9670 | 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
9671 | 1: .standard(proto: "steam_id"),
9672 | ]
/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:9706: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
9704 | extension CMsgFSGetIsFollowingResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9705 | static let protoMessageName: String = "CMsgFSGetIsFollowingResponse"
9706 | 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
9707 | 1: .same(proto: "eresult"),
9708 | 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:9748: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
9746 | extension CMsgFSEnumerateFollowingList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9747 | static let protoMessageName: String = "CMsgFSEnumerateFollowingList"
9748 | 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
9749 | 1: .standard(proto: "start_index"),
9750 | ]
/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:9784: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
9782 | extension CMsgFSEnumerateFollowingListResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9783 | static let protoMessageName: String = "CMsgFSEnumerateFollowingListResponse"
9784 | 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
9785 | 1: .same(proto: "eresult"),
9786 | 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:9832: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
9830 | extension CMsgDPGetNumberOfCurrentPlayers: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9831 | static let protoMessageName: String = "CMsgDPGetNumberOfCurrentPlayers"
9832 | 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
9833 | 1: .same(proto: "appid"),
9834 | ]
/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:9868: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
9866 | extension CMsgDPGetNumberOfCurrentPlayersResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9867 | static let protoMessageName: String = "CMsgDPGetNumberOfCurrentPlayersResponse"
9868 | 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
9869 | 1: .same(proto: "eresult"),
9870 | 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:9910: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
9908 | extension CMsgClientFriendUserStatusPublished: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9909 | static let protoMessageName: String = "CMsgClientFriendUserStatusPublished"
9910 | 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
9911 | 1: .standard(proto: "friend_steamid"),
9912 | 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:9958: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
9956 | extension CMsgClientServiceMethodLegacy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
9957 | static let protoMessageName: String = "CMsgClientServiceMethodLegacy"
9958 | 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
9959 | 1: .standard(proto: "method_name"),
9960 | 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:10006: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
10004 | extension CMsgClientServiceMethodLegacyResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10005 | static let protoMessageName: String = "CMsgClientServiceMethodLegacyResponse"
10006 | 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
10007 | 1: .standard(proto: "method_name"),
10008 | 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:10048: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
10046 | extension CMsgClientUIMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10047 | static let protoMessageName: String = "CMsgClientUIMode"
10048 | 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
10049 | 1: .same(proto: "uimode"),
10050 | 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:10090: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
10088 | extension CMsgClientVanityURLChangedNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10089 | static let protoMessageName: String = "CMsgClientVanityURLChangedNotification"
10090 | 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
10091 | 1: .standard(proto: "vanity_url"),
10092 | ]
/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:10126: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
10124 | extension CMsgClientAuthorizeLocalDeviceRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10125 | static let protoMessageName: String = "CMsgClientAuthorizeLocalDeviceRequest"
10126 | 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
10127 | 1: .standard(proto: "device_description"),
10128 | 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: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 CMsgClientAuthorizeLocalDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10173 | static let protoMessageName: String = "CMsgClientAuthorizeLocalDevice"
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: .same(proto: "eresult"),
10176 | 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:10222: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
10220 | extension CMsgClientAuthorizeLocalDeviceNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10221 | static let protoMessageName: String = "CMsgClientAuthorizeLocalDeviceNotification"
10222 | 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
10223 | 1: .same(proto: "eresult"),
10224 | 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:10270: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
10268 | extension CMsgClientDeauthorizeDeviceRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10269 | static let protoMessageName: String = "CMsgClientDeauthorizeDeviceRequest"
10270 | 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
10271 | 1: .standard(proto: "deauthorization_account_id"),
10272 | 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:10312: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
10310 | extension CMsgClientDeauthorizeDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10311 | static let protoMessageName: String = "CMsgClientDeauthorizeDevice"
10312 | 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
10313 | 1: .same(proto: "eresult"),
10314 | 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:10354: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
10352 | extension CMsgClientUseLocalDeviceAuthorizations: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10353 | static let protoMessageName: String = "CMsgClientUseLocalDeviceAuthorizations"
10354 | 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
10355 | 1: .standard(proto: "authorization_account_id"),
10356 | 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:10392: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
10390 | extension CMsgClientUseLocalDeviceAuthorizations.DeviceToken: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10391 | static let protoMessageName: String = CMsgClientUseLocalDeviceAuthorizations.protoMessageName + ".DeviceToken"
10392 | 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
10393 | 1: .standard(proto: "owner_account_id"),
10394 | 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:10434: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
10432 | extension CMsgClientGetAuthorizedDevices: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10433 | static let protoMessageName: String = "CMsgClientGetAuthorizedDevices"
10434 | 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
10435 |
10436 | 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:10453: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
10451 | extension CMsgClientGetAuthorizedDevicesResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10452 | static let protoMessageName: String = "CMsgClientGetAuthorizedDevicesResponse"
10453 | 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
10454 | 1: .same(proto: "eresult"),
10455 | 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: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 CMsgClientGetAuthorizedDevicesResponse.AuthorizedDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10494 | static let protoMessageName: String = CMsgClientGetAuthorizedDevicesResponse.protoMessageName + ".AuthorizedDevice"
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: "auth_device_token"),
10497 | 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:10561: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
10559 | extension CMsgClientSharedLibraryLockStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10560 | static let protoMessageName: String = "CMsgClientSharedLibraryLockStatus"
10561 | 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
10562 | 1: .standard(proto: "locked_library"),
10563 | 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:10603: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
10601 | extension CMsgClientSharedLibraryLockStatus.LockedLibrary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10602 | static let protoMessageName: String = CMsgClientSharedLibraryLockStatus.protoMessageName + ".LockedLibrary"
10603 | 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
10604 | 1: .standard(proto: "owner_id"),
10605 | 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:10645: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
10643 | extension CMsgClientSharedLibraryStopPlaying: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10644 | static let protoMessageName: String = "CMsgClientSharedLibraryStopPlaying"
10645 | 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
10646 | 1: .standard(proto: "seconds_left"),
10647 | 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:10687: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
10685 | extension CMsgClientSharedLibraryStopPlaying.StopApp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10686 | static let protoMessageName: String = CMsgClientSharedLibraryStopPlaying.protoMessageName + ".StopApp"
10687 | 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
10688 | 1: .standard(proto: "app_id"),
10689 | 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:10729: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
10727 | extension CMsgClientServiceCall: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10728 | static let protoMessageName: String = "CMsgClientServiceCall"
10729 | 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
10730 | 1: .standard(proto: "sysid_routing"),
10731 | 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:10825: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
10823 | extension CMsgClientServiceModule: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10824 | static let protoMessageName: String = "CMsgClientServiceModule"
10825 | 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
10826 | 1: .standard(proto: "module_crc"),
10827 | 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:10873: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
10871 | extension CMsgClientServiceCallResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
10872 | static let protoMessageName: String = "CMsgClientServiceCallResponse"
10873 | 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
10874 | 1: .standard(proto: "sysid_routing"),
10875 | 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:11101: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
11099 | extension CMsgAMUnlockStreaming: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11100 | static let protoMessageName: String = "CMsgAMUnlockStreaming"
11101 | 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
11102 |
11103 | 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:11120: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
11118 | extension CMsgAMUnlockStreamingResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11119 | static let protoMessageName: String = "CMsgAMUnlockStreamingResponse"
11120 | 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
11121 | 1: .same(proto: "eresult"),
11122 | 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:11162: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
11160 | extension CMsgAMUnlockHEVC: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11161 | static let protoMessageName: String = "CMsgAMUnlockHEVC"
11162 | 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
11163 |
11164 | 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:11181: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
11179 | extension CMsgAMUnlockHEVCResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11180 | static let protoMessageName: String = "CMsgAMUnlockHEVCResponse"
11181 | 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
11182 | 1: .same(proto: "eresult"),
11183 | ]
/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:11217: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
11215 | extension CMsgClientPlayingSessionState: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11216 | static let protoMessageName: String = "CMsgClientPlayingSessionState"
11217 | 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
11218 | 2: .standard(proto: "playing_blocked"),
11219 | 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:11259: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
11257 | extension CMsgClientKickPlayingSession: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11258 | static let protoMessageName: String = "CMsgClientKickPlayingSession"
11259 | 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
11260 | 1: .standard(proto: "only_stop_game"),
11261 | ]
/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:11295: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
11293 | extension CMsgClientVoiceCallPreAuthorize: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11294 | static let protoMessageName: String = "CMsgClientVoiceCallPreAuthorize"
11295 | 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
11296 | 1: .standard(proto: "caller_steamid"),
11297 | 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:11349: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
11347 | extension CMsgClientVoiceCallPreAuthorizeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11348 | static let protoMessageName: String = "CMsgClientVoiceCallPreAuthorizeResponse"
11349 | 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
11350 | 1: .standard(proto: "caller_steamid"),
11351 | 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:11403: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
11401 | extension CMsgBadgeCraftedNotification: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11402 | static let protoMessageName: String = "CMsgBadgeCraftedNotification"
11403 | 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
11404 | 1: .same(proto: "appid"),
11405 | 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
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_2.pb.swift:11445: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
11443 | extension CMsgClientStartPeerContentServer: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11444 | static let protoMessageName: String = "CMsgClientStartPeerContentServer"
11445 | 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
11446 | 1: .same(proto: "steamid"),
11447 | 2: .standard(proto: "client_remote_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:11493: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
11491 | extension CMsgClientStartPeerContentServerResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
11492 | static let protoMessageName: String = "CMsgClientStartPeerContentServerResponse"
11493 | 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
11494 | 1: .same(proto: "result"),
11495 | 2: .standard(proto: "server_port"),
/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_friends.pb.swift:2723:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'CMsgClientPersonaState.Friend._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
2688 | ]
2689 |
2690 | fileprivate class _StorageClass {
| `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
2691 | var _friendid: UInt64? = nil
2692 | var _personaState: UInt32? = nil
:
2721 | var _avatarPendingReview: Bool? = nil
2722 |
2723 | static let defaultInstance = _StorageClass()
| |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'CMsgClientPersonaState.Friend._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInstance' 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
2724 |
2725 | private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_friends.pb.swift:1756: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
1754 | extension CMsgClientFriendMsg: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1755 | static let protoMessageName: String = "CMsgClientFriendMsg"
1756 | 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
1757 | 1: .same(proto: "steamid"),
1758 | 2: .standard(proto: "chat_entry_type"),
/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_friends.pb.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
9 |
10 | import Foundation
11 | import SwiftProtobuf
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftProtobuf'
12 |
13 | // If the compiler emits an error on this type, it is because this file
:
1754 | extension CMsgClientFriendMsg: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1755 | static let protoMessageName: String = "CMsgClientFriendMsg"
1756 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| |- 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
1757 | 1: .same(proto: "steamid"),
1758 | 2: .standard(proto: "chat_entry_type"),
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_friends.pb.swift:1816: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
1814 | extension CMsgClientFriendMsgIncoming: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1815 | static let protoMessageName: String = "CMsgClientFriendMsgIncoming"
1816 | 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
1817 | 1: .standard(proto: "steamid_from"),
1818 | 2: .standard(proto: "chat_entry_type"),
/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_friends.pb.swift:1876: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
1874 | extension CMsgClientAddFriend: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1875 | static let protoMessageName: String = "CMsgClientAddFriend"
1876 | 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
1877 | 1: .standard(proto: "steamid_to_add"),
1878 | 2: .standard(proto: "accountname_or_email_to_add"),
/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_friends.pb.swift:1918: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
1916 | extension CMsgClientAddFriendResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1917 | static let protoMessageName: String = "CMsgClientAddFriendResponse"
1918 | 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
1919 | 1: .same(proto: "eresult"),
1920 | 2: .standard(proto: "steam_id_added"),
/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_friends.pb.swift:1966: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
1964 | extension CMsgClientRemoveFriend: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1965 | static let protoMessageName: String = "CMsgClientRemoveFriend"
1966 | 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
1967 | 1: .same(proto: "friendid"),
1968 | ]
/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_friends.pb.swift:2002: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
2000 | extension CMsgClientHideFriend: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2001 | static let protoMessageName: String = "CMsgClientHideFriend"
2002 | 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
2003 | 1: .same(proto: "friendid"),
2004 | 2: .same(proto: "hide"),
/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_friends.pb.swift:2044: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
2042 | extension CMsgClientFriendsList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2043 | static let protoMessageName: String = "CMsgClientFriendsList"
2044 | 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
2045 | 1: .same(proto: "bincremental"),
2046 | 2: .same(proto: "friends"),
/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_friends.pb.swift:2104: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
2102 | extension CMsgClientFriendsList.Friend: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2103 | static let protoMessageName: String = CMsgClientFriendsList.protoMessageName + ".Friend"
2104 | 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
2105 | 1: .same(proto: "ulfriendid"),
2106 | 2: .same(proto: "efriendrelationship"),
/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_friends.pb.swift:2146: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
2144 | extension CMsgClientFriendsGroupsList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2145 | static let protoMessageName: String = "CMsgClientFriendsGroupsList"
2146 | 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
2147 | 1: .same(proto: "bremoval"),
2148 | 2: .same(proto: "bincremental"),
/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_friends.pb.swift:2200: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
2198 | extension CMsgClientFriendsGroupsList.FriendGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2199 | static let protoMessageName: String = CMsgClientFriendsGroupsList.protoMessageName + ".FriendGroup"
2200 | 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
2201 | 1: .same(proto: "nGroupID"),
2202 | 2: .same(proto: "strGroupName"),
/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_friends.pb.swift:2242: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
2240 | extension CMsgClientFriendsGroupsList.FriendGroupsMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2241 | static let protoMessageName: String = CMsgClientFriendsGroupsList.protoMessageName + ".FriendGroupsMembership"
2242 | 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
2243 | 1: .same(proto: "ulSteamID"),
2244 | 2: .same(proto: "nGroupID"),
/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_friends.pb.swift:2284: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
2282 | extension CMsgClientPlayerNicknameList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2283 | static let protoMessageName: String = "CMsgClientPlayerNicknameList"
2284 | 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
2285 | 1: .same(proto: "removal"),
2286 | 2: .same(proto: "incremental"),
/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_friends.pb.swift:2332: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
2330 | extension CMsgClientPlayerNicknameList.PlayerNickname: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2331 | static let protoMessageName: String = CMsgClientPlayerNicknameList.protoMessageName + ".PlayerNickname"
2332 | 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
2333 | 1: .same(proto: "steamid"),
2334 | 3: .same(proto: "nickname"),
/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_friends.pb.swift:2374: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
2372 | extension CMsgClientSetPlayerNickname: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2373 | static let protoMessageName: String = "CMsgClientSetPlayerNickname"
2374 | 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
2375 | 1: .same(proto: "steamid"),
2376 | 2: .same(proto: "nickname"),
/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_friends.pb.swift:2416: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
2414 | extension CMsgClientSetPlayerNicknameResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2415 | static let protoMessageName: String = "CMsgClientSetPlayerNicknameResponse"
2416 | 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
2417 | 1: .same(proto: "eresult"),
2418 | ]
/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_friends.pb.swift:2452: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
2450 | extension CMsgClientRequestFriendData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2451 | static let protoMessageName: String = "CMsgClientRequestFriendData"
2452 | 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
2453 | 1: .standard(proto: "persona_state_requested"),
2454 | 2: .same(proto: "friends"),
/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_friends.pb.swift:2494: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
2492 | extension CMsgClientChangeStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2493 | static let protoMessageName: String = "CMsgClientChangeStatus"
2494 | 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
2495 | 1: .standard(proto: "persona_state"),
2496 | 2: .standard(proto: "player_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_friends.pb.swift:2572: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
2570 | extension CMsgPersonaChangeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2571 | static let protoMessageName: String = "CMsgPersonaChangeResponse"
2572 | 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
2573 | 1: .same(proto: "result"),
2574 | 2: .standard(proto: "player_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_friends.pb.swift:2614: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
2612 | extension CMsgClientPersonaState: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2613 | static let protoMessageName: String = "CMsgClientPersonaState"
2614 | 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
2615 | 1: .standard(proto: "status_flags"),
2616 | 2: .same(proto: "friends"),
/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_friends.pb.swift:2656: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
2654 | extension CMsgClientPersonaState.Friend: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2655 | static let protoMessageName: String = CMsgClientPersonaState.protoMessageName + ".Friend"
2656 | 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
2657 | 1: .same(proto: "friendid"),
2658 | 2: .standard(proto: "persona_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_friends.pb.swift:2964: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
2962 | extension CMsgClientPersonaState.Friend.ClanData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2963 | static let protoMessageName: String = CMsgClientPersonaState.Friend.protoMessageName + ".ClanData"
2964 | 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
2965 | 1: .standard(proto: "ogg_app_id"),
2966 | 2: .standard(proto: "chat_group_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_friends.pb.swift:3006: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
3004 | extension CMsgClientPersonaState.Friend.KV: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3005 | static let protoMessageName: String = CMsgClientPersonaState.Friend.protoMessageName + ".KV"
3006 | 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
3007 | 1: .same(proto: "key"),
3008 | 2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
92 | /// for each message as needed, so there is no run-time overhead for
93 | /// users who do not use text-based serialization formats.
94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
| `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
95 |
96 | /// An immutable interned string container. The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/Steam/Generated Protobuf/steammessages_clientserver_friends.pb.swift:3048: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
3046 | extension CMsgClientFriendProfileInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3047 | static let protoMessageName: String = "CMsgClientFriendProfileInfo"
3048 | 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
3049 | 1: .standard(proto: "steamid_friend"),
3050 | ]
/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_friends.pb.swift:3084: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
3082 | extension CMsgClientFriendProfileInfoResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3083 | static let protoMessageName: String = "CMsgClientFriendProfileInfoResponse"
3084 | 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
3085 | 1: .same(proto: "eresult"),
3086 | 2: .standard(proto: "steamid_friend"),
/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_friends.pb.swift:3168: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
3166 | extension CMsgClientCreateFriendsGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3167 | static let protoMessageName: String = "CMsgClientCreateFriendsGroup"
3168 | 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
3169 | 1: .same(proto: "steamid"),
3170 | 2: .same(proto: "groupname"),
/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_friends.pb.swift:3216: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
3214 | extension CMsgClientCreateFriendsGroupResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3215 | static let protoMessageName: String = "CMsgClientCreateFriendsGroupResponse"
3216 | 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
3217 | 1: .same(proto: "eresult"),
3218 | 2: .same(proto: "groupid"),
/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_friends.pb.swift:3258: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
3256 | extension CMsgClientDeleteFriendsGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3257 | static let protoMessageName: String = "CMsgClientDeleteFriendsGroup"
3258 | 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
3259 | 1: .same(proto: "steamid"),
3260 | 2: .same(proto: "groupid"),
/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_friends.pb.swift:3300: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
3298 | extension CMsgClientDeleteFriendsGroupResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3299 | static let protoMessageName: String = "CMsgClientDeleteFriendsGroupResponse"
3300 | 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
3301 | 1: .same(proto: "eresult"),
3302 | ]
/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_friends.pb.swift:3336: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
3334 | extension CMsgClientManageFriendsGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3335 | static let protoMessageName: String = "CMsgClientManageFriendsGroup"
3336 | 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
3337 | 1: .same(proto: "groupid"),
3338 | 2: .same(proto: "groupname"),
/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_friends.pb.swift:3390: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
3388 | extension CMsgClientManageFriendsGroupResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3389 | static let protoMessageName: String = "CMsgClientManageFriendsGroupResponse"
3390 | 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
3391 | 1: .same(proto: "eresult"),
3392 | ]
/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_friends.pb.swift:3426: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
3424 | extension CMsgClientAddFriendToGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3425 | static let protoMessageName: String = "CMsgClientAddFriendToGroup"
3426 | 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
3427 | 1: .same(proto: "groupid"),
3428 | 2: .same(proto: "steamiduser"),
/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_friends.pb.swift:3468: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
3466 | extension CMsgClientAddFriendToGroupResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3467 | static let protoMessageName: String = "CMsgClientAddFriendToGroupResponse"
3468 | 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
3469 | 1: .same(proto: "eresult"),
3470 | ]
/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_friends.pb.swift:3504: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
3502 | extension CMsgClientRemoveFriendFromGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3503 | static let protoMessageName: String = "CMsgClientRemoveFriendFromGroup"
3504 | 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
3505 | 1: .same(proto: "groupid"),
3506 | 2: .same(proto: "steamiduser"),
/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_friends.pb.swift:3546: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
3544 | extension CMsgClientRemoveFriendFromGroupResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3545 | static let protoMessageName: String = "CMsgClientRemoveFriendFromGroupResponse"
3546 | 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
3547 | 1: .same(proto: "eresult"),
3548 | ]
/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_friends.pb.swift:3582: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
3580 | extension CMsgClientGetEmoticonList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3581 | static let protoMessageName: String = "CMsgClientGetEmoticonList"
3582 | 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
3583 |
3584 | 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_friends.pb.swift:3601: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
3599 | extension CMsgClientEmoticonList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3600 | static let protoMessageName: String = "CMsgClientEmoticonList"
3601 | 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
3602 | 1: .same(proto: "emoticons"),
3603 | 2: .same(proto: "stickers"),
/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_friends.pb.swift:3645: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
3643 | extension CMsgClientEmoticonList.Emoticon: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3644 | static let protoMessageName: String = CMsgClientEmoticonList.protoMessageName + ".Emoticon"
3645 | 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
3646 | 1: .same(proto: "name"),
3647 | 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_friends.pb.swift:3711: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
3709 | extension CMsgClientEmoticonList.Sticker: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3710 | static let protoMessageName: String = CMsgClientEmoticonList.protoMessageName + ".Sticker"
3711 | 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
3712 | 1: .same(proto: "name"),
3713 | 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_friends.pb.swift:3777: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
3775 | extension CMsgClientEmoticonList.Effect: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3776 | static let protoMessageName: String = CMsgClientEmoticonList.protoMessageName + ".Effect"
3777 | 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
3778 | 1: .same(proto: "name"),
3779 | 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
Build complete! (67.25s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Steam/Protobuf': File not found.
warning: 'swift-protobuf': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/CMakeLists.txt
Build complete.
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "1.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.0",
"upper_bound" : "5.3.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.20.2",
"upper_bound" : "1.21.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-steam",
"name" : "swift-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"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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/SteamAccountType.swift",
"SteamIdentifier/SteamIdentifier.swift",
"SteamIdentifier/SteamUniverse.swift",
"SteamResult.swift",
"SteamServer+Defaults.swift",
"SteamServer.swift",
"SteamServersFetcher.swift",
"SteamService+Cryptography.swift",
"SteamService+Send.swift",
"SteamService+UIMode.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.