The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build DiscordKit, reference main (2da56f), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 12:52:01 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

 58 |     .off,
 59 |     .onForLargeGuilds,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:179:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
177 |
178 | extension GuildActivityStatusRestrictionDefault: SwiftProtobuf._ProtoNameProviding {
179 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
180 |     0: .same(proto: "OFF"),
181 |     1: .same(proto: "ON_FOR_LARGE_GUILDS"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.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
    :
177 |
178 | extension GuildActivityStatusRestrictionDefault: SwiftProtobuf._ProtoNameProviding {
179 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
180 |     0: .same(proto: "OFF"),
181 |     1: .same(proto: "ON_FOR_LARGE_GUILDS"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:187:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
185 | extension PrivacySettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
186 |   public static let protoMessageName: String = "PrivacySettings"
187 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
188 |     1: .standard(proto: "allow_activity_party_privacy_friends"),
189 |     2: .standard(proto: "allow_activity_party_privacy_voice_channel"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.pb.swift:244:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
242 | extension TextAndImagesSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
243 |   public static let protoMessageName: String = "TextAndImagesSettings"
244 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
245 |     1: .standard(proto: "diversity_surrogate"),
246 |     2: .standard(proto: "use_rich_chat_input"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.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
    :
242 | extension TextAndImagesSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
243 |   public static let protoMessageName: String = "TextAndImagesSettings"
244 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
245 |     1: .standard(proto: "diversity_surrogate"),
246 |     2: .standard(proto: "use_rich_chat_input"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.pb.swift:295:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'TextAndImagesSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
268 |   ]
269 |
270 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
271 |     var _diversitySurrogate: SwiftProtobuf.Google_Protobuf_StringValue? = nil
272 |     var _useRichChatInput: SwiftProtobuf.Google_Protobuf_BoolValue? = nil
    :
293 |     var _useLegacyChatInput: SwiftProtobuf.Google_Protobuf_BoolValue? = nil
294 |
295 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'TextAndImagesSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
296 |
297 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/UserContent.pb.swift:64:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 62 | extension UserContentSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "UserContentSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 65 |     1: .standard(proto: "dismissed_contents"),
 66 |     2: .standard(proto: "last_dismissed_outbound_promotion_start_date"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/UserContent.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
    :
 62 | extension UserContentSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "UserContentSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |     1: .standard(proto: "dismissed_contents"),
 66 |     2: .standard(proto: "last_dismissed_outbound_promotion_start_date"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:167:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
165 | extension VoiceAndVideoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
166 |   public static let protoMessageName: String = "VoiceAndVideoSettings"
167 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     1: .same(proto: "blur"),
169 |     2: .standard(proto: "preset_option"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.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
    :
165 | extension VoiceAndVideoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
166 |   public static let protoMessageName: String = "VoiceAndVideoSettings"
167 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 |     1: .same(proto: "blur"),
169 |     2: .standard(proto: "preset_option"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:274:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
272 | extension VideoFilterBackgroundBlur: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
273 |   public static let protoMessageName: String = "VideoFilterBackgroundBlur"
274 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 |     1: .standard(proto: "use_blur"),
276 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:306:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
304 | extension VideoFilterAsset: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
305 |   public static let protoMessageName: String = "VideoFilterAsset"
306 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
307 |     1: .same(proto: "id"),
308 |     2: .standard(proto: "asset_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/DiscordKit/protos/Status.pb.swift:94:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | extension CustomStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 93 |   public static let protoMessageName: String = "CustomStatus"
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 95 |     1: .same(proto: "text"),
 96 |     2: .standard(proto: "emoji_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/DiscordKit/protos/Status.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
    :
 92 | extension CustomStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 93 |   public static let protoMessageName: String = "CustomStatus"
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |     1: .same(proto: "text"),
 96 |     2: .standard(proto: "emoji_id"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Status.pb.swift:144:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
142 | extension StatusSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
143 |   public static let protoMessageName: String = "StatusSettings"
144 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |     1: .same(proto: "status"),
146 |     2: .standard(proto: "custom_status"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
[226/251] Compiling DiscordKitBot BotEmbed.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.pb.swift:62:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 | extension InboxTab: CaseIterable {
 61 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 62 |   public static var allCases: [InboxTab] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |     .unspecified,
 64 |     .mentions,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.pb.swift:94:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | extension InboxTab: SwiftProtobuf._ProtoNameProviding {
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 95 |     0: .same(proto: "UNSPECIFIED"),
 96 |     1: .same(proto: "MENTIONS"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.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
    :
 92 |
 93 | extension InboxTab: SwiftProtobuf._ProtoNameProviding {
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |     0: .same(proto: "UNSPECIFIED"),
 96 |     1: .same(proto: "MENTIONS"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.pb.swift:104:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
102 | extension InboxSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
103 |   public static let protoMessageName: String = "InboxSettings"
104 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |     1: .standard(proto: "current_tab"),
106 |     2: .standard(proto: "viewed_tutorial"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Localization.pb.swift:63:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 61 | extension LocalizationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 62 |   public static let protoMessageName: String = "LocalizationSettings"
 63 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 64 |     1: .same(proto: "locale"),
 65 |     2: .standard(proto: "timezone_offset"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Localization.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
    :
 61 | extension LocalizationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 62 |   public static let protoMessageName: String = "LocalizationSettings"
 63 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 |     1: .same(proto: "locale"),
 65 |     2: .standard(proto: "timezone_offset"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.pb.swift:62:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 | extension InboxTab: CaseIterable {
 61 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 62 |   public static var allCases: [InboxTab] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 |     .unspecified,
 64 |     .mentions,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.pb.swift:94:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |
 93 | extension InboxTab: SwiftProtobuf._ProtoNameProviding {
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 95 |     0: .same(proto: "UNSPECIFIED"),
 96 |     1: .same(proto: "MENTIONS"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.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
    :
 92 |
 93 | extension InboxTab: SwiftProtobuf._ProtoNameProviding {
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |     0: .same(proto: "UNSPECIFIED"),
 96 |     1: .same(proto: "MENTIONS"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Inbox.pb.swift:104:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
102 | extension InboxSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
103 |   public static let protoMessageName: String = "InboxSettings"
104 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |     1: .standard(proto: "current_tab"),
106 |     2: .standard(proto: "viewed_tutorial"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Localization.pb.swift:63:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 61 | extension LocalizationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 62 |   public static let protoMessageName: String = "LocalizationSettings"
 63 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 64 |     1: .same(proto: "locale"),
 65 |     2: .standard(proto: "timezone_offset"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Localization.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
    :
 61 | extension LocalizationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 62 |   public static let protoMessageName: String = "LocalizationSettings"
 63 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 |     1: .same(proto: "locale"),
 65 |     2: .standard(proto: "timezone_offset"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/GuildFolders.pb.swift:91:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 89 | extension GuildFolders: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 90 |   public static let protoMessageName: String = "GuildFolders"
 91 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |     1: .same(proto: "folders"),
 93 |     2: .standard(proto: "guild_positions"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/GuildFolders.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
    :
 89 | extension GuildFolders: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 90 |   public static let protoMessageName: String = "GuildFolders"
 91 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |     1: .same(proto: "folders"),
 93 |     2: .standard(proto: "guild_positions"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/GuildFolders.pb.swift:129:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
127 | extension GuildFolder: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
128 |   public static let protoMessageName: String = "GuildFolder"
129 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
130 |     1: .standard(proto: "guild_ids"),
131 |     2: .same(proto: "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/DiscordKit/protos/Settings/AllGuildSettings.pb.swift:73:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 71 | extension AllGuildSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 72 |   public static let protoMessageName: String = "AllGuildSettings"
 73 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 74 |     1: .same(proto: "guilds"),
 75 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/AllGuildSettings.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
    :
 71 | extension AllGuildSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 72 |   public static let protoMessageName: String = "AllGuildSettings"
 73 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 74 |     1: .same(proto: "guilds"),
 75 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/AllGuildSettings.pb.swift:105:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
103 | extension GuildSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
104 |   public static let protoMessageName: String = "GuildSettings"
105 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 |     1: .same(proto: "channels"),
107 |     2: .standard(proto: "hub_progress"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/AllGuildSettings.pb.swift:149:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
147 | extension ChannelSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
148 |   public static let protoMessageName: String = "ChannelSettings"
149 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |     1: .standard(proto: "collapsed_in_inbox"),
151 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
[229/251] Compiling DiscordKitBot Client.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/GuildFolders.pb.swift:91:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 89 | extension GuildFolders: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 90 |   public static let protoMessageName: String = "GuildFolders"
 91 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 92 |     1: .same(proto: "folders"),
 93 |     2: .standard(proto: "guild_positions"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/GuildFolders.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
    :
 89 | extension GuildFolders: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 90 |   public static let protoMessageName: String = "GuildFolders"
 91 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |     1: .same(proto: "folders"),
 93 |     2: .standard(proto: "guild_positions"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/GuildFolders.pb.swift:129:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
127 | extension GuildFolder: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
128 |   public static let protoMessageName: String = "GuildFolder"
129 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
130 |     1: .standard(proto: "guild_ids"),
131 |     2: .same(proto: "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/DiscordKit/protos/Settings/AllGuildSettings.pb.swift:73:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 71 | extension AllGuildSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 72 |   public static let protoMessageName: String = "AllGuildSettings"
 73 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 74 |     1: .same(proto: "guilds"),
 75 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/AllGuildSettings.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
    :
 71 | extension AllGuildSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 72 |   public static let protoMessageName: String = "AllGuildSettings"
 73 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 74 |     1: .same(proto: "guilds"),
 75 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/AllGuildSettings.pb.swift:105:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
103 | extension GuildSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
104 |   public static let protoMessageName: String = "GuildSettings"
105 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 |     1: .same(proto: "channels"),
107 |     2: .standard(proto: "hub_progress"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/AllGuildSettings.pb.swift:149:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
147 | extension ChannelSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
148 |   public static let protoMessageName: String = "ChannelSettings"
149 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |     1: .standard(proto: "collapsed_in_inbox"),
151 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
[230/251] Compiling DiscordKitBot BotEmbedBuilder.swift
[231/251] Compiling DiscordKitBot EmbedFieldBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitBot/Client.swift:46:26: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |         self.intents = intents
 45 |         // Override default config for bots
 46 |         DiscordKitConfig.default = .init(
    |                          `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 47 |             properties: .init(browser: DiscordKitConfig.libraryName, device: DiscordKitConfig.libraryName),
 48 |             intents: intents
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/DiscordKitConfig.swift:258:23: note: static property declared here
256 |         electronVersion: "13.6.6"
257 |     )
258 |     public static var `default` = Self()
    |                       `- note: static property declared here
259 | }
260 |
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitBot/Client.swift:114:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
112 |         if let handler = appCommandHandlers[commandData.id] {
113 |             Self.logger.trace("Invoking application handler", metadata: ["command.name": "\(commandData.name)"])
114 |             Task {
    |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
115 |                 await handler(.init(
116 |                     optionValues: commandData.options ?? [],
117 |                     rest: rest, applicationID: applicationID!, interactionID: id, token: token
    |                           `- note: closure captures 'self' which is accessible to code in the current task
118 |                 ))
119 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitBot/Client.swift:46:26: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |         self.intents = intents
 45 |         // Override default config for bots
 46 |         DiscordKitConfig.default = .init(
    |                          `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 47 |             properties: .init(browser: DiscordKitConfig.libraryName, device: DiscordKitConfig.libraryName),
 48 |             intents: intents
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/DiscordKitConfig.swift:258:23: note: static property declared here
256 |         electronVersion: "13.6.6"
257 |     )
258 |     public static var `default` = Self()
    |                       `- note: static property declared here
259 | }
260 |
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitBot/Client.swift:114:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
112 |         if let handler = appCommandHandlers[commandData.id] {
113 |             Self.logger.trace("Invoking application handler", metadata: ["command.name": "\(commandData.name)"])
114 |             Task {
    |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
115 |                 await handler(.init(
116 |                     optionValues: commandData.options ?? [],
117 |                     rest: rest, applicationID: applicationID!, interactionID: id, token: token
    |                           `- note: closure captures 'self' which is accessible to code in the current task
118 |                 ))
119 |             }
[234/251] Compiling DiscordKitBot BooleanOption.swift
[235/251] Compiling DiscordKitBot CommandOption.swift
[236/251] Compiling DiscordKitBot IntegerOption.swift
[237/251] Compiling DiscordKit Status.pb.swift
[238/251] Compiling DiscordKitBot APICommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:206:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
204 | extension Discord_UserSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
205 |   public static let protoMessageName: String = _protobuf_package + ".UserSettings"
206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
207 |     1: .same(proto: "versions"),
208 |     2: .same(proto: "inbox"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.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
    :
204 | extension Discord_UserSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
205 |   public static let protoMessageName: String = _protobuf_package + ".UserSettings"
206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
207 |     1: .same(proto: "versions"),
208 |     2: .same(proto: "inbox"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:243:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Discord_UserSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
223 |   ]
224 |
225 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
226 |     var _versions: Discord_UserSettings.Versions? = nil
227 |     var _inbox: InboxSettings? = nil
    :
241 |     var _audioContextSettings: AudioSettings? = nil
242 |
243 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Discord_UserSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
244 |
245 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:394:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
392 | extension Discord_UserSettings.Versions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
393 |   public static let protoMessageName: String = Discord_UserSettings.protoMessageName + ".Versions"
394 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |     1: .standard(proto: "client_version"),
396 |     2: .standard(proto: "server_version"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:206:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
204 | extension Discord_UserSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
205 |   public static let protoMessageName: String = _protobuf_package + ".UserSettings"
206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
207 |     1: .same(proto: "versions"),
208 |     2: .same(proto: "inbox"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.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
    :
204 | extension Discord_UserSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
205 |   public static let protoMessageName: String = _protobuf_package + ".UserSettings"
206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
207 |     1: .same(proto: "versions"),
208 |     2: .same(proto: "inbox"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:243:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Discord_UserSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
223 |   ]
224 |
225 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
226 |     var _versions: Discord_UserSettings.Versions? = nil
227 |     var _inbox: InboxSettings? = nil
    :
241 |     var _audioContextSettings: AudioSettings? = nil
242 |
243 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Discord_UserSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
244 |
245 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:394:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
392 | extension Discord_UserSettings.Versions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
393 |   public static let protoMessageName: String = Discord_UserSettings.protoMessageName + ".Versions"
394 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |     1: .standard(proto: "client_version"),
396 |     2: .standard(proto: "server_version"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:206:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
204 | extension Discord_UserSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
205 |   public static let protoMessageName: String = _protobuf_package + ".UserSettings"
206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
207 |     1: .same(proto: "versions"),
208 |     2: .same(proto: "inbox"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.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
    :
204 | extension Discord_UserSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
205 |   public static let protoMessageName: String = _protobuf_package + ".UserSettings"
206 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
207 |     1: .same(proto: "versions"),
208 |     2: .same(proto: "inbox"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:243:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Discord_UserSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
223 |   ]
224 |
225 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
226 |     var _versions: Discord_UserSettings.Versions? = nil
227 |     var _inbox: InboxSettings? = nil
    :
241 |     var _audioContextSettings: AudioSettings? = nil
242 |
243 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'Discord_UserSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
244 |
245 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/DiscordProtos.pb.swift:394:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
392 | extension Discord_UserSettings.Versions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
393 |   public static let protoMessageName: String = Discord_UserSettings.protoMessageName + ".Versions"
394 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
395 |     1: .standard(proto: "client_version"),
396 |     2: .standard(proto: "server_version"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:58:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 | extension FavoriteChannelType: CaseIterable {
 57 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 58 |   public static var allCases: [FavoriteChannelType] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |     .unsetFavoriteChannelType,
 60 |     .referenceOriginal,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:108:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
106 |
107 | extension FavoriteChannelType: SwiftProtobuf._ProtoNameProviding {
108 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
109 |     0: .same(proto: "UNSET_FAVORITE_CHANNEL_TYPE"),
110 |     1: .same(proto: "REFERENCE_ORIGINAL"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.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
    :
106 |
107 | extension FavoriteChannelType: SwiftProtobuf._ProtoNameProviding {
108 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
109 |     0: .same(proto: "UNSET_FAVORITE_CHANNEL_TYPE"),
110 |     1: .same(proto: "REFERENCE_ORIGINAL"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:117:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
115 | extension Favorites: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
116 |   public static let protoMessageName: String = "Favorites"
117 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 |     1: .standard(proto: "favorite_channels"),
119 |     2: .same(proto: "muted"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:155:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
153 | extension FavoriteChannel: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
154 |   public static let protoMessageName: String = "FavoriteChannel"
155 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |     1: .same(proto: "nickname"),
157 |     2: .same(proto: "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/DiscordKit/protos/FavoriteGIFs.pb.swift:58:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 | extension GIFType: CaseIterable {
 57 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 58 |   public static var allCases: [GIFType] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |     .none,
 60 |     .image,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.pb.swift:111:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
109 |
110 | extension GIFType: SwiftProtobuf._ProtoNameProviding {
111 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
112 |     0: .same(proto: "NONE"),
113 |     1: .same(proto: "IMAGE"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.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
    :
109 |
110 | extension GIFType: SwiftProtobuf._ProtoNameProviding {
111 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |     0: .same(proto: "NONE"),
113 |     1: .same(proto: "IMAGE"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.pb.swift:120:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
118 | extension FavoriteGIFs: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
119 |   public static let protoMessageName: String = "FavoriteGIFs"
120 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 |     1: .same(proto: "gifs"),
122 |     2: .standard(proto: "hide_tooltip"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.pb.swift:158:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
156 | extension FavoriteGIF: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
157 |   public static let protoMessageName: String = "FavoriteGIF"
158 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 |     1: .same(proto: "type"),
160 |     2: .same(proto: "src"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:58:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 | extension FavoriteChannelType: CaseIterable {
 57 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 58 |   public static var allCases: [FavoriteChannelType] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |     .unsetFavoriteChannelType,
 60 |     .referenceOriginal,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:108:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
106 |
107 | extension FavoriteChannelType: SwiftProtobuf._ProtoNameProviding {
108 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
109 |     0: .same(proto: "UNSET_FAVORITE_CHANNEL_TYPE"),
110 |     1: .same(proto: "REFERENCE_ORIGINAL"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.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
    :
106 |
107 | extension FavoriteChannelType: SwiftProtobuf._ProtoNameProviding {
108 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
109 |     0: .same(proto: "UNSET_FAVORITE_CHANNEL_TYPE"),
110 |     1: .same(proto: "REFERENCE_ORIGINAL"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:117:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
115 | extension Favorites: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
116 |   public static let protoMessageName: String = "Favorites"
117 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 |     1: .standard(proto: "favorite_channels"),
119 |     2: .same(proto: "muted"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteChannel.pb.swift:155:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
153 | extension FavoriteChannel: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
154 |   public static let protoMessageName: String = "FavoriteChannel"
155 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |     1: .same(proto: "nickname"),
157 |     2: .same(proto: "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/DiscordKit/protos/FavoriteGIFs.pb.swift:58:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 | extension GIFType: CaseIterable {
 57 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 58 |   public static var allCases: [GIFType] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |     .none,
 60 |     .image,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.pb.swift:111:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
109 |
110 | extension GIFType: SwiftProtobuf._ProtoNameProviding {
111 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
112 |     0: .same(proto: "NONE"),
113 |     1: .same(proto: "IMAGE"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.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
    :
109 |
110 | extension GIFType: SwiftProtobuf._ProtoNameProviding {
111 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |     0: .same(proto: "NONE"),
113 |     1: .same(proto: "IMAGE"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.pb.swift:120:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
118 | extension FavoriteGIFs: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
119 |   public static let protoMessageName: String = "FavoriteGIFs"
120 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 |     1: .same(proto: "gifs"),
122 |     2: .standard(proto: "hide_tooltip"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/FavoriteGIFs.pb.swift:158:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
156 | extension FavoriteGIF: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
157 |   public static let protoMessageName: String = "FavoriteGIF"
158 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 |     1: .same(proto: "type"),
160 |     2: .same(proto: "src"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Debug.pb.swift:52:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
50 | extension DebugSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
51 |   public static let protoMessageName: String = "DebugSettings"
52 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
   |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
53 |     1: .standard(proto: "rtc_panel_show_voice_states"),
54 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Debug.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
   :
50 | extension DebugSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
51 |   public static let protoMessageName: String = "DebugSettings"
52 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
   |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 |     1: .standard(proto: "rtc_panel_show_voice_states"),
54 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/GameLibrary.pb.swift:72:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 70 | extension GameLibrarySettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 71 |   public static let protoMessageName: String = "GameLibrarySettings"
 72 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     1: .standard(proto: "install_shortcut_desktop"),
 74 |     2: .standard(proto: "install_shortcut_start_menu"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/GameLibrary.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
    :
 70 | extension GameLibrarySettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 71 |   public static let protoMessageName: String = "GameLibrarySettings"
 72 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |     1: .standard(proto: "install_shortcut_desktop"),
 74 |     2: .standard(proto: "install_shortcut_start_menu"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Debug.pb.swift:52:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
50 | extension DebugSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
51 |   public static let protoMessageName: String = "DebugSettings"
52 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
   |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
53 |     1: .standard(proto: "rtc_panel_show_voice_states"),
54 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Debug.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
   :
50 | extension DebugSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
51 |   public static let protoMessageName: String = "DebugSettings"
52 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
   |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 |     1: .standard(proto: "rtc_panel_show_voice_states"),
54 |   ]
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/GameLibrary.pb.swift:72:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 70 | extension GameLibrarySettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 71 |   public static let protoMessageName: String = "GameLibrarySettings"
 72 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     1: .standard(proto: "install_shortcut_desktop"),
 74 |     2: .standard(proto: "install_shortcut_start_menu"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/GameLibrary.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
    :
 70 | extension GameLibrarySettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 71 |   public static let protoMessageName: String = "GameLibrarySettings"
 72 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |     1: .standard(proto: "install_shortcut_desktop"),
 74 |     2: .standard(proto: "install_shortcut_start_menu"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.pb.swift:244:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
242 | extension TextAndImagesSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
243 |   public static let protoMessageName: String = "TextAndImagesSettings"
244 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
245 |     1: .standard(proto: "diversity_surrogate"),
246 |     2: .standard(proto: "use_rich_chat_input"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.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
    :
242 | extension TextAndImagesSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
243 |   public static let protoMessageName: String = "TextAndImagesSettings"
244 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
245 |     1: .standard(proto: "diversity_surrogate"),
246 |     2: .standard(proto: "use_rich_chat_input"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.pb.swift:295:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'TextAndImagesSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
268 |   ]
269 |
270 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
271 |     var _diversitySurrogate: SwiftProtobuf.Google_Protobuf_StringValue? = nil
272 |     var _useRichChatInput: SwiftProtobuf.Google_Protobuf_BoolValue? = nil
    :
293 |     var _useLegacyChatInput: SwiftProtobuf.Google_Protobuf_BoolValue? = nil
294 |
295 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'TextAndImagesSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
296 |
297 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/UserContent.pb.swift:64:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 62 | extension UserContentSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "UserContentSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 65 |     1: .standard(proto: "dismissed_contents"),
 66 |     2: .standard(proto: "last_dismissed_outbound_promotion_start_date"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/UserContent.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
    :
 62 | extension UserContentSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "UserContentSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |     1: .standard(proto: "dismissed_contents"),
 66 |     2: .standard(proto: "last_dismissed_outbound_promotion_start_date"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.pb.swift:244:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
242 | extension TextAndImagesSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
243 |   public static let protoMessageName: String = "TextAndImagesSettings"
244 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
245 |     1: .standard(proto: "diversity_surrogate"),
246 |     2: .standard(proto: "use_rich_chat_input"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.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
    :
242 | extension TextAndImagesSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
243 |   public static let protoMessageName: String = "TextAndImagesSettings"
244 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
245 |     1: .standard(proto: "diversity_surrogate"),
246 |     2: .standard(proto: "use_rich_chat_input"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/TextAndImages.pb.swift:295:16: warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'TextAndImagesSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
268 |   ]
269 |
270 |   fileprivate class _StorageClass {
    |                     `- note: class '_StorageClass' does not conform to the 'Sendable' protocol
271 |     var _diversitySurrogate: SwiftProtobuf.Google_Protobuf_StringValue? = nil
272 |     var _useRichChatInput: SwiftProtobuf.Google_Protobuf_BoolValue? = nil
    :
293 |     var _useLegacyChatInput: SwiftProtobuf.Google_Protobuf_BoolValue? = nil
294 |
295 |     static let defaultInstance = _StorageClass()
    |                |- warning: static property 'defaultInstance' is not concurrency-safe because non-'Sendable' type 'TextAndImagesSettings._StorageClass' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultInstance' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
296 |
297 |     private init() {}
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/UserContent.pb.swift:64:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 62 | extension UserContentSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "UserContentSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 65 |     1: .standard(proto: "dismissed_contents"),
 66 |     2: .standard(proto: "last_dismissed_outbound_promotion_start_date"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/UserContent.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
    :
 62 | extension UserContentSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "UserContentSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |     1: .standard(proto: "dismissed_contents"),
 66 |     2: .standard(proto: "last_dismissed_outbound_promotion_start_date"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Notification.pb.swift:64:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 62 | extension NotificationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "NotificationSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 65 |     1: .standard(proto: "show_in_app_notifications"),
 66 |     2: .standard(proto: "notify_friends_on_go_live"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Notification.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
    :
 62 | extension NotificationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "NotificationSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |     1: .standard(proto: "show_in_app_notifications"),
 66 |     2: .standard(proto: "notify_friends_on_go_live"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:57:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 55 | extension GuildActivityStatusRestrictionDefault: CaseIterable {
 56 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 57 |   public static var allCases: [GuildActivityStatusRestrictionDefault] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 58 |     .off,
 59 |     .onForLargeGuilds,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:179:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
177 |
178 | extension GuildActivityStatusRestrictionDefault: SwiftProtobuf._ProtoNameProviding {
179 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
180 |     0: .same(proto: "OFF"),
181 |     1: .same(proto: "ON_FOR_LARGE_GUILDS"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.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
    :
177 |
178 | extension GuildActivityStatusRestrictionDefault: SwiftProtobuf._ProtoNameProviding {
179 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
180 |     0: .same(proto: "OFF"),
181 |     1: .same(proto: "ON_FOR_LARGE_GUILDS"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:187:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
185 | extension PrivacySettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
186 |   public static let protoMessageName: String = "PrivacySettings"
187 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
188 |     1: .standard(proto: "allow_activity_party_privacy_friends"),
189 |     2: .standard(proto: "allow_activity_party_privacy_voice_channel"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Notification.pb.swift:64:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 62 | extension NotificationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "NotificationSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 65 |     1: .standard(proto: "show_in_app_notifications"),
 66 |     2: .standard(proto: "notify_friends_on_go_live"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Notification.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
    :
 62 | extension NotificationSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 63 |   public static let protoMessageName: String = "NotificationSettings"
 64 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |     1: .standard(proto: "show_in_app_notifications"),
 66 |     2: .standard(proto: "notify_friends_on_go_live"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:57:21: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 55 | extension GuildActivityStatusRestrictionDefault: CaseIterable {
 56 |   // The compiler won't synthesize support with the UNRECOGNIZED case.
 57 |   public static var allCases: [GuildActivityStatusRestrictionDefault] = [
    |                     |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 58 |     .off,
 59 |     .onForLargeGuilds,
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:179:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
177 |
178 | extension GuildActivityStatusRestrictionDefault: SwiftProtobuf._ProtoNameProviding {
179 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
180 |     0: .same(proto: "OFF"),
181 |     1: .same(proto: "ON_FOR_LARGE_GUILDS"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.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
    :
177 |
178 | extension GuildActivityStatusRestrictionDefault: SwiftProtobuf._ProtoNameProviding {
179 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
180 |     0: .same(proto: "OFF"),
181 |     1: .same(proto: "ON_FOR_LARGE_GUILDS"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/Privacy.pb.swift:187:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
185 | extension PrivacySettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
186 |   public static let protoMessageName: String = "PrivacySettings"
187 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
188 |     1: .standard(proto: "allow_activity_party_privacy_friends"),
189 |     2: .standard(proto: "allow_activity_party_privacy_voice_channel"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
[250/251] Compiling DiscordKit VoiceAndVideo.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:167:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
165 | extension VoiceAndVideoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
166 |   public static let protoMessageName: String = "VoiceAndVideoSettings"
167 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     1: .same(proto: "blur"),
169 |     2: .standard(proto: "preset_option"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.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
    :
165 | extension VoiceAndVideoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
166 |   public static let protoMessageName: String = "VoiceAndVideoSettings"
167 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 |     1: .same(proto: "blur"),
169 |     2: .standard(proto: "preset_option"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:274:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
272 | extension VideoFilterBackgroundBlur: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
273 |   public static let protoMessageName: String = "VideoFilterBackgroundBlur"
274 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 |     1: .standard(proto: "use_blur"),
276 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:306:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
304 | extension VideoFilterAsset: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
305 |   public static let protoMessageName: String = "VideoFilterAsset"
306 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
307 |     1: .same(proto: "id"),
308 |     2: .standard(proto: "asset_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/DiscordKit/protos/Status.pb.swift:94:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | extension CustomStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 93 |   public static let protoMessageName: String = "CustomStatus"
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 95 |     1: .same(proto: "text"),
 96 |     2: .standard(proto: "emoji_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/DiscordKit/protos/Status.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
    :
 92 | extension CustomStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 93 |   public static let protoMessageName: String = "CustomStatus"
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |     1: .same(proto: "text"),
 96 |     2: .standard(proto: "emoji_id"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Status.pb.swift:144:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
142 | extension StatusSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
143 |   public static let protoMessageName: String = "StatusSettings"
144 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |     1: .same(proto: "status"),
146 |     2: .standard(proto: "custom_status"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:167:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
165 | extension VoiceAndVideoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
166 |   public static let protoMessageName: String = "VoiceAndVideoSettings"
167 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
168 |     1: .same(proto: "blur"),
169 |     2: .standard(proto: "preset_option"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.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
    :
165 | extension VoiceAndVideoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
166 |   public static let protoMessageName: String = "VoiceAndVideoSettings"
167 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 |     1: .same(proto: "blur"),
169 |     2: .standard(proto: "preset_option"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:274:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
272 | extension VideoFilterBackgroundBlur: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
273 |   public static let protoMessageName: String = "VideoFilterBackgroundBlur"
274 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 |     1: .standard(proto: "use_blur"),
276 |   ]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Settings/VoiceAndVideo.pb.swift:306:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
304 | extension VideoFilterAsset: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
305 |   public static let protoMessageName: String = "VideoFilterAsset"
306 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
307 |     1: .same(proto: "id"),
308 |     2: .standard(proto: "asset_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/DiscordKit/protos/Status.pb.swift:94:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 92 | extension CustomStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 93 |   public static let protoMessageName: String = "CustomStatus"
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     `- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
 95 |     1: .same(proto: "text"),
 96 |     2: .standard(proto: "emoji_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/DiscordKit/protos/Status.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
    :
 92 | extension CustomStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 93 |   public static let protoMessageName: String = "CustomStatus"
 94 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |     1: .same(proto: "text"),
 96 |     2: .standard(proto: "emoji_id"),
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/protos/Status.pb.swift:144:21: warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
142 | extension StatusSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
143 |   public static let protoMessageName: String = "StatusSettings"
144 |   public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                     |- warning: static property '_protobuf_nameMap' is not concurrency-safe because non-'Sendable' type '_NameMap' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property '_protobuf_nameMap' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 |     1: .same(proto: "status"),
146 |     2: .standard(proto: "custom_status"),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/NameMap.swift:94:15: note: struct '_NameMap' does not conform to the 'Sendable' protocol
 92 | /// for each message as needed, so there is no run-time overhead for
 93 | /// users who do not use text-based serialization formats.
 94 | public struct _NameMap: ExpressibleByDictionaryLiteral {
    |               `- note: struct '_NameMap' does not conform to the 'Sendable' protocol
 95 |
 96 |   /// An immutable interned string container.  The `utf8Start` pointer
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/87] Emitting module Reachability
[6/87] Compiling Reachability Reachability.swift
[7/87] Emitting module Logging
[8/87] Compiling Logging LogHandler.swift
[9/87] Compiling Logging Locks.swift
[10/87] Compiling Logging Logging.swift
[11/87] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[12/87] Compiling SwiftProtobuf Message+JSONAdditions.swift
[13/87] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[14/87] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[15/87] Compiling SwiftProtobuf Message.swift
[16/87] Compiling SwiftProtobuf MessageExtension.swift
[17/87] Compiling SwiftProtobuf NameMap.swift
[18/87] Compiling SwiftProtobuf ProtoNameProviding.swift
[19/95] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[20/95] Compiling SwiftProtobuf ProtobufMap.swift
[21/95] Compiling SwiftProtobuf SelectiveVisitor.swift
[22/95] Compiling SwiftProtobuf SimpleExtensionMap.swift
[23/95] Compiling SwiftProtobuf StringUtils.swift
[24/95] Compiling SwiftProtobuf TextFormatDecoder.swift
[25/95] Compiling SwiftProtobuf TextFormatDecodingError.swift
[26/95] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[27/95] Emitting module SwiftProtobuf
[28/95] Compiling SwiftProtobuf JSONEncoder.swift
[29/95] Compiling SwiftProtobuf JSONEncodingError.swift
[30/95] Compiling SwiftProtobuf JSONEncodingOptions.swift
[31/95] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[32/95] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[33/95] Compiling SwiftProtobuf JSONScanner.swift
[34/95] Compiling SwiftProtobuf MathUtils.swift
[35/95] Compiling SwiftProtobuf Message+AnyAdditions.swift
[36/95] Compiling SwiftProtobuf duration.pb.swift
[37/95] Compiling SwiftProtobuf empty.pb.swift
[38/95] Compiling SwiftProtobuf field_mask.pb.swift
[39/95] Compiling SwiftProtobuf source_context.pb.swift
[40/95] Compiling SwiftProtobuf struct.pb.swift
[41/95] Compiling SwiftProtobuf timestamp.pb.swift
[42/95] Compiling SwiftProtobuf type.pb.swift
[43/95] Compiling SwiftProtobuf wrappers.pb.swift
[44/95] Compiling SwiftProtobuf TextFormatEncoder.swift
[45/95] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[46/95] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[47/95] Compiling SwiftProtobuf TextFormatScanner.swift
[48/95] Compiling SwiftProtobuf TimeUtils.swift
[49/95] Compiling SwiftProtobuf UnknownStorage.swift
[50/95] Compiling SwiftProtobuf UnsafeBufferPointer+Shims.swift
[51/95] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[52/95] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[53/95] Compiling SwiftProtobuf CustomJSONCodable.swift
[54/95] Compiling SwiftProtobuf Data+Extensions.swift
[55/95] Compiling SwiftProtobuf Decoder.swift
[56/95] Compiling SwiftProtobuf DoubleParser.swift
[57/95] Compiling SwiftProtobuf Enum.swift
[58/95] Compiling SwiftProtobuf ExtensibleMessage.swift
[59/95] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[60/95] Compiling SwiftProtobuf ExtensionFields.swift
[61/95] Compiling SwiftProtobuf AnyMessageStorage.swift
[62/95] Compiling SwiftProtobuf AnyUnpackError.swift
[63/95] Compiling SwiftProtobuf BinaryDecoder.swift
[64/95] Compiling SwiftProtobuf BinaryDecodingError.swift
[65/95] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[66/95] Compiling SwiftProtobuf BinaryDelimited.swift
[67/95] Compiling SwiftProtobuf BinaryEncoder.swift
[68/95] Compiling SwiftProtobuf BinaryEncodingError.swift
[69/95] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[70/95] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[71/95] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[72/95] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[73/95] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[74/95] Compiling SwiftProtobuf HashVisitor.swift
[75/95] Compiling SwiftProtobuf Internal.swift
[76/95] Compiling SwiftProtobuf JSONDecoder.swift
[77/95] Compiling SwiftProtobuf JSONDecodingError.swift
[78/95] Compiling SwiftProtobuf JSONDecodingOptions.swift
[79/95] Compiling SwiftProtobuf ExtensionMap.swift
[80/95] Compiling SwiftProtobuf FieldTag.swift
[81/95] Compiling SwiftProtobuf FieldTypes.swift
[82/95] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[83/95] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[84/95] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[85/95] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[86/95] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[87/95] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[88/95] Compiling SwiftProtobuf Varint.swift
[89/95] Compiling SwiftProtobuf Version.swift
[90/95] Compiling SwiftProtobuf Visitor.swift
[91/95] Compiling SwiftProtobuf WireFormat.swift
[92/95] Compiling SwiftProtobuf ZigZag.swift
[93/95] Compiling SwiftProtobuf any.pb.swift
[94/95] Compiling SwiftProtobuf api.pb.swift
[95/95] Compiling SwiftProtobuf descriptor.pb.swift
[96/188] Compiling DiscordKitCore APIGuildScheduledEvent.swift
[97/188] Compiling DiscordKitCore APIGuildTemplate.swift
[98/188] Compiling DiscordKitCore APIInvite.swift
[99/188] Compiling DiscordKitCore APILobbies.swift
[100/188] Compiling DiscordKitCore APIMultipartFormBody.swift
[101/188] Compiling DiscordKitCore APIOAuth2.swift
[102/188] Compiling DiscordKitCore APIReceivingandResponding.swift
[103/188] Compiling DiscordKitCore APIRequest.swift
[104/188] Compiling DiscordKitCore APIStageInstance.swift
[105/188] Compiling DiscordKitCore APISticker.swift
[106/198] Compiling DiscordKitCore APIAchievements.swift
[107/198] Compiling DiscordKitCore APIApplicationCommands.swift
[108/198] Compiling DiscordKitCore APIApplicationRoleConnectionMetadata.swift
[109/198] Compiling DiscordKitCore APIAuditLog.swift
[110/198] Compiling DiscordKitCore APIAutoModeration.swift
[111/198] Compiling DiscordKitCore APIChannel.swift
[112/198] Compiling DiscordKitCore APICurrentUser.swift
[113/198] Compiling DiscordKitCore APIEmoji.swift
[114/198] Compiling DiscordKitCore APIGateway.swift
[115/198] Compiling DiscordKitCore APIGuild.swift
[116/198] Compiling DiscordKitCore APIUtils.swift
[117/198] Compiling DiscordKitCore DiscordKitConfig.swift
[118/198] Compiling DiscordKitCore DiscordREST.swift
[119/198] Compiling DiscordKitCore Collection+Identifiable.swift
[120/198] Compiling DiscordKitCore Int+decodeFlags.swift
[121/198] Compiling DiscordKitCore Logger+.swift
[122/198] Compiling DiscordKitCore Message+.swift
[123/198] Compiling DiscordKitCore User+.swift
[124/198] Compiling DiscordKitCore Snowflake+decode.swift
[125/198] Compiling DiscordKitCore String+random.swift
[126/198] Compiling DiscordKitCore URL+.swift
[127/198] Compiling DiscordKitCore TypingStart.swift
[128/198] Compiling DiscordKitCore TypingStartEvt.swift
[129/198] Compiling DiscordKitCore Gateway.swift
[130/198] Compiling DiscordKitCore GatewayIO.swift
[131/198] Compiling DiscordKitCore ReadState.swift
[132/198] Compiling DiscordKitCore UserSettings.swift
[133/198] Compiling DiscordKitCore LogOut.swift
[134/198] Compiling DiscordKitCore MessageReadAck.swift
[135/198] Compiling DiscordKitCore NewMessage.swift
[136/198] Compiling DiscordKitCore ResolvedInvite.swift
[137/198] Compiling DiscordKitCore APIStore.swift
[138/198] Compiling DiscordKitCore APIUser.swift
[139/198] Compiling DiscordKitCore APIVoice.swift
[140/198] Compiling DiscordKitCore APIWebhook.swift
[141/198] Compiling DiscordKitCore DecodeThrowable.swift
[142/198] Compiling DiscordKitCore DiscordRange.swift
[143/198] Compiling DiscordKitCore EventDispatch.swift
[144/198] Compiling DiscordKitCore HashedAsset.swift
[145/198] Compiling DiscordKitCore HybridSnowflake.swift
[146/198] Compiling DiscordKitCore NullEncodable.swift
[147/198] Compiling DiscordKitCore User.swift
[148/198] Compiling DiscordKitCore Voice.swift
[149/198] Compiling DiscordKitCore ApplicationObj.swift
[150/198] Compiling DiscordKitCore DataStructs.swift
[151/198] Compiling DiscordKitCore ChUnreadUpdate.swift
[152/198] Compiling DiscordKitCore ChannelPinsUpdate.swift
[153/198] Compiling DiscordKitCore GatewayEvent.swift
[154/198] Compiling DiscordKitCore GatewaySettingsProtoUpdate.swift
[155/198] Compiling DiscordKitCore GuildBan.swift
[156/198] Compiling DiscordKitCore GuildMemberEvt.swift
[157/198] Emitting module DiscordKitCore
[158/198] Compiling DiscordKitCore URLSession+.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[159/198] Compiling DiscordKitCore DecompressionEngine.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[160/198] Compiling DiscordKitCore GatewayIdentify.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[161/198] Compiling DiscordKitCore Intents.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[162/198] Compiling DiscordKitCore RobustWebSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[163/198] Compiling DiscordKitCore Activity.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[164/198] Compiling DiscordKitCore AppCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[165/198] Compiling DiscordKitCore Application.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[166/198] Compiling DiscordKitCore Attachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[167/198] Compiling DiscordKitCore Channel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[168/198] Compiling DiscordKitCore Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKitCore/Gateway/RobustWebSocket.swift:643:24: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
641 |         Self.log.trace("Outgoing Payload", metadata: [
642 |             "opcode": "\(opcode)",
643 |             "data": "\((T.self == GatewayIdentify.self ? nil : data))", // Don't log tokens.
    |                        |                               |- note: use 'String(describing:)' to silence this warning
    |                        |                               `- note: provide a default value to avoid this warning
    |                        `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
644 |             "seq": "\(seq ?? -1)"
645 |         ])
[169/198] Compiling DiscordKitCore GuildMembersChunk.swift
[170/198] Compiling DiscordKitCore GuildMiscUpdate.swift
[171/198] Compiling DiscordKitCore GuildRoleEvt.swift
[172/198] Compiling DiscordKitCore GuildSchEvtUserEvt.swift
[173/198] Compiling DiscordKitCore MessageACKEvt.swift
[174/198] Compiling DiscordKitCore MessageDelete.swift
[175/198] Compiling DiscordKitCore ReadyEvt.swift
[176/198] Compiling DiscordKitCore ReadySuppEvt.swift
[177/198] Compiling DiscordKitCore ThreadListSync.swift
[178/198] Compiling DiscordKitCore ThreadMembersUpdate.swift
[179/198] Compiling DiscordKitCore Embed.swift
[180/198] Compiling DiscordKitCore Emoji.swift
[181/198] Compiling DiscordKitCore Guild.swift
[182/198] Compiling DiscordKitCore Integration.swift
[183/198] Compiling DiscordKitCore Interaction.swift
[184/198] Compiling DiscordKitCore Levels.swift
[185/198] Compiling DiscordKitCore Locale.swift
[186/198] Compiling DiscordKitCore Member.swift
[187/198] Compiling DiscordKitCore Mention.swift
[188/198] Compiling DiscordKitCore Message.swift
[189/198] Compiling DiscordKitCore Nonce.swift
[190/198] Compiling DiscordKitCore Permission.swift
[191/198] Compiling DiscordKitCore Presence.swift
[192/198] Compiling DiscordKitCore Reaction.swift
[193/198] Compiling DiscordKitCore Snowflake.swift
[194/198] Compiling DiscordKitCore Stage.swift
[195/198] Compiling DiscordKitCore Sticker.swift
[196/198] Compiling DiscordKitCore Team.swift
[197/198] Compiling DiscordKitCore User+Flags.swift
[198/198] Compiling DiscordKitCore User+PremiumType.swift
[199/241] Emitting module DiscordKitBot
[200/243] Compiling DiscordKit Presence+.swift
[201/243] Compiling DiscordKit DiscordGateway.swift
[202/243] Compiling DiscordKit UserContent.pb.swift
[203/243] Compiling DiscordKitBot NCWrapper.swift
[204/243] Compiling DiscordKit Appearance.pb.swift
[205/243] Compiling DiscordKit Audio.pb.swift
[206/243] Compiling DiscordKit Inbox.pb.swift
[207/243] Compiling DiscordKit Localization.pb.swift
[208/243] Compiling DiscordKit Debug.pb.swift
[209/243] Compiling DiscordKit GameLibrary.pb.swift
[210/243] Compiling DiscordKit Notification.pb.swift
[211/243] Compiling DiscordKit Privacy.pb.swift
[212/243] Compiling DiscordKit TextAndImages.pb.swift
[217/243] Compiling DiscordKit GuildFolders.pb.swift
[218/243] Compiling DiscordKit AllGuildSettings.pb.swift
[219/245] Compiling DiscordKit Status.pb.swift
[220/245] Compiling DiscordKitBot APICommand.swift
[227/245] Compiling DiscordKit FavoriteChannel.pb.swift
[228/245] Compiling DiscordKit FavoriteGIFs.pb.swift
[229/245] Compiling DiscordKit UserSettingsProtoUpdate.swift
[230/245] Compiling DiscordKit APIUser+.swift
[231/245] Compiling DiscordKit DiscordProtos.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/DiscordGateway.swift:196:19: warning: value 'existingGuild' was defined but never used; consider replacing with boolean test
194 |
195 |     private func handleGuildUpdate(_ updatedGuild: Guild) {
196 |         guard let existingGuild = cache.guilds[updatedGuild.id] else {
    |                   `- warning: value 'existingGuild' was defined but never used; consider replacing with boolean test
197 |             return
198 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/DiscordGateway.swift:200:13: warning: initialization of variable 'modifiedGuild' was never used; consider replacing with assignment to '_' or removing it
198 |         }
199 |
200 |         var modifiedGuild = updatedGuild
    |             `- warning: initialization of variable 'modifiedGuild' was never used; consider replacing with assignment to '_' or removing it
201 |
202 |         // ``GatewayEvent.guildUpdate`` events are missing data that is only present in the initial ``GatewayEvent.ready`` event, so we need to copy those properties over manually.
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:35:22: error: no 'appendOrReplace' candidates produce the expected type '(DecodeThrowable<PreloadedGuild>) throws -> Void' for parameter #0
 33 |     /// - Parameter event: An incoming Gateway "ready" event.
 34 |     func configure(using event: ReadyEvt) {
 35 |         event.guilds.forEach(appendOrReplace(_:))
    |                      `- error: no 'appendOrReplace' candidates produce the expected type '(DecodeThrowable<PreloadedGuild>) throws -> Void' for parameter #0
 36 |         dms = event.private_channels
 37 |         user = event.user
    :
 47 |     /// Updates or appends the provided guild.
 48 |     /// - Parameter guild: The guild you want to update or append to the cache.
 49 |     func appendOrReplace(_ guild: PreloadedGuild) {
    |          `- note: found candidate with type '(PreloadedGuild) -> ()'
 50 |         guilds.updateValue(guild, forKey: guild.id)
 51 |     }
    :
100 |     /// Appends or replaces  the given message within the appropriate channel.
101 |     /// - Parameter message: The message to append.
102 |     func appendOrReplace(_ message: Message) {
    |          `- note: found candidate with type '(Message) -> ()'
103 |         if let idx = dms.firstIndex(where: { $0.id == message.channel_id }) {
104 |             dms[idx].last_message_id = message.id
    :
110 |     /// Appends or replaces the provided user in the cache.
111 |     /// - Parameter user: The user to cache.
112 |     func appendOrReplace(_ user: User) {
    |          `- note: found candidate with type '(User) -> ()'
113 |         users.updateValue(user, forKey: user.id)
114 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:36:13: error: cannot assign value of type '[DecodeThrowable<Channel>]' to type '[Channel]'
 34 |     func configure(using event: ReadyEvt) {
 35 |         event.guilds.forEach(appendOrReplace(_:))
 36 |         dms = event.private_channels
    |             |- error: cannot assign value of type '[DecodeThrowable<Channel>]' to type '[Channel]'
    |             `- note: arguments to generic parameter 'Element' ('DecodeThrowable<Channel>' and 'Channel') are expected to be equal
 37 |         user = event.user
 38 |         event.users.forEach(appendOrReplace(_:))
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:40:39: error: value of type 'DecodeThrowable<PreloadedGuild>' has no member 'id'
 38 |         event.users.forEach(appendOrReplace(_:))
 39 |         event.merged_members.enumerated().forEach { (idx, guildMembers) in
 40 |             members[event.guilds[idx].id] = guildMembers.first(where: { $0.user_id == event.user.id })
    |                                       `- error: value of type 'DecodeThrowable<PreloadedGuild>' has no member 'id'
 41 |         }
 42 |         print(members)
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:64:19: warning: value 'identifier' was defined but never used; consider replacing with boolean test
 62 |     /// - Parameter channel: The channel to append.
 63 |     func append(_ channel: Channel) {
 64 |         guard let identifier = channel.guild_id else {
    |                   `- warning: value 'identifier' was defined but never used; consider replacing with boolean test
 65 |             return
 66 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:74:19: warning: value 'identifier' was defined but never used; consider replacing with boolean test
 72 |     /// - Parameter channel: The channel to remove.
 73 |     func remove(_ channel: Channel) {
 74 |         guard let identifier = channel.guild_id else {
    |                   `- warning: value 'identifier' was defined but never used; consider replacing with boolean test
 75 |             return
 76 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/DiscordGateway.swift:196:19: warning: value 'existingGuild' was defined but never used; consider replacing with boolean test
194 |
195 |     private func handleGuildUpdate(_ updatedGuild: Guild) {
196 |         guard let existingGuild = cache.guilds[updatedGuild.id] else {
    |                   `- warning: value 'existingGuild' was defined but never used; consider replacing with boolean test
197 |             return
198 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/DiscordGateway.swift:200:13: warning: initialization of variable 'modifiedGuild' was never used; consider replacing with assignment to '_' or removing it
198 |         }
199 |
200 |         var modifiedGuild = updatedGuild
    |             `- warning: initialization of variable 'modifiedGuild' was never used; consider replacing with assignment to '_' or removing it
201 |
202 |         // ``GatewayEvent.guildUpdate`` events are missing data that is only present in the initial ``GatewayEvent.ready`` event, so we need to copy those properties over manually.
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:35:22: error: no 'appendOrReplace' candidates produce the expected type '(DecodeThrowable<PreloadedGuild>) throws -> Void' for parameter #0
 33 |     /// - Parameter event: An incoming Gateway "ready" event.
 34 |     func configure(using event: ReadyEvt) {
 35 |         event.guilds.forEach(appendOrReplace(_:))
    |                      `- error: no 'appendOrReplace' candidates produce the expected type '(DecodeThrowable<PreloadedGuild>) throws -> Void' for parameter #0
 36 |         dms = event.private_channels
 37 |         user = event.user
    :
 47 |     /// Updates or appends the provided guild.
 48 |     /// - Parameter guild: The guild you want to update or append to the cache.
 49 |     func appendOrReplace(_ guild: PreloadedGuild) {
    |          `- note: found candidate with type '(PreloadedGuild) -> ()'
 50 |         guilds.updateValue(guild, forKey: guild.id)
 51 |     }
    :
100 |     /// Appends or replaces  the given message within the appropriate channel.
101 |     /// - Parameter message: The message to append.
102 |     func appendOrReplace(_ message: Message) {
    |          `- note: found candidate with type '(Message) -> ()'
103 |         if let idx = dms.firstIndex(where: { $0.id == message.channel_id }) {
104 |             dms[idx].last_message_id = message.id
    :
110 |     /// Appends or replaces the provided user in the cache.
111 |     /// - Parameter user: The user to cache.
112 |     func appendOrReplace(_ user: User) {
    |          `- note: found candidate with type '(User) -> ()'
113 |         users.updateValue(user, forKey: user.id)
114 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:36:13: error: cannot assign value of type '[DecodeThrowable<Channel>]' to type '[Channel]'
 34 |     func configure(using event: ReadyEvt) {
 35 |         event.guilds.forEach(appendOrReplace(_:))
 36 |         dms = event.private_channels
    |             |- error: cannot assign value of type '[DecodeThrowable<Channel>]' to type '[Channel]'
    |             `- note: arguments to generic parameter 'Element' ('DecodeThrowable<Channel>' and 'Channel') are expected to be equal
 37 |         user = event.user
 38 |         event.users.forEach(appendOrReplace(_:))
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:40:39: error: value of type 'DecodeThrowable<PreloadedGuild>' has no member 'id'
 38 |         event.users.forEach(appendOrReplace(_:))
 39 |         event.merged_members.enumerated().forEach { (idx, guildMembers) in
 40 |             members[event.guilds[idx].id] = guildMembers.first(where: { $0.user_id == event.user.id })
    |                                       `- error: value of type 'DecodeThrowable<PreloadedGuild>' has no member 'id'
 41 |         }
 42 |         print(members)
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:64:19: warning: value 'identifier' was defined but never used; consider replacing with boolean test
 62 |     /// - Parameter channel: The channel to append.
 63 |     func append(_ channel: Channel) {
 64 |         guard let identifier = channel.guild_id else {
    |                   `- warning: value 'identifier' was defined but never used; consider replacing with boolean test
 65 |             return
 66 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:74:19: warning: value 'identifier' was defined but never used; consider replacing with boolean test
 72 |     /// - Parameter channel: The channel to remove.
 73 |     func remove(_ channel: Channel) {
 74 |         guard let identifier = channel.guild_id else {
    |                   `- warning: value 'identifier' was defined but never used; consider replacing with boolean test
 75 |             return
 76 |         }
[234/245] Compiling DiscordKit GatewayCachedState.swift
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/DiscordGateway.swift:196:19: warning: value 'existingGuild' was defined but never used; consider replacing with boolean test
194 |
195 |     private func handleGuildUpdate(_ updatedGuild: Guild) {
196 |         guard let existingGuild = cache.guilds[updatedGuild.id] else {
    |                   `- warning: value 'existingGuild' was defined but never used; consider replacing with boolean test
197 |             return
198 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/DiscordGateway.swift:200:13: warning: initialization of variable 'modifiedGuild' was never used; consider replacing with assignment to '_' or removing it
198 |         }
199 |
200 |         var modifiedGuild = updatedGuild
    |             `- warning: initialization of variable 'modifiedGuild' was never used; consider replacing with assignment to '_' or removing it
201 |
202 |         // ``GatewayEvent.guildUpdate`` events are missing data that is only present in the initial ``GatewayEvent.ready`` event, so we need to copy those properties over manually.
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:35:22: error: no 'appendOrReplace' candidates produce the expected type '(DecodeThrowable<PreloadedGuild>) throws -> Void' for parameter #0
 33 |     /// - Parameter event: An incoming Gateway "ready" event.
 34 |     func configure(using event: ReadyEvt) {
 35 |         event.guilds.forEach(appendOrReplace(_:))
    |                      `- error: no 'appendOrReplace' candidates produce the expected type '(DecodeThrowable<PreloadedGuild>) throws -> Void' for parameter #0
 36 |         dms = event.private_channels
 37 |         user = event.user
    :
 47 |     /// Updates or appends the provided guild.
 48 |     /// - Parameter guild: The guild you want to update or append to the cache.
 49 |     func appendOrReplace(_ guild: PreloadedGuild) {
    |          `- note: found candidate with type '(PreloadedGuild) -> ()'
 50 |         guilds.updateValue(guild, forKey: guild.id)
 51 |     }
    :
100 |     /// Appends or replaces  the given message within the appropriate channel.
101 |     /// - Parameter message: The message to append.
102 |     func appendOrReplace(_ message: Message) {
    |          `- note: found candidate with type '(Message) -> ()'
103 |         if let idx = dms.firstIndex(where: { $0.id == message.channel_id }) {
104 |             dms[idx].last_message_id = message.id
    :
110 |     /// Appends or replaces the provided user in the cache.
111 |     /// - Parameter user: The user to cache.
112 |     func appendOrReplace(_ user: User) {
    |          `- note: found candidate with type '(User) -> ()'
113 |         users.updateValue(user, forKey: user.id)
114 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:36:13: error: cannot assign value of type '[DecodeThrowable<Channel>]' to type '[Channel]'
 34 |     func configure(using event: ReadyEvt) {
 35 |         event.guilds.forEach(appendOrReplace(_:))
 36 |         dms = event.private_channels
    |             |- error: cannot assign value of type '[DecodeThrowable<Channel>]' to type '[Channel]'
    |             `- note: arguments to generic parameter 'Element' ('DecodeThrowable<Channel>' and 'Channel') are expected to be equal
 37 |         user = event.user
 38 |         event.users.forEach(appendOrReplace(_:))
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:40:39: error: value of type 'DecodeThrowable<PreloadedGuild>' has no member 'id'
 38 |         event.users.forEach(appendOrReplace(_:))
 39 |         event.merged_members.enumerated().forEach { (idx, guildMembers) in
 40 |             members[event.guilds[idx].id] = guildMembers.first(where: { $0.user_id == event.user.id })
    |                                       `- error: value of type 'DecodeThrowable<PreloadedGuild>' has no member 'id'
 41 |         }
 42 |         print(members)
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:64:19: warning: value 'identifier' was defined but never used; consider replacing with boolean test
 62 |     /// - Parameter channel: The channel to append.
 63 |     func append(_ channel: Channel) {
 64 |         guard let identifier = channel.guild_id else {
    |                   `- warning: value 'identifier' was defined but never used; consider replacing with boolean test
 65 |             return
 66 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DiscordKit/Gateway/GatewayCachedState.swift:74:19: warning: value 'identifier' was defined but never used; consider replacing with boolean test
 72 |     /// - Parameter channel: The channel to remove.
 73 |     func remove(_ channel: Channel) {
 74 |         guard let identifier = channel.guild_id else {
    |                   `- warning: value 'identifier' was defined but never used; consider replacing with boolean test
 75 |             return
 76 |         }
[235/245] Emitting module DiscordKit
[244/245] Compiling DiscordKit VoiceAndVideo.pb.swift
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 FAILURE 6.1 macosSpm