The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftDisc, reference main (81ee36), with Swift 6.2 for macOS (SPM) on 18 Apr 2026 00:40:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/M1tsumi/SwiftDisc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/M1tsumi/SwiftDisc
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 81ee368 chore(release): v2.1.0 — update package snippets and docs (#13)
Cloned https://github.com/M1tsumi/SwiftDisc.git
Revision (git rev-parse @):
81ee36854c6b1c804a674593be2ada2cd4ef02db
SUCCESS checkout https://github.com/M1tsumi/SwiftDisc.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/M1tsumi/SwiftDisc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/37] Write sources
[0/37] Write PingBotExample-entitlement.plist
[0/37] Write SlashBotExample-entitlement.plist
[0/37] Write AutocompleteBotExample-entitlement.plist
[0/37] Write sources
[1/37] Write CommandsBotExample-entitlement.plist
[1/37] Write FileUploadBotExample-entitlement.plist
[1/37] Write sources
[7/37] Write ComponentsExample-entitlement.plist
[9/37] Write sources
[10/37] Write ViewExample-entitlement.plist
[11/37] Write sources
[15/37] Write swift-version--3CB7CFEC50E0D141.txt
[17/108] Compiling SwiftDisc ScheduledEvent.swift
[18/108] Compiling SwiftDisc ScheduledEventUser.swift
[19/108] Compiling SwiftDisc Snowflake.swift
[20/108] Compiling SwiftDisc StageInstance.swift
[21/108] Compiling SwiftDisc Sticker.swift
[22/108] Compiling SwiftDisc Template.swift
[23/108] Compiling SwiftDisc Thread.swift
[24/108] Compiling SwiftDisc Files.swift
[25/108] Compiling SwiftDisc Guild.swift
[26/108] Compiling SwiftDisc GuildBan.swift
[27/108] Compiling SwiftDisc GuildMember.swift
[28/108] Compiling SwiftDisc GuildPreview.swift
[29/108] Compiling SwiftDisc GuildWidgetSettings.swift
[30/108] Compiling SwiftDisc Interaction.swift
[31/108] Compiling SwiftDisc Invite.swift
[32/115] Compiling SwiftDisc User.swift
[33/115] Compiling SwiftDisc VanityURL.swift
[34/115] Compiling SwiftDisc Webhook.swift
[35/115] Compiling SwiftDisc HTTPClient.swift
[36/115] Compiling SwiftDisc RateLimitEvent.swift
[37/115] Compiling SwiftDisc RateLimiter.swift
[38/115] Compiling SwiftDisc AudioSource.swift
[39/115] Compiling SwiftDisc AppInstallations.swift
[40/115] Compiling SwiftDisc ApplicationRoleConnection.swift
[41/115] Compiling SwiftDisc Attachment.swift
[42/115] Compiling SwiftDisc AuditLog.swift
[43/115] Compiling SwiftDisc AutoModeration.swift
[44/115] Compiling SwiftDisc Channel.swift
[45/115] Compiling SwiftDisc Embed.swift
[46/115] Compiling SwiftDisc Emoji.swift
[47/115] Compiling SwiftDisc MessageValidation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[48/115] Compiling SwiftDisc Permissions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[49/115] Compiling SwiftDisc ShardManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[50/115] Compiling SwiftDisc ShardingGatewayManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[51/115] Compiling SwiftDisc SlashCommandBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[52/115] Compiling SwiftDisc SlashCommandRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[53/115] Compiling SwiftDisc Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[54/115] Compiling SwiftDisc ViewManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/HighLevel/ViewManager.swift:76:25: warning: result of 'try?' is unused [#no-usage]
 74 |                     if let comps = msg.components {
 75 |                         let disabled = disableComponents(comps)
 76 |                         try? await client.editMessage(channelId: channelId, messageId: messageId, components: disabled)
    |                         `- warning: result of 'try?' is unused [#no-usage]
 77 |                     }
 78 |                 } catch {
[55/115] Compiling SwiftDisc Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[56/115] Compiling SwiftDisc MessageComponents.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[57/115] Compiling SwiftDisc Monetization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[58/115] Compiling SwiftDisc Onboarding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[59/115] Compiling SwiftDisc PartialGuild.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[60/115] Compiling SwiftDisc PermissionBitset.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[61/115] Compiling SwiftDisc Role.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[62/115] Compiling SwiftDisc RoleMemberCount.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |     public struct ActionRow: Codable, Hashable, Sendable {
 55 |         public let type: Int = 1
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         public let components: [MessageComponent]
 57 |         public init(components: [MessageComponent]) { self.components = components }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:61:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 59 |
 60 |     public struct Button: Codable, Hashable, Sendable {
 61 |         public let type: Int = 2
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 62 |         public let style: Int
 63 |         public let label: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:88:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 86 |             public let `default`: Bool?
 87 |         }
 88 |         public let type: Int = 3
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
 89 |         public let custom_id: String
 90 |         public let options: [Option]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:107:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
105 |     public struct TextInput: Codable, Hashable, Sendable {
106 |         public enum Style: Int, Codable, Sendable { case short = 1, paragraph = 2 }
107 |         public let type: Int = 4
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
108 |         public let custom_id: String
109 |         public let style: Style
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:133:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
131 |     /// Provides a `label` and optional `description`, and wraps a single interactive component.
132 |     public struct Label: Codable, Hashable, Sendable {
133 |         public let type: Int = 21
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
134 |         public let label: String
135 |         public let description: String?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:147:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
145 |     /// Radio Group component (type 22). Single-selection picker for modals; must be inside a Label.
146 |     public struct RadioGroup: Codable, Hashable, Sendable {
147 |         public let type: Int = 22
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
148 |         public let custom_id: String
149 |         public let options: [RadioOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:172:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
170 |     /// Checkbox Group component (type 23). Multi-selection picker for modals; must be inside a Label.
171 |     public struct CheckboxGroup: Codable, Hashable, Sendable {
172 |         public let type: Int = 23
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
173 |         public let custom_id: String
174 |         public let options: [CheckboxOption]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:199:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
197 |     /// Checkbox component (type 24). Boolean yes/no toggle for modals; must be inside a Label.
198 |     public struct Checkbox: Codable, Hashable, Sendable {
199 |         public let type: Int = 24
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
200 |         public let custom_id: String
201 |         public let required: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Models/MessageComponents.swift:213:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
211 |     /// Must be inside a Label container. Introduced 2026.
212 |     public struct FileUpload: Codable, Hashable, Sendable {
213 |         public let type: Int = 25
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    |                    `- note: make the property mutable instead
214 |         public let custom_id: String
215 |         public let label: String
[63/115] Compiling SwiftDisc WebhookClient.swift
[64/115] Compiling SwiftDisc Cache.swift
[65/115] Compiling SwiftDisc DiscordConfiguration.swift
[66/115] Compiling SwiftDisc DiscordError.swift
[67/115] Compiling SwiftDisc DiscordUtils.swift
[68/115] Compiling SwiftDisc EventDispatcher.swift
[69/115] Compiling SwiftDisc JSONValue.swift
[70/115] Compiling SwiftDisc AdvancedMessagePayloads.swift
[71/115] Compiling SwiftDisc CommandRouter.swift
[72/115] Compiling SwiftDisc ComponentCollector.swift
[73/115] Compiling SwiftDisc ComponentsBuilder.swift
[74/115] Compiling SwiftDisc Converters.swift
[75/115] Compiling SwiftDisc CooldownManager.swift
[76/115] Compiling SwiftDisc EmbedBuilder.swift
[77/115] Compiling SwiftDisc Extensions.swift
[78/115] Compiling SwiftDisc MessagePayload.swift
[79/115] Compiling SwiftDisc PipeOpusSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:236:9: warning: variable 'r0' was never mutated; consider changing to 'let' constant
234 |     let s = Array(key[16..<32])
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
    |         `- warning: variable 'r0' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:237:9: warning: variable 'r1' was never mutated; consider changing to 'let' constant
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
    |         `- warning: variable 'r1' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:238:9: warning: variable 'r2' was never mutated; consider changing to 'let' constant
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
    |         `- warning: variable 'r2' was never mutated; consider changing to 'let' constant
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:239:9: warning: variable 'r3' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
    |         `- warning: variable 'r3' was never mutated; consider changing to 'let' constant
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
241 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:240:9: warning: variable 'r4' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
    |         `- warning: variable 'r4' was never mutated; consider changing to 'let' constant
241 |
242 |     var h0: UInt32 = 0, h1: UInt32 = 0, h2: UInt32 = 0, h3: UInt32 = 0, h4: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:303:9: warning: variable 'f0' was never mutated; consider changing to 'let' constant
301 |
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
    |         `- warning: variable 'f0' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:304:9: warning: variable 'f1' was never mutated; consider changing to 'let' constant
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
    |         `- warning: variable 'f1' was never mutated; consider changing to 'let' constant
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:305:9: warning: variable 'f2' was never mutated; consider changing to 'let' constant
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
    |         `- warning: variable 'f2' was never mutated; consider changing to 'let' constant
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
307 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:306:9: warning: variable 'f3' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
    |         `- warning: variable 'f3' was never mutated; consider changing to 'let' constant
307 |
308 |     // Add s
[80/115] Compiling SwiftDisc Secretbox.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:236:9: warning: variable 'r0' was never mutated; consider changing to 'let' constant
234 |     let s = Array(key[16..<32])
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
    |         `- warning: variable 'r0' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:237:9: warning: variable 'r1' was never mutated; consider changing to 'let' constant
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
    |         `- warning: variable 'r1' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:238:9: warning: variable 'r2' was never mutated; consider changing to 'let' constant
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
    |         `- warning: variable 'r2' was never mutated; consider changing to 'let' constant
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:239:9: warning: variable 'r3' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
    |         `- warning: variable 'r3' was never mutated; consider changing to 'let' constant
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
241 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:240:9: warning: variable 'r4' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
    |         `- warning: variable 'r4' was never mutated; consider changing to 'let' constant
241 |
242 |     var h0: UInt32 = 0, h1: UInt32 = 0, h2: UInt32 = 0, h3: UInt32 = 0, h4: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:303:9: warning: variable 'f0' was never mutated; consider changing to 'let' constant
301 |
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
    |         `- warning: variable 'f0' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:304:9: warning: variable 'f1' was never mutated; consider changing to 'let' constant
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
    |         `- warning: variable 'f1' was never mutated; consider changing to 'let' constant
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:305:9: warning: variable 'f2' was never mutated; consider changing to 'let' constant
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
    |         `- warning: variable 'f2' was never mutated; consider changing to 'let' constant
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
307 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:306:9: warning: variable 'f3' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
    |         `- warning: variable 'f3' was never mutated; consider changing to 'let' constant
307 |
308 |     // Add s
[81/115] Compiling SwiftDisc VoiceClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:236:9: warning: variable 'r0' was never mutated; consider changing to 'let' constant
234 |     let s = Array(key[16..<32])
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
    |         `- warning: variable 'r0' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:237:9: warning: variable 'r1' was never mutated; consider changing to 'let' constant
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
    |         `- warning: variable 'r1' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:238:9: warning: variable 'r2' was never mutated; consider changing to 'let' constant
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
    |         `- warning: variable 'r2' was never mutated; consider changing to 'let' constant
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:239:9: warning: variable 'r3' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
    |         `- warning: variable 'r3' was never mutated; consider changing to 'let' constant
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
241 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:240:9: warning: variable 'r4' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
    |         `- warning: variable 'r4' was never mutated; consider changing to 'let' constant
241 |
242 |     var h0: UInt32 = 0, h1: UInt32 = 0, h2: UInt32 = 0, h3: UInt32 = 0, h4: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:303:9: warning: variable 'f0' was never mutated; consider changing to 'let' constant
301 |
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
    |         `- warning: variable 'f0' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:304:9: warning: variable 'f1' was never mutated; consider changing to 'let' constant
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
    |         `- warning: variable 'f1' was never mutated; consider changing to 'let' constant
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:305:9: warning: variable 'f2' was never mutated; consider changing to 'let' constant
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
    |         `- warning: variable 'f2' was never mutated; consider changing to 'let' constant
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
307 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:306:9: warning: variable 'f3' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
    |         `- warning: variable 'f3' was never mutated; consider changing to 'let' constant
307 |
308 |     // Add s
[82/115] Compiling SwiftDisc VoiceGateway.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:236:9: warning: variable 'r0' was never mutated; consider changing to 'let' constant
234 |     let s = Array(key[16..<32])
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
    |         `- warning: variable 'r0' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:237:9: warning: variable 'r1' was never mutated; consider changing to 'let' constant
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
    |         `- warning: variable 'r1' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:238:9: warning: variable 'r2' was never mutated; consider changing to 'let' constant
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
    |         `- warning: variable 'r2' was never mutated; consider changing to 'let' constant
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:239:9: warning: variable 'r3' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
    |         `- warning: variable 'r3' was never mutated; consider changing to 'let' constant
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
241 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:240:9: warning: variable 'r4' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
    |         `- warning: variable 'r4' was never mutated; consider changing to 'let' constant
241 |
242 |     var h0: UInt32 = 0, h1: UInt32 = 0, h2: UInt32 = 0, h3: UInt32 = 0, h4: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:303:9: warning: variable 'f0' was never mutated; consider changing to 'let' constant
301 |
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
    |         `- warning: variable 'f0' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:304:9: warning: variable 'f1' was never mutated; consider changing to 'let' constant
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
    |         `- warning: variable 'f1' was never mutated; consider changing to 'let' constant
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:305:9: warning: variable 'f2' was never mutated; consider changing to 'let' constant
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
    |         `- warning: variable 'f2' was never mutated; consider changing to 'let' constant
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
307 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:306:9: warning: variable 'f3' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
    |         `- warning: variable 'f3' was never mutated; consider changing to 'let' constant
307 |
308 |     // Add s
[83/115] Compiling SwiftDisc VoiceModels.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:236:9: warning: variable 'r0' was never mutated; consider changing to 'let' constant
234 |     let s = Array(key[16..<32])
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
    |         `- warning: variable 'r0' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:237:9: warning: variable 'r1' was never mutated; consider changing to 'let' constant
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
    |         `- warning: variable 'r1' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:238:9: warning: variable 'r2' was never mutated; consider changing to 'let' constant
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
    |         `- warning: variable 'r2' was never mutated; consider changing to 'let' constant
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:239:9: warning: variable 'r3' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
    |         `- warning: variable 'r3' was never mutated; consider changing to 'let' constant
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
241 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:240:9: warning: variable 'r4' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
    |         `- warning: variable 'r4' was never mutated; consider changing to 'let' constant
241 |
242 |     var h0: UInt32 = 0, h1: UInt32 = 0, h2: UInt32 = 0, h3: UInt32 = 0, h4: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:303:9: warning: variable 'f0' was never mutated; consider changing to 'let' constant
301 |
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
    |         `- warning: variable 'f0' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:304:9: warning: variable 'f1' was never mutated; consider changing to 'let' constant
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
    |         `- warning: variable 'f1' was never mutated; consider changing to 'let' constant
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:305:9: warning: variable 'f2' was never mutated; consider changing to 'let' constant
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
    |         `- warning: variable 'f2' was never mutated; consider changing to 'let' constant
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
307 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:306:9: warning: variable 'f3' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
    |         `- warning: variable 'f3' was never mutated; consider changing to 'let' constant
307 |
308 |     // Add s
[84/115] Compiling SwiftDisc VoiceReceiver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:236:9: warning: variable 'r0' was never mutated; consider changing to 'let' constant
234 |     let s = Array(key[16..<32])
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
    |         `- warning: variable 'r0' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:237:9: warning: variable 'r1' was never mutated; consider changing to 'let' constant
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
    |         `- warning: variable 'r1' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:238:9: warning: variable 'r2' was never mutated; consider changing to 'let' constant
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
    |         `- warning: variable 'r2' was never mutated; consider changing to 'let' constant
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:239:9: warning: variable 'r3' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
    |         `- warning: variable 'r3' was never mutated; consider changing to 'let' constant
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
241 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:240:9: warning: variable 'r4' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
    |         `- warning: variable 'r4' was never mutated; consider changing to 'let' constant
241 |
242 |     var h0: UInt32 = 0, h1: UInt32 = 0, h2: UInt32 = 0, h3: UInt32 = 0, h4: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:303:9: warning: variable 'f0' was never mutated; consider changing to 'let' constant
301 |
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
    |         `- warning: variable 'f0' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:304:9: warning: variable 'f1' was never mutated; consider changing to 'let' constant
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
    |         `- warning: variable 'f1' was never mutated; consider changing to 'let' constant
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:305:9: warning: variable 'f2' was never mutated; consider changing to 'let' constant
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
    |         `- warning: variable 'f2' was never mutated; consider changing to 'let' constant
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
307 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:306:9: warning: variable 'f3' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
    |         `- warning: variable 'f3' was never mutated; consider changing to 'let' constant
307 |
308 |     // Add s
[85/115] Compiling SwiftDisc VoiceSender.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:236:9: warning: variable 'r0' was never mutated; consider changing to 'let' constant
234 |     let s = Array(key[16..<32])
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
    |         `- warning: variable 'r0' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:237:9: warning: variable 'r1' was never mutated; consider changing to 'let' constant
235 |
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
    |         `- warning: variable 'r1' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:238:9: warning: variable 'r2' was never mutated; consider changing to 'let' constant
236 |     var r0 = UInt32(loadLE(r[0..<4])) & 0x3ffffff
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
    |         `- warning: variable 'r2' was never mutated; consider changing to 'let' constant
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:239:9: warning: variable 'r3' was never mutated; consider changing to 'let' constant
237 |     var r1 = (UInt32(loadLE(r[3..<7])) >> 2) & 0x3ffff03
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
    |         `- warning: variable 'r3' was never mutated; consider changing to 'let' constant
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
241 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:240:9: warning: variable 'r4' was never mutated; consider changing to 'let' constant
238 |     var r2 = (UInt32(loadLE(r[6..<10])) >> 4) & 0x3ffc0ff
239 |     var r3 = (UInt32(loadLE(r[9..<13])) >> 6) & 0x3f03fff
240 |     var r4 = (UInt32(loadLE(r[12..<16])) >> 8) & 0x00fffff
    |         `- warning: variable 'r4' was never mutated; consider changing to 'let' constant
241 |
242 |     var h0: UInt32 = 0, h1: UInt32 = 0, h2: UInt32 = 0, h3: UInt32 = 0, h4: UInt32 = 0
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:303:9: warning: variable 'f0' was never mutated; consider changing to 'let' constant
301 |
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
    |         `- warning: variable 'f0' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:304:9: warning: variable 'f1' was never mutated; consider changing to 'let' constant
302 |     // Serialize h
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
    |         `- warning: variable 'f1' was never mutated; consider changing to 'let' constant
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:305:9: warning: variable 'f2' was never mutated; consider changing to 'let' constant
303 |     var f0 = (h0 | (h1 << 26)) & 0xffffffff
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
    |         `- warning: variable 'f2' was never mutated; consider changing to 'let' constant
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
307 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Voice/Secretbox.swift:306:9: warning: variable 'f3' was never mutated; consider changing to 'let' constant
304 |     var f1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff
305 |     var f2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff
306 |     var f3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff
    |         `- warning: variable 'f3' was never mutated; consider changing to 'let' constant
307 |
308 |     // Add s
[86/115] Compiling SwiftDisc DiscordClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[87/115] Compiling SwiftDisc GatewayClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[88/115] Compiling SwiftDisc GatewayModels.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[89/115] Compiling SwiftDisc Intents.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[90/115] Compiling SwiftDisc WebSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[91/115] Compiling SwiftDisc ActivityBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[92/115] Compiling SwiftDisc AutocompleteRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[93/115] Compiling SwiftDisc Collectors.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDisc/Gateway/GatewayModels.swift:235:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
233 | // MARK: - Request/Receive Guild Members
234 | public struct RequestGuildMembers: Codable, Hashable, Sendable {
235 |     public let op: Int = 8
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'op' case to silence this warning
    |                `- note: make the property mutable instead
236 |     public let d: Payload
237 |     public struct Payload: Codable, Hashable, Sendable {
[94/115] Emitting module SwiftDisc
[95/129] Compiling ComponentsExample ComponentsExample.swift
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:13:12: warning: result of call to 'title' is unused [#no-usage]
11 |         // Build an embed
12 |         var eb = EmbedBuilder()
13 |         eb.title("Components V2 Example")
   |            `- warning: result of call to 'title' is unused [#no-usage]
14 |         eb.description("This message demonstrates buttons and select menus using the typed builders.")
15 |         let embed = eb.build()
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:14:12: warning: result of call to 'description' is unused [#no-usage]
12 |         var eb = EmbedBuilder()
13 |         eb.title("Components V2 Example")
14 |         eb.description("This message demonstrates buttons and select menus using the typed builders.")
   |            `- warning: result of call to 'description' is unused [#no-usage]
15 |         let embed = eb.build()
16 |
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:21:51: warning: result of call to 'customId' is unused [#no-usage]
19 |         components.row { row in
20 |             var btn = ButtonBuilder()
21 |             btn.style(.primary).label("Click me").customId("btn_click_1")
   |                                                   `- warning: result of call to 'customId' is unused [#no-usage]
22 |             row.add(btn.build())
23 |         }
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:22:17: warning: result of call to 'add' is unused [#no-usage]
20 |             var btn = ButtonBuilder()
21 |             btn.style(.primary).label("Click me").customId("btn_click_1")
22 |             row.add(btn.build())
   |                 `- warning: result of call to 'add' is unused [#no-usage]
23 |         }
24 |
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:19:20: warning: result of call to 'row' is unused [#no-usage]
17 |         // Build components
18 |         var components = ComponentsBuilder()
19 |         components.row { row in
   |                    `- warning: result of call to 'row' is unused [#no-usage]
20 |             var btn = ButtonBuilder()
21 |             btn.style(.primary).label("Click me").customId("btn_click_1")
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:27:74: warning: result of call to 'option(label:value:description:emoji:isDefault:)' is unused [#no-usage]
25 |         components.row { row in
26 |             var sel = SelectMenuBuilder()
27 |             sel.customId("menu_1").option(label: "Option A", value: "a").option(label: "Option B", value: "b")
   |                                                                          `- warning: result of call to 'option(label:value:description:emoji:isDefault:)' is unused [#no-usage]
28 |             row.add(sel.build())
29 |         }
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:28:17: warning: result of call to 'add' is unused [#no-usage]
26 |             var sel = SelectMenuBuilder()
27 |             sel.customId("menu_1").option(label: "Option A", value: "a").option(label: "Option B", value: "b")
28 |             row.add(sel.build())
   |                 `- warning: result of call to 'add' is unused [#no-usage]
29 |         }
30 |
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:25:20: warning: result of call to 'row' is unused [#no-usage]
23 |         }
24 |
25 |         components.row { row in
   |                    `- warning: result of call to 'row' is unused [#no-usage]
26 |             var sel = SelectMenuBuilder()
27 |             sel.customId("menu_1").option(label: "Option A", value: "a").option(label: "Option B", value: "b")
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:12:13: warning: variable 'eb' was never mutated; consider changing to 'let' constant
10 |
11 |         // Build an embed
12 |         var eb = EmbedBuilder()
   |             `- warning: variable 'eb' was never mutated; consider changing to 'let' constant
13 |         eb.title("Components V2 Example")
14 |         eb.description("This message demonstrates buttons and select menus using the typed builders.")
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:20:17: warning: variable 'btn' was never mutated; consider changing to 'let' constant
18 |         var components = ComponentsBuilder()
19 |         components.row { row in
20 |             var btn = ButtonBuilder()
   |                 `- warning: variable 'btn' was never mutated; consider changing to 'let' constant
21 |             btn.style(.primary).label("Click me").customId("btn_click_1")
22 |             row.add(btn.build())
/Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift:26:17: warning: variable 'sel' was never mutated; consider changing to 'let' constant
24 |
25 |         components.row { row in
26 |             var sel = SelectMenuBuilder()
   |                 `- warning: variable 'sel' was never mutated; consider changing to 'let' constant
27 |             sel.customId("menu_1").option(label: "Option A", value: "a").option(label: "Option B", value: "b")
28 |             row.add(sel.build())
[96/129] Emitting module ComponentsExample
[97/129] Emitting module ViewExample
[98/129] Compiling ViewExample ViewExample.swift
/Users/admin/builder/spi-builder-workspace/Examples/ViewExample.swift:18:38: warning: result of call to 'createInteractionResponseWithFiles(applicationId:interactionToken:payload:files:)' is unused [#no-usage]
16 |             ("confirm_", MatchType.prefix, { interaction, client in
17 |                 do {
18 |                     try await client.createInteractionResponseWithFiles(applicationId: interaction.application_id, interactionToken: interaction.token, payload: ["type": .number(6)], files: [])
   |                                      `- warning: result of call to 'createInteractionResponseWithFiles(applicationId:interactionToken:payload:files:)' is unused [#no-usage]
19 |                 } catch {
20 |                     print("Failed to acknowledge interaction: \(error)")
[98/129] Write Objects.LinkFileList
[101/129] Emitting module PingBotExample
[102/129] Compiling PingBotExample PingBot.swift
/Users/admin/builder/spi-builder-workspace/Examples/PingBot.swift:18:38: warning: result of call to 'sendMessage(channelId:content:)' is unused [#no-usage]
16 |             if msg.content?.lowercased() == "ping" {
17 |                 do {
18 |                     try await client.sendMessage(channelId: msg.channel_id, content: "Pong!")
   |                                      `- warning: result of call to 'sendMessage(channelId:content:)' is unused [#no-usage]
19 |                 } catch {
20 |                     print("Failed to send Pong: \(error)")
[103/129] Compiling CommandsBotExample CommandsBot.swift
[104/129] Emitting module CommandsBotExample
[105/129] Emitting module FileUploadBotExample
[106/129] Compiling FileUploadBotExample FileUploadBot.swift
[107/129] Compiling SlashBotExample SlashBot.swift
/Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift:14:34: warning: result of call to 'createGlobalCommand(name:description:)' is unused [#no-usage]
12 |         Task {
13 |             do {
14 |                 try await client.createGlobalCommand(name: "ping", description: "Replies with Pong!")
   |                                  `- warning: result of call to 'createGlobalCommand(name:description:)' is unused [#no-usage]
15 |                 let echoOption = DiscordClient.ApplicationCommandOption(type: .string, name: "text", description: "Text to echo", required: false)
16 |                 try await client.createGlobalCommand(name: "echo", description: "Echo back text", options: [echoOption])
/Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift:16:34: warning: result of call to 'createGlobalCommand(name:description:options:)' is unused [#no-usage]
14 |                 try await client.createGlobalCommand(name: "ping", description: "Replies with Pong!")
15 |                 let echoOption = DiscordClient.ApplicationCommandOption(type: .string, name: "text", description: "Text to echo", required: false)
16 |                 try await client.createGlobalCommand(name: "echo", description: "Echo back text", options: [echoOption])
   |                                  `- warning: result of call to 'createGlobalCommand(name:description:options:)' is unused [#no-usage]
17 |             } catch {
18 |                 print("Failed to create global commands: \(error)")
[108/129] Emitting module SlashBotExample
[109/129] Emitting module AutocompleteBotExample
[110/129] Compiling AutocompleteBotExample AutocompleteBot.swift
[110/129] Write Objects.LinkFileList
[115/129] Linking ViewExample
[116/129] Applying ViewExample
[117/129] Linking ComponentsExample
[118/129] Linking PingBotExample
[119/129] Linking AutocompleteBotExample
[120/129] Linking CommandsBotExample
[121/129] Applying ComponentsExample
[122/129] Linking FileUploadBotExample
[123/129] Linking SlashBotExample
[124/129] Applying PingBotExample
[125/129] Applying AutocompleteBotExample
[126/129] Applying CommandsBotExample
[127/129] Applying FileUploadBotExample
[128/129] Applying SlashBotExample
Build complete! (14.13s)
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/FileUploadBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/LinkedRolesBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/PingBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/README.md
    /Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/VoiceStdin.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ThreadsAndScheduledEventsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/AutocompleteBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandFrameworkBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CogExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/FileUploadBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/LinkedRolesBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/PingBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/README.md
    /Users/admin/builder/spi-builder-workspace/Examples/VoiceStdin.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ViewExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ThreadsAndScheduledEventsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/AutocompleteBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandFrameworkBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CogExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/FileUploadBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/LinkedRolesBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/README.md
    /Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/VoiceStdin.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ViewExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ThreadsAndScheduledEventsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/AutocompleteBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandFrameworkBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CogExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/LinkedRolesBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/PingBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/README.md
    /Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/VoiceStdin.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ViewExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ThreadsAndScheduledEventsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/AutocompleteBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandFrameworkBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CogExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/LinkedRolesBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/PingBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/README.md
    /Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/VoiceStdin.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ViewExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ThreadsAndScheduledEventsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/AutocompleteBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandFrameworkBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CogExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/FileUploadBot.swift
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/LinkedRolesBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/PingBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/README.md
    /Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/VoiceStdin.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ViewExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ThreadsAndScheduledEventsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/AutocompleteBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandFrameworkBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CogExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/FileUploadBot.swift
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/LinkedRolesBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/PingBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/README.md
    /Users/admin/builder/spi-builder-workspace/Examples/SlashBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/VoiceStdin.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ViewExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ThreadsAndScheduledEventsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/FileUploadBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandFrameworkBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CommandsBot.swift
    /Users/admin/builder/spi-builder-workspace/Examples/CogExample.swift
    /Users/admin/builder/spi-builder-workspace/Examples/ComponentsExample.swift
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftDisc",
  "name" : "SwiftDisc",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftDisc",
      "targets" : [
        "SwiftDisc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ViewExample",
      "targets" : [
        "ViewExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SlashBotExample",
      "targets" : [
        "SlashBotExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PingBotExample",
      "targets" : [
        "PingBotExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FileUploadBotExample",
      "targets" : [
        "FileUploadBotExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ComponentsExample",
      "targets" : [
        "ComponentsExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "CommandsBotExample",
      "targets" : [
        "CommandsBotExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutocompleteBotExample",
      "targets" : [
        "AutocompleteBotExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ViewExample",
      "module_type" : "SwiftTarget",
      "name" : "ViewExample",
      "path" : "Examples",
      "product_memberships" : [
        "ViewExample"
      ],
      "sources" : [
        "ViewExample.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftDiscTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiscTests",
      "path" : "Tests/SwiftDiscTests",
      "sources" : [
        "CacheTests.swift",
        "CodableDecodingTests.swift",
        "CollectorsTests.swift",
        "ComponentCollectorTests.swift",
        "ComponentsV2Tests.swift",
        "ConvertersTests.swift",
        "CooldownTests.swift",
        "DiscordConfigurationTests.swift",
        "DiscordErrorTests.swift",
        "InteractionDecodingTests.swift",
        "ReleaseV1Tests.swift",
        "ShardingTests.swift",
        "SlashCommandRouterTests.swift",
        "SwiftDiscTests.swift",
        "TestFixtures.swift",
        "ViewManagerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDisc",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDisc",
      "path" : "Sources/SwiftDisc",
      "product_memberships" : [
        "SwiftDisc",
        "ViewExample",
        "SlashBotExample",
        "PingBotExample",
        "FileUploadBotExample",
        "ComponentsExample",
        "CommandsBotExample",
        "AutocompleteBotExample"
      ],
      "sources" : [
        "DiscordClient.swift",
        "Gateway/GatewayClient.swift",
        "Gateway/GatewayModels.swift",
        "Gateway/Intents.swift",
        "Gateway/WebSocket.swift",
        "HighLevel/ActivityBuilder.swift",
        "HighLevel/AutocompleteRouter.swift",
        "HighLevel/Collectors.swift",
        "HighLevel/CommandRouter.swift",
        "HighLevel/ComponentCollector.swift",
        "HighLevel/ComponentsBuilder.swift",
        "HighLevel/Converters.swift",
        "HighLevel/CooldownManager.swift",
        "HighLevel/EmbedBuilder.swift",
        "HighLevel/Extensions.swift",
        "HighLevel/MessagePayload.swift",
        "HighLevel/MessageValidation.swift",
        "HighLevel/Permissions.swift",
        "HighLevel/ShardManager.swift",
        "HighLevel/ShardingGatewayManager.swift",
        "HighLevel/SlashCommandBuilder.swift",
        "HighLevel/SlashCommandRouter.swift",
        "HighLevel/Utilities.swift",
        "HighLevel/ViewManager.swift",
        "HighLevel/WebhookClient.swift",
        "Internal/Cache.swift",
        "Internal/DiscordConfiguration.swift",
        "Internal/DiscordError.swift",
        "Internal/DiscordUtils.swift",
        "Internal/EventDispatcher.swift",
        "Internal/JSONValue.swift",
        "Models/AdvancedMessagePayloads.swift",
        "Models/AppInstallations.swift",
        "Models/ApplicationRoleConnection.swift",
        "Models/Attachment.swift",
        "Models/AuditLog.swift",
        "Models/AutoModeration.swift",
        "Models/Channel.swift",
        "Models/Embed.swift",
        "Models/Emoji.swift",
        "Models/Files.swift",
        "Models/Guild.swift",
        "Models/GuildBan.swift",
        "Models/GuildMember.swift",
        "Models/GuildPreview.swift",
        "Models/GuildWidgetSettings.swift",
        "Models/Interaction.swift",
        "Models/Invite.swift",
        "Models/Message.swift",
        "Models/MessageComponents.swift",
        "Models/Monetization.swift",
        "Models/Onboarding.swift",
        "Models/PartialGuild.swift",
        "Models/PermissionBitset.swift",
        "Models/Role.swift",
        "Models/RoleMemberCount.swift",
        "Models/ScheduledEvent.swift",
        "Models/ScheduledEventUser.swift",
        "Models/Snowflake.swift",
        "Models/StageInstance.swift",
        "Models/Sticker.swift",
        "Models/Template.swift",
        "Models/Thread.swift",
        "Models/User.swift",
        "Models/VanityURL.swift",
        "Models/Webhook.swift",
        "REST/HTTPClient.swift",
        "REST/RateLimitEvent.swift",
        "REST/RateLimiter.swift",
        "Voice/AudioSource.swift",
        "Voice/PipeOpusSource.swift",
        "Voice/Secretbox.swift",
        "Voice/VoiceClient.swift",
        "Voice/VoiceGateway.swift",
        "Voice/VoiceModels.swift",
        "Voice/VoiceReceiver.swift",
        "Voice/VoiceSender.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SlashBotExample",
      "module_type" : "SwiftTarget",
      "name" : "SlashBotExample",
      "path" : "Examples",
      "product_memberships" : [
        "SlashBotExample"
      ],
      "sources" : [
        "SlashBot.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PingBotExample",
      "module_type" : "SwiftTarget",
      "name" : "PingBotExample",
      "path" : "Examples",
      "product_memberships" : [
        "PingBotExample"
      ],
      "sources" : [
        "PingBot.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FileUploadBotExample",
      "module_type" : "SwiftTarget",
      "name" : "FileUploadBotExample",
      "path" : "Examples",
      "product_memberships" : [
        "FileUploadBotExample"
      ],
      "sources" : [
        "FileUploadBot.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ComponentsExample",
      "module_type" : "SwiftTarget",
      "name" : "ComponentsExample",
      "path" : "Examples",
      "product_memberships" : [
        "ComponentsExample"
      ],
      "sources" : [
        "ComponentsExample.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CommandsBotExample",
      "module_type" : "SwiftTarget",
      "name" : "CommandsBotExample",
      "path" : "Examples",
      "product_memberships" : [
        "CommandsBotExample"
      ],
      "sources" : [
        "CommandsBot.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AutocompleteBotExample",
      "module_type" : "SwiftTarget",
      "name" : "AutocompleteBotExample",
      "path" : "Examples",
      "product_memberships" : [
        "AutocompleteBotExample"
      ],
      "sources" : [
        "AutocompleteBot.swift"
      ],
      "target_dependencies" : [
        "SwiftDisc"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
Done.