The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SystemSound, reference main (cb4327), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 1 May 2025 01:48:45 UTC.

Swift 6 data race errors: 186

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SystemSound -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

        public static let smsReceived1: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:585:19: note: consider making struct 'UserAlert' conform to the 'Sendable' protocol
    public struct UserAlert: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:597:27: note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
        public static let smsReceived1: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:597:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived1: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:604:27: warning: static property 'userAlert' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UserAlert' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let userAlert: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:585:19: note: consider making struct 'UserAlert' conform to the 'Sendable' protocol
    public struct UserAlert: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:604:27: note: add '@MainActor' to make static property 'userAlert' part of global actor 'MainActor'
        public static let userAlert: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:604:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let userAlert: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:633:27: warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ReminderAlert' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let alarm: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:621:19: note: consider making struct 'ReminderAlert' conform to the 'Sendable' protocol
    public struct ReminderAlert: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:633:27: note: add '@MainActor' to make static property 'alarm' part of global actor 'MainActor'
        public static let alarm: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:633:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let alarm: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:662:27: warning: static property 'ussd' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UssdAlert' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ussd: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:650:19: note: consider making struct 'UssdAlert' conform to the 'Sendable' protocol
    public struct UssdAlert: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:662:27: note: add '@MainActor' to make static property 'ussd' part of global actor 'MainActor'
        public static let ussd: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:662:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ussd: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:691:27: warning: static property 'simToolkitCallDropped' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let simToolkitCallDropped: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:679:19: note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
    public struct SimToolkitTone: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:691:27: note: add '@MainActor' to make static property 'simToolkitCallDropped' part of global actor 'MainActor'
        public static let simToolkitCallDropped: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:691:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let simToolkitCallDropped: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:698:27: warning: static property 'simToolkitGeneralBeep' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let simToolkitGeneralBeep: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:679:19: note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
    public struct SimToolkitTone: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:698:27: note: add '@MainActor' to make static property 'simToolkitGeneralBeep' part of global actor 'MainActor'
        public static let simToolkitGeneralBeep: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:698:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let simToolkitGeneralBeep: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:705:27: warning: static property 'simToolkitNegativeACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let simToolkitNegativeACK: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:679:19: note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
    public struct SimToolkitTone: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:705:27: note: add '@MainActor' to make static property 'simToolkitNegativeACK' part of global actor 'MainActor'
        public static let simToolkitNegativeACK: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:705:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let simToolkitNegativeACK: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:712:27: warning: static property 'simToolkitPositiveACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let simToolkitPositiveACK: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:679:19: note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
    public struct SimToolkitTone: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:712:27: note: add '@MainActor' to make static property 'simToolkitPositiveACK' part of global actor 'MainActor'
        public static let simToolkitPositiveACK: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:712:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let simToolkitPositiveACK: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:719:27: warning: static property 'simToolkitSMS' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let simToolkitSMS: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:679:19: note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
    public struct SimToolkitTone: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:719:27: note: add '@MainActor' to make static property 'simToolkitSMS' part of global actor 'MainActor'
        public static let simToolkitSMS: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:719:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let simToolkitSMS: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:748:27: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PinKeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tink: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:736:19: note: consider making struct 'PinKeyPressed' conform to the 'Sendable' protocol
    public struct PinKeyPressed: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:748:27: note: add '@MainActor' to make static property 'tink' part of global actor 'MainActor'
        public static let tink: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:748:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tink: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:780:27: warning: static property 'webcamStart' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WebcamStartAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let webcamStart: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:765:19: note: consider making struct 'WebcamStartAlwaysHeard' conform to the 'Sendable' protocol
    public struct WebcamStartAlwaysHeard: CaseIterable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:780:27: note: add '@MainActor' to make static property 'webcamStart' part of global actor 'MainActor'
        public static let webcamStart: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:780:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let webcamStart: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:812:27: warning: static property 'liquidDetected' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.LiquidDetectedAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let liquidDetected: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:797:19: note: consider making struct 'LiquidDetectedAlwaysHeard' conform to the 'Sendable' protocol
    public struct LiquidDetectedAlwaysHeard: CaseIterable {
                  ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:812:27: note: add '@MainActor' to make static property 'liquidDetected' part of global actor 'MainActor'
        public static let liquidDetected: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:812:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let liquidDetected: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:841:27: warning: static property 'ctBusy' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneBusy' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ctBusy: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:829:19: note: consider making struct 'AudioToneBusy' conform to the 'Sendable' protocol
    public struct AudioToneBusy: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:841:27: note: add '@MainActor' to make static property 'ctBusy' part of global actor 'MainActor'
        public static let ctBusy: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:841:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ctBusy: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:870:27: warning: static property 'ctCongestion' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCongestion' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ctCongestion: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:858:19: note: consider making struct 'AudioToneCongestion' conform to the 'Sendable' protocol
    public struct AudioToneCongestion: CaseIterable {
                  ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:870:27: note: add '@MainActor' to make static property 'ctCongestion' part of global actor 'MainActor'
        public static let ctCongestion: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:870:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ctCongestion: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:899:27: warning: static property 'ctPathAck' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioTonePathAcknowledge' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ctPathAck: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:887:19: note: consider making struct 'AudioTonePathAcknowledge' conform to the 'Sendable' protocol
    public struct AudioTonePathAcknowledge: CaseIterable {
                  ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:899:27: note: add '@MainActor' to make static property 'ctPathAck' part of global actor 'MainActor'
        public static let ctPathAck: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:899:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ctPathAck: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:928:27: warning: static property 'ctError' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneError' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ctError: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:916:19: note: consider making struct 'AudioToneError' conform to the 'Sendable' protocol
    public struct AudioToneError: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:928:27: note: add '@MainActor' to make static property 'ctError' part of global actor 'MainActor'
        public static let ctError: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:928:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ctError: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:957:27: warning: static property 'ctCallWaiting' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCallWaiting' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ctCallWaiting: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:945:19: note: consider making struct 'AudioToneCallWaiting' conform to the 'Sendable' protocol
    public struct AudioToneCallWaiting: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:957:27: note: add '@MainActor' to make static property 'ctCallWaiting' part of global actor 'MainActor'
        public static let ctCallWaiting: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:957:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ctCallWaiting: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:986:27: warning: static property 'ctKeytone2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneKey2' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ctKeytone2: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:974:19: note: consider making struct 'AudioToneKey2' conform to the 'Sendable' protocol
    public struct AudioToneKey2: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:986:27: note: add '@MainActor' to make static property 'ctKeytone2' part of global actor 'MainActor'
        public static let ctKeytone2: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:986:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ctKeytone2: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1015:27: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ScreenLocked' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lock: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1003:19: note: consider making struct 'ScreenLocked' conform to the 'Sendable' protocol
    public struct ScreenLocked: CaseIterable {
                  ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1015:27: note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
        public static let lock: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1015:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lock: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1054:27: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tink: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1042:19: note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
    public struct KeyPressed: CaseIterable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1054:27: note: add '@MainActor' to make static property 'tink' part of global actor 'MainActor'
        public static let tink: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1054:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tink: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1061:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyPressClick: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1042:19: note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
    public struct KeyPressed: CaseIterable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1061:27: note: add '@MainActor' to make static property 'keyPressClick' part of global actor 'MainActor'
        public static let keyPressClick: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1061:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyPressClick: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1068:27: warning: static property 'tock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tock: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1042:19: note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
    public struct KeyPressed: CaseIterable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1068:27: note: add '@MainActor' to make static property 'tock' part of global actor 'MainActor'
        public static let tock: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1068:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tock: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1075:27: warning: static property 'keyPressDelete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyPressDelete: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1042:19: note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
    public struct KeyPressed: CaseIterable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1075:27: note: add '@MainActor' to make static property 'keyPressDelete' part of global actor 'MainActor'
        public static let keyPressDelete: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1075:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyPressDelete: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1082:27: warning: static property 'keyPressModifier' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyPressModifier: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1042:19: note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
    public struct KeyPressed: CaseIterable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1082:27: note: add '@MainActor' to make static property 'keyPressModifier' part of global actor 'MainActor'
        public static let keyPressModifier: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1082:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyPressModifier: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1089:27: warning: static property 'wheelsOfTime' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let wheelsOfTime: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1042:19: note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
    public struct KeyPressed: CaseIterable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1089:27: note: add '@MainActor' to make static property 'wheelsOfTime' part of global actor 'MainActor'
        public static let wheelsOfTime: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1089:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let wheelsOfTime: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1118:27: warning: static property 'connectPower' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ConnectedToPower' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let connectPower: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1106:19: note: consider making struct 'ConnectedToPower' conform to the 'Sendable' protocol
    public struct ConnectedToPower: CaseIterable {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1118:27: note: add '@MainActor' to make static property 'connectPower' part of global actor 'MainActor'
        public static let connectPower: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1118:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let connectPower: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1147:27: warning: static property 'ringerChanged' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.RingerSwitchIndication' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ringerChanged: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1135:19: note: consider making struct 'RingerSwitchIndication' conform to the 'Sendable' protocol
    public struct RingerSwitchIndication: CaseIterable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1147:27: note: add '@MainActor' to make static property 'ringerChanged' part of global actor 'MainActor'
        public static let ringerChanged: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1147:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ringerChanged: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1176:27: warning: static property 'photoShutter' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutter' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let photoShutter: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1164:19: note: consider making struct 'CameraShutter' conform to the 'Sendable' protocol
    public struct CameraShutter: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1176:27: note: add '@MainActor' to make static property 'photoShutter' part of global actor 'MainActor'
        public static let photoShutter: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1176:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let photoShutter: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1205:27: warning: static property 'shake' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ShakeToShuffle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let shake: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1193:19: note: consider making struct 'ShakeToShuffle' conform to the 'Sendable' protocol
    public struct ShakeToShuffle: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1205:27: note: add '@MainActor' to make static property 'shake' part of global actor 'MainActor'
        public static let shake: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1205:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let shake: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1264:27: warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginRecording' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let beginRecord: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1252:19: note: consider making struct 'BeginRecording' conform to the 'Sendable' protocol
    public struct BeginRecording: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1264:27: note: add '@MainActor' to make static property 'beginRecord' part of global actor 'MainActor'
        public static let beginRecord: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1264:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let beginRecord: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1293:27: warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndRecording' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let endRecord: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1281:19: note: consider making struct 'EndRecording' conform to the 'Sendable' protocol
    public struct EndRecording: CaseIterable {
                  ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1293:27: note: add '@MainActor' to make static property 'endRecord' part of global actor 'MainActor'
        public static let endRecord: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1293:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let endRecord: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1342:27: warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginVideoRecordingAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let beginRecord: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1330:19: note: consider making struct 'BeginVideoRecordingAlwaysHeard' conform to the 'Sendable' protocol
    public struct BeginVideoRecordingAlwaysHeard: CaseIterable {
                  ^
                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1342:27: note: add '@MainActor' to make static property 'beginRecord' part of global actor 'MainActor'
        public static let beginRecord: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1342:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let beginRecord: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1371:27: warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndVideoRecordingAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let endRecord: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1359:19: note: consider making struct 'EndVideoRecordingAlwaysHeard' conform to the 'Sendable' protocol
    public struct EndVideoRecordingAlwaysHeard: CaseIterable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1371:27: note: add '@MainActor' to make static property 'endRecord' part of global actor 'MainActor'
        public static let endRecord: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1371:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let endRecord: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1400:27: warning: static property 'cameraShutterBurst' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cameraShutterBurst: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1388:19: note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
    public struct CameraShutterAlt: CaseIterable {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1400:27: note: add '@MainActor' to make static property 'cameraShutterBurst' part of global actor 'MainActor'
        public static let cameraShutterBurst: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1400:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cameraShutterBurst: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1407:27: warning: static property 'cameraShutterBurstBegin' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cameraShutterBurstBegin: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1388:19: note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
    public struct CameraShutterAlt: CaseIterable {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1407:27: note: add '@MainActor' to make static property 'cameraShutterBurstBegin' part of global actor 'MainActor'
        public static let cameraShutterBurstBegin: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1407:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cameraShutterBurstBegin: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1414:27: warning: static property 'cameraShutterBurstEnd' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cameraShutterBurstEnd: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1388:19: note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
    public struct CameraShutterAlt: CaseIterable {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1414:27: note: add '@MainActor' to make static property 'cameraShutterBurstEnd' part of global actor 'MainActor'
        public static let cameraShutterBurstEnd: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1414:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cameraShutterBurstEnd: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1421:27: warning: static property 'cameraTimerFinalSecond' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cameraTimerFinalSecond: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1388:19: note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
    public struct CameraShutterAlt: CaseIterable {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1421:27: note: add '@MainActor' to make static property 'cameraTimerFinalSecond' part of global actor 'MainActor'
        public static let cameraTimerFinalSecond: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1421:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cameraTimerFinalSecond: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1428:27: warning: static property 'cameraTimerCountdown' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cameraTimerCountdown: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1388:19: note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
    public struct CameraShutterAlt: CaseIterable {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1428:27: note: add '@MainActor' to make static property 'cameraTimerCountdown' part of global actor 'MainActor'
        public static let cameraTimerCountdown: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1428:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cameraTimerCountdown: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1460:27: warning: static property 'airdropInvite' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AirDropInvitation' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let airdropInvite: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1445:19: note: consider making struct 'AirDropInvitation' conform to the 'Sendable' protocol
    public struct AirDropInvitation: CaseIterable {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1460:27: note: add '@MainActor' to make static property 'airdropInvite' part of global actor 'MainActor'
        public static let airdropInvite: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1460:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let airdropInvite: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1489:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressClickRemote' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyPressClick: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1477:19: note: consider making struct 'KeyPressClickRemote' conform to the 'Sendable' protocol
    public struct KeyPressClickRemote: CaseIterable {
                  ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1489:27: note: add '@MainActor' to make static property 'keyPressClick' part of global actor 'MainActor'
        public static let keyPressClick: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1489:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyPressClick: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1548:27: warning: static property 'ctCallWaiting' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.VCCallWaiting' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ctCallWaiting: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1536:19: note: consider making struct 'VCCallWaiting' conform to the 'Sendable' protocol
    public struct VCCallWaiting: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1548:27: note: add '@MainActor' to make static property 'ctCallWaiting' part of global actor 'MainActor'
        public static let ctCallWaiting: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1548:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ctCallWaiting: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1577:27: warning: static property 'vcRinging' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.VCCallUpgrade' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let vcRinging: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1565:19: note: consider making struct 'VCCallUpgrade' conform to the 'Sendable' protocol
    public struct VCCallUpgrade: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1577:27: note: add '@MainActor' to make static property 'vcRinging' part of global actor 'MainActor'
        public static let vcRinging: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1577:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let vcRinging: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1626:27: warning: static property 'nfcScanComplete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentSuccess' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let nfcScanComplete: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1614:19: note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
    public struct PaymentSuccess: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1626:27: note: add '@MainActor' to make static property 'nfcScanComplete' part of global actor 'MainActor'
        public static let nfcScanComplete: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1626:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let nfcScanComplete: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1633:27: warning: static property 'accessScanComplete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentSuccess' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let accessScanComplete: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1614:19: note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
    public struct PaymentSuccess: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1633:27: note: add '@MainActor' to make static property 'accessScanComplete' part of global actor 'MainActor'
        public static let accessScanComplete: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1633:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let accessScanComplete: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1640:27: warning: static property 'paymentSuccess' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentSuccess' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let paymentSuccess: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1614:19: note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
    public struct PaymentSuccess: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1640:27: note: add '@MainActor' to make static property 'paymentSuccess' part of global actor 'MainActor'
        public static let paymentSuccess: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1640:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let paymentSuccess: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1699:27: warning: static property '_3rdPartyCritical' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CriticalAlert' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _3rdPartyCritical: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1687:19: note: consider making struct 'CriticalAlert' conform to the 'Sendable' protocol
    public struct CriticalAlert: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1699:27: note: add '@MainActor' to make static property '_3rdPartyCritical' part of global actor 'MainActor'
        public static let _3rdPartyCritical: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1699:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _3rdPartyCritical: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1793:27: warning: static property 'dtmf0' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf0: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1793:27: note: add '@MainActor' to make static property 'dtmf0' part of global actor 'MainActor'
        public static let dtmf0: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1793:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf0: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1800:27: warning: static property 'dtmf1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf1: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1800:27: note: add '@MainActor' to make static property 'dtmf1' part of global actor 'MainActor'
        public static let dtmf1: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1800:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf1: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1807:27: warning: static property 'dtmf2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf2: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1807:27: note: add '@MainActor' to make static property 'dtmf2' part of global actor 'MainActor'
        public static let dtmf2: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1807:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf2: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1814:27: warning: static property 'dtmf3' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf3: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1814:27: note: add '@MainActor' to make static property 'dtmf3' part of global actor 'MainActor'
        public static let dtmf3: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1814:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf3: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1821:27: warning: static property 'dtmf4' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf4: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1821:27: note: add '@MainActor' to make static property 'dtmf4' part of global actor 'MainActor'
        public static let dtmf4: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1821:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf4: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1828:27: warning: static property 'dtmf5' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf5: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1828:27: note: add '@MainActor' to make static property 'dtmf5' part of global actor 'MainActor'
        public static let dtmf5: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1828:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf5: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1835:27: warning: static property 'dtmf6' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf6: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1835:27: note: add '@MainActor' to make static property 'dtmf6' part of global actor 'MainActor'
        public static let dtmf6: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1835:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf6: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1842:27: warning: static property 'dtmf7' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf7: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1842:27: note: add '@MainActor' to make static property 'dtmf7' part of global actor 'MainActor'
        public static let dtmf7: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1842:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf7: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1849:27: warning: static property 'dtmf8' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf8: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1849:27: note: add '@MainActor' to make static property 'dtmf8' part of global actor 'MainActor'
        public static let dtmf8: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1849:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf8: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1856:27: warning: static property 'dtmf9' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmf9: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1856:27: note: add '@MainActor' to make static property 'dtmf9' part of global actor 'MainActor'
        public static let dtmf9: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1856:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmf9: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1863:27: warning: static property 'dtmfStar' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmfStar: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1863:27: note: add '@MainActor' to make static property 'dtmfStar' part of global actor 'MainActor'
        public static let dtmfStar: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1863:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmfStar: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1870:27: warning: static property 'dtmfPound' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dtmfPound: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1781:19: note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
    public struct TouchTone: CaseIterable {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1870:27: note: add '@MainActor' to make static property 'dtmfPound' part of global actor 'MainActor'
        public static let dtmfPound: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1870:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dtmfPound: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1910:27: warning: static property 'longLowShortHigh' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetStartCall' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let longLowShortHigh: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1898:19: note: consider making struct 'HeadsetStartCall' conform to the 'Sendable' protocol
    public struct HeadsetStartCall: CaseIterable {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1910:27: note: add '@MainActor' to make static property 'longLowShortHigh' part of global actor 'MainActor'
        public static let longLowShortHigh: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1910:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let longLowShortHigh: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1939:27: warning: static property 'shortDoubleHigh' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetRedial' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let shortDoubleHigh: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1927:19: note: consider making struct 'HeadsetRedial' conform to the 'Sendable' protocol
    public struct HeadsetRedial: CaseIterable {
                  ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1939:27: note: add '@MainActor' to make static property 'shortDoubleHigh' part of global actor 'MainActor'
        public static let shortDoubleHigh: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1939:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let shortDoubleHigh: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1968:27: warning: static property 'shortLowHigh' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetAnswerCall' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let shortLowHigh: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1956:19: note: consider making struct 'HeadsetAnswerCall' conform to the 'Sendable' protocol
    public struct HeadsetAnswerCall: CaseIterable {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1968:27: note: add '@MainActor' to make static property 'shortLowHigh' part of global actor 'MainActor'
        public static let shortLowHigh: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1968:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let shortLowHigh: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1997:27: warning: static property 'shortDoubleLow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetEndCall' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let shortDoubleLow: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1985:19: note: consider making struct 'HeadsetEndCall' conform to the 'Sendable' protocol
    public struct HeadsetEndCall: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1997:27: note: add '@MainActor' to make static property 'shortDoubleLow' part of global actor 'MainActor'
        public static let shortDoubleLow: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1997:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let shortDoubleLow: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2026:27: warning: static property 'shortDoubleLow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetCallWaitingActions' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let shortDoubleLow: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2014:19: note: consider making struct 'HeadsetCallWaitingActions' conform to the 'Sendable' protocol
    public struct HeadsetCallWaitingActions: CaseIterable {
                  ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2026:27: note: add '@MainActor' to make static property 'shortDoubleLow' part of global actor 'MainActor'
        public static let shortDoubleLow: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2026:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let shortDoubleLow: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2055:27: warning: static property 'middle9ShortDoubleLow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetTransitionEnd' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let middle9ShortDoubleLow: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2043:19: note: consider making struct 'HeadsetTransitionEnd' conform to the 'Sendable' protocol
    public struct HeadsetTransitionEnd: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2055:27: note: add '@MainActor' to make static property 'middle9ShortDoubleLow' part of global actor 'MainActor'
        public static let middle9ShortDoubleLow: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2055:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let middle9ShortDoubleLow: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2084:27: warning: static property 'healthNotification' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HealthAlert' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let healthNotification: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2072:19: note: consider making struct 'HealthAlert' conform to the 'Sendable' protocol
    public struct HealthAlert: CaseIterable {
                  ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2084:27: note: add '@MainActor' to make static property 'healthNotification' part of global actor 'MainActor'
        public static let healthNotification: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2084:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let healthNotification: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2113:27: warning: static property 'multiwayInvitation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.VCGroupInvitationAlert' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let multiwayInvitation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2101:19: note: consider making struct 'VCGroupInvitationAlert' conform to the 'Sendable' protocol
    public struct VCGroupInvitationAlert: CaseIterable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2113:27: note: add '@MainActor' to make static property 'multiwayInvitation' part of global actor 'MainActor'
        public static let multiwayInvitation: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2113:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let multiwayInvitation: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2200:27: warning: static property 'senderConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardSenderConfirmation' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let senderConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2185:19: note: consider making struct 'IdCardSenderConfirmation' conform to the 'Sendable' protocol
    public struct IdCardSenderConfirmation: CaseIterable {
                  ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2200:27: note: add '@MainActor' to make static property 'senderConfirmation' part of global actor 'MainActor'
        public static let senderConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2200:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let senderConfirmation: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2232:27: warning: static property 'receiverConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConfirmation' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let receiverConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2217:19: note: consider making struct 'IdCardReceiverConfirmation' conform to the 'Sendable' protocol
    public struct IdCardReceiverConfirmation: CaseIterable {
                  ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2232:27: note: add '@MainActor' to make static property 'receiverConfirmation' part of global actor 'MainActor'
        public static let receiverConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2232:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let receiverConfirmation: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2264:27: warning: static property 'receiverConnect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConnect' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let receiverConnect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2249:19: note: consider making struct 'IdCardReceiverConnect' conform to the 'Sendable' protocol
    public struct IdCardReceiverConnect: CaseIterable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2264:27: note: add '@MainActor' to make static property 'receiverConnect' part of global actor 'MainActor'
        public static let receiverConnect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2264:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let receiverConnect: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2326:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived1: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
    public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
                  ^
                                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2326:27: note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
        public static let smsReceived1: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2326:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived1: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2333:27: warning: static property 'receivedMessage' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let receivedMessage: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
    public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
                  ^
                                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2333:27: note: add '@MainActor' to make static property 'receivedMessage' part of global actor 'MainActor'
        public static let receivedMessage: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2333:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let receivedMessage: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2340:27: warning: static property 'newMail' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let newMail: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
    public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
                  ^
                                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2340:27: note: add '@MainActor' to make static property 'newMail' part of global actor 'MainActor'
        public static let newMail: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2340:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let newMail: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2347:27: warning: static property 'mailSent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let mailSent: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
    public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
                  ^
                                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2347:27: note: add '@MainActor' to make static property 'mailSent' part of global actor 'MainActor'
        public static let mailSent: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2347:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let mailSent: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2354:27: warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let alarm: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
    public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
                  ^
                                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2354:27: note: add '@MainActor' to make static property 'alarm' part of global actor 'MainActor'
        public static let alarm: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2354:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let alarm: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2383:27: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreview' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lock: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2371:19: note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
    public struct SystemSoundPreview: CaseIterable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2383:27: note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
        public static let lock: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2383:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lock: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2390:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreview' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived1: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2371:19: note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
    public struct SystemSoundPreview: CaseIterable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2390:27: note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
        public static let smsReceived1: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2390:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived1: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2419:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressClickPreview' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyPressClick: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2407:19: note: consider making struct 'KeyPressClickPreview' conform to the 'Sendable' protocol
    public struct KeyPressClickPreview: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2419:27: note: add '@MainActor' to make static property 'keyPressClick' part of global actor 'MainActor'
        public static let keyPressClick: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2419:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyPressClick: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived1: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448:27: note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
        public static let smsReceived1: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived1: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455:27: warning: static property 'smsReceived2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived2: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455:27: note: add '@MainActor' to make static property 'smsReceived2' part of global actor 'MainActor'
        public static let smsReceived2: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived2: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462:27: warning: static property 'smsReceived3' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived3: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462:27: note: add '@MainActor' to make static property 'smsReceived3' part of global actor 'MainActor'
        public static let smsReceived3: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived3: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2469:27: warning: static property 'smsReceived4' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived4: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2469:27: note: add '@MainActor' to make static property 'smsReceived4' part of global actor 'MainActor'
        public static let smsReceived4: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2469:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived4: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2476:27: warning: static property 'smsReceived5' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived5: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2476:27: note: add '@MainActor' to make static property 'smsReceived5' part of global actor 'MainActor'
        public static let smsReceived5: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2476:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived5: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2483:27: warning: static property 'smsReceived6' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let smsReceived6: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2483:27: note: add '@MainActor' to make static property 'smsReceived6' part of global actor 'MainActor'
        public static let smsReceived6: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2483:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let smsReceived6: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2490:27: warning: static property 'anticipate' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let anticipate: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2490:27: note: add '@MainActor' to make static property 'anticipate' part of global actor 'MainActor'
        public static let anticipate: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2490:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let anticipate: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2497:27: warning: static property 'bloom' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let bloom: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2497:27: note: add '@MainActor' to make static property 'bloom' part of global actor 'MainActor'
        public static let bloom: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2497:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let bloom: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2504:27: warning: static property 'calypso' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let calypso: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2504:27: note: add '@MainActor' to make static property 'calypso' part of global actor 'MainActor'
        public static let calypso: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2504:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let calypso: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2511:27: warning: static property 'chooChoo' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let chooChoo: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2511:27: note: add '@MainActor' to make static property 'chooChoo' part of global actor 'MainActor'
        public static let chooChoo: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2511:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let chooChoo: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2518:27: warning: static property 'descent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let descent: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2518:27: note: add '@MainActor' to make static property 'descent' part of global actor 'MainActor'
        public static let descent: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2518:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let descent: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2525:27: warning: static property 'fanfare' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let fanfare: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2525:27: note: add '@MainActor' to make static property 'fanfare' part of global actor 'MainActor'
        public static let fanfare: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2525:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let fanfare: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2532:27: warning: static property 'ladder' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ladder: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2532:27: note: add '@MainActor' to make static property 'ladder' part of global actor 'MainActor'
        public static let ladder: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2532:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ladder: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2539:27: warning: static property 'minuet' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minuet: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2539:27: note: add '@MainActor' to make static property 'minuet' part of global actor 'MainActor'
        public static let minuet: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2539:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minuet: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2546:27: warning: static property 'newsFlash' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let newsFlash: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2546:27: note: add '@MainActor' to make static property 'newsFlash' part of global actor 'MainActor'
        public static let newsFlash: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2546:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let newsFlash: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2553:27: warning: static property 'noir' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noir: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2553:27: note: add '@MainActor' to make static property 'noir' part of global actor 'MainActor'
        public static let noir: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2553:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noir: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560:27: warning: static property 'sherwoodForest' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sherwoodForest: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560:27: note: add '@MainActor' to make static property 'sherwoodForest' part of global actor 'MainActor'
        public static let sherwoodForest: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sherwoodForest: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2567:27: warning: static property 'spell' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let spell: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2567:27: note: add '@MainActor' to make static property 'spell' part of global actor 'MainActor'
        public static let spell: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2567:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let spell: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2574:27: warning: static property 'suspense' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let suspense: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2574:27: note: add '@MainActor' to make static property 'suspense' part of global actor 'MainActor'
        public static let suspense: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2574:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let suspense: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2581:27: warning: static property 'telegraph' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let telegraph: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2581:27: note: add '@MainActor' to make static property 'telegraph' part of global actor 'MainActor'
        public static let telegraph: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2581:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let telegraph: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2588:27: warning: static property 'tiptoes' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tiptoes: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2588:27: note: add '@MainActor' to make static property 'tiptoes' part of global actor 'MainActor'
        public static let tiptoes: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2588:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tiptoes: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2595:27: warning: static property 'typewriters' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typewriters: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2595:27: note: add '@MainActor' to make static property 'typewriters' part of global actor 'MainActor'
        public static let typewriters: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2595:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typewriters: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2602:27: warning: static property 'update' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let update: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
    public struct SMSReceivedSelection: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2602:27: note: add '@MainActor' to make static property 'update' part of global actor 'MainActor'
        public static let update: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2602:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let update: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631:27: warning: static property 'swish' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitchNoVibe' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let swish: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2619:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitchNoVibe' conform to the 'Sendable' protocol
    public struct SystemSoundPreviewIgnoreRingerSwitchNoVibe: CaseIterable {
                  ^
                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631:27: note: add '@MainActor' to make static property 'swish' part of global actor 'MainActor'
        public static let swish: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let swish: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2786:27: warning: static property 'paymentFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentFailure' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let paymentFailure: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2774:19: note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
    public struct PaymentFailure: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2786:27: note: add '@MainActor' to make static property 'paymentFailure' part of global actor 'MainActor'
        public static let paymentFailure: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2786:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let paymentFailure: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2793:27: warning: static property 'nfcScanFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentFailure' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let nfcScanFailure: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2774:19: note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
    public struct PaymentFailure: CaseIterable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2793:27: note: add '@MainActor' to make static property 'nfcScanFailure' part of global actor 'MainActor'
        public static let nfcScanFailure: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2793:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let nfcScanFailure: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3152:27: warning: static property 'alertBatteryLow10pHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryLowHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let alertBatteryLow10pHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3140:19: note: consider making struct 'AlertBatteryLowHaptic' conform to the 'Sendable' protocol
    public struct AlertBatteryLowHaptic: CaseIterable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3152:27: note: add '@MainActor' to make static property 'alertBatteryLow10pHaptic' part of global actor 'MainActor'
        public static let alertBatteryLow10pHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3152:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let alertBatteryLow10pHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3181:27: warning: static property 'alertBatteryLow5pHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryCriticalHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let alertBatteryLow5pHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3169:19: note: consider making struct 'AlertBatteryCriticalHaptic' conform to the 'Sendable' protocol
    public struct AlertBatteryCriticalHaptic: CaseIterable {
                  ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3181:27: note: add '@MainActor' to make static property 'alertBatteryLow5pHaptic' part of global actor 'MainActor'
        public static let alertBatteryLow5pHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3181:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let alertBatteryLow5pHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3220:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3208:19: note: consider making struct 'AlertMailHaptic' conform to the 'Sendable' protocol
    public struct AlertMailHaptic: CaseIterable {
                  ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3220:27: note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
        public static let notificationHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3220:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3249:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages1Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3237:19: note: consider making struct 'AlertMessages1Haptic' conform to the 'Sendable' protocol
    public struct AlertMessages1Haptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3249:27: note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
        public static let notificationHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3249:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3278:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages2Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3266:19: note: consider making struct 'AlertMessages2Haptic' conform to the 'Sendable' protocol
    public struct AlertMessages2Haptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3278:27: note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
        public static let notificationHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3278:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3307:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages3Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3295:19: note: consider making struct 'AlertMessages3Haptic' conform to the 'Sendable' protocol
    public struct AlertMessages3Haptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3307:27: note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
        public static let notificationHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3307:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVoicemailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3364:19: note: consider making struct 'AlertVoicemailHaptic' conform to the 'Sendable' protocol
    public struct AlertVoicemailHaptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376:27: note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
        public static let notificationHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3445:27: warning: static property 'cameraShutterHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cameraShutterHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3433:19: note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
    public struct CameraShutterHaptic: CaseIterable {
                  ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3445:27: note: add '@MainActor' to make static property 'cameraShutterHaptic' part of global actor 'MainActor'
        public static let cameraShutterHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3445:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cameraShutterHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3452:27: warning: static property 'screenCapture' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let screenCapture: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3433:19: note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
    public struct CameraShutterHaptic: CaseIterable {
                  ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3452:27: note: add '@MainActor' to make static property 'screenCapture' part of global actor 'MainActor'
        public static let screenCapture: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3452:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let screenCapture: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3921:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMailSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationSalientHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3909:19: note: consider making struct 'AlertMailSalientHaptic' conform to the 'Sendable' protocol
    public struct AlertMailSalientHaptic: CaseIterable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3921:27: note: add '@MainActor' to make static property 'notificationSalientHaptic' part of global actor 'MainActor'
        public static let notificationSalientHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3921:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationSalientHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3950:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages1SalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationSalientHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3938:19: note: consider making struct 'AlertMessages1SalientHaptic' conform to the 'Sendable' protocol
    public struct AlertMessages1SalientHaptic: CaseIterable {
                  ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3950:27: note: add '@MainActor' to make static property 'notificationSalientHaptic' part of global actor 'MainActor'
        public static let notificationSalientHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3950:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationSalientHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3989:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVoicemailSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let notificationSalientHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3977:19: note: consider making struct 'AlertVoicemailSalientHaptic' conform to the 'Sendable' protocol
    public struct AlertVoicemailSalientHaptic: CaseIterable {
                  ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3989:27: note: add '@MainActor' to make static property 'notificationSalientHaptic' part of global actor 'MainActor'
        public static let notificationSalientHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3989:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let notificationSalientHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4108:27: warning: static property 'alertBatteryLow5pSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryCriticalSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let alertBatteryLow5pSalientHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4096:19: note: consider making struct 'AlertBatteryCriticalSalientHaptic' conform to the 'Sendable' protocol
    public struct AlertBatteryCriticalSalientHaptic: CaseIterable {
                  ^
                                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4108:27: note: add '@MainActor' to make static property 'alertBatteryLow5pSalientHaptic' part of global actor 'MainActor'
        public static let alertBatteryLow5pSalientHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4108:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let alertBatteryLow5pSalientHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4497:27: warning: static property 'workoutStartAutodetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutStartAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let workoutStartAutodetect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4485:19: note: consider making struct 'WorkoutStartAutoDetectedHaptic' conform to the 'Sendable' protocol
    public struct WorkoutStartAutoDetectedHaptic: CaseIterable {
                  ^
                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4497:27: note: add '@MainActor' to make static property 'workoutStartAutodetect' part of global actor 'MainActor'
        public static let workoutStartAutodetect: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4497:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let workoutStartAutodetect: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4526:27: warning: static property 'workoutCompleteAutodetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutCompleteAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let workoutCompleteAutodetect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4514:19: note: consider making struct 'WorkoutCompleteAutoDetectedHaptic' conform to the 'Sendable' protocol
    public struct WorkoutCompleteAutoDetectedHaptic: CaseIterable {
                  ^
                                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4526:27: note: add '@MainActor' to make static property 'workoutCompleteAutodetect' part of global actor 'MainActor'
        public static let workoutCompleteAutodetect: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4526:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let workoutCompleteAutodetect: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4555:27: warning: static property 'workoutPausedAutoDetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutPausedAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let workoutPausedAutoDetect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4543:19: note: consider making struct 'WorkoutPausedAutoDetectedHaptic' conform to the 'Sendable' protocol
    public struct WorkoutPausedAutoDetectedHaptic: CaseIterable {
                  ^
                                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4555:27: note: add '@MainActor' to make static property 'workoutPausedAutoDetect' part of global actor 'MainActor'
        public static let workoutPausedAutoDetect: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4555:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let workoutPausedAutoDetect: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4584:27: warning: static property 'workoutResumedAutoDetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutResumedAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let workoutResumedAutoDetect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4572:19: note: consider making struct 'WorkoutResumedAutoDetectedHaptic' conform to the 'Sendable' protocol
    public struct WorkoutResumedAutoDetectedHaptic: CaseIterable {
                  ^
                                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4584:27: note: add '@MainActor' to make static property 'workoutResumedAutoDetect' part of global actor 'MainActor'
        public static let workoutResumedAutoDetect: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4584:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let workoutResumedAutoDetect: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4613:27: warning: static property 'workoutPaceAbove' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertPaceAboveHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let workoutPaceAbove: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4601:19: note: consider making struct 'AlertPaceAboveHaptic' conform to the 'Sendable' protocol
    public struct AlertPaceAboveHaptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4613:27: note: add '@MainActor' to make static property 'workoutPaceAbove' part of global actor 'MainActor'
        public static let workoutPaceAbove: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4613:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let workoutPaceAbove: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4642:27: warning: static property 'workoutPaceBelow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertPaceBelowHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let workoutPaceBelow: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4630:19: note: consider making struct 'AlertPaceBelowHaptic' conform to the 'Sendable' protocol
    public struct AlertPaceBelowHaptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4642:27: note: add '@MainActor' to make static property 'workoutPaceBelow' part of global actor 'MainActor'
        public static let workoutPaceBelow: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4642:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let workoutPaceBelow: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4701:27: warning: static property 'multiwayInvitation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVCGroupInvitationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let multiwayInvitation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4689:19: note: consider making struct 'AlertVCGroupInvitationHaptic' conform to the 'Sendable' protocol
    public struct AlertVCGroupInvitationHaptic: CaseIterable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4701:27: note: add '@MainActor' to make static property 'multiwayInvitation' part of global actor 'MainActor'
        public static let multiwayInvitation: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4701:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let multiwayInvitation: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4730:27: warning: static property '_3rdPartyCriticalHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertCriticalHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _3rdPartyCriticalHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4718:19: note: consider making struct 'AlertCriticalHaptic' conform to the 'Sendable' protocol
    public struct AlertCriticalHaptic: CaseIterable {
                  ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4730:27: note: add '@MainActor' to make static property '_3rdPartyCriticalHaptic' part of global actor 'MainActor'
        public static let _3rdPartyCriticalHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4730:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _3rdPartyCriticalHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4759:27: warning: static property 'alert1stPartyHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertFirstPartyHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let alert1stPartyHaptic: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4747:19: note: consider making struct 'AlertFirstPartyHaptic' conform to the 'Sendable' protocol
    public struct AlertFirstPartyHaptic: CaseIterable {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4759:27: note: add '@MainActor' to make static property 'alert1stPartyHaptic' part of global actor 'MainActor'
        public static let alert1stPartyHaptic: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4759:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let alert1stPartyHaptic: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4788:27: warning: static property 'healthNotificationUrgent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertHealthNotificationUrgentHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let healthNotificationUrgent: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4776:19: note: consider making struct 'AlertHealthNotificationUrgentHaptic' conform to the 'Sendable' protocol
    public struct AlertHealthNotificationUrgentHaptic: CaseIterable {
                  ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4788:27: note: add '@MainActor' to make static property 'healthNotificationUrgent' part of global actor 'MainActor'
        public static let healthNotificationUrgent: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4788:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let healthNotificationUrgent: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4922:27: warning: static property 'headphoneAudioExposureLimitExceeded' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadphoneAudioExposureLimitExceededHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let headphoneAudioExposureLimitExceeded: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4910:19: note: consider making struct 'HeadphoneAudioExposureLimitExceededHaptic' conform to the 'Sendable' protocol
    public struct HeadphoneAudioExposureLimitExceededHaptic: CaseIterable {
                  ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4922:27: note: add '@MainActor' to make static property 'headphoneAudioExposureLimitExceeded' part of global actor 'MainActor'
        public static let headphoneAudioExposureLimitExceeded: Self = .init(
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4922:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let headphoneAudioExposureLimitExceeded: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4976:27: warning: static property 'pushToTalkJoined' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkJoinedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pushToTalkJoined: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4961:19: note: consider making struct 'PushToTalkJoinedHaptic' conform to the 'Sendable' protocol
    public struct PushToTalkJoinedHaptic: CaseIterable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4976:27: note: add '@MainActor' to make static property 'pushToTalkJoined' part of global actor 'MainActor'
        public static let pushToTalkJoined: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4976:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pushToTalkJoined: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5008:27: warning: static property 'pushToTalkLeft' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkLeftHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pushToTalkLeft: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4993:19: note: consider making struct 'PushToTalkLeftHaptic' conform to the 'Sendable' protocol
    public struct PushToTalkLeftHaptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5008:27: note: add '@MainActor' to make static property 'pushToTalkLeft' part of global actor 'MainActor'
        public static let pushToTalkLeft: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5008:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pushToTalkLeft: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5040:27: warning: static property 'pushToTalkUnmute' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkUnmuteHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pushToTalkUnmute: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5025:19: note: consider making struct 'PushToTalkUnmuteHaptic' conform to the 'Sendable' protocol
    public struct PushToTalkUnmuteHaptic: CaseIterable {
                  ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5040:27: note: add '@MainActor' to make static property 'pushToTalkUnmute' part of global actor 'MainActor'
        public static let pushToTalkUnmute: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5040:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pushToTalkUnmute: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5072:27: warning: static property 'pushToTalkMute' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkMuteHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pushToTalkMute: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5057:19: note: consider making struct 'PushToTalkMuteHaptic' conform to the 'Sendable' protocol
    public struct PushToTalkMuteHaptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5072:27: note: add '@MainActor' to make static property 'pushToTalkMute' part of global actor 'MainActor'
        public static let pushToTalkMute: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5072:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pushToTalkMute: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5104:27: warning: static property 'pushToTalkUnmuteFail' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkUnmuteFailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pushToTalkUnmuteFail: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5089:19: note: consider making struct 'PushToTalkUnmuteFailHaptic' conform to the 'Sendable' protocol
    public struct PushToTalkUnmuteFailHaptic: CaseIterable {
                  ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5104:27: note: add '@MainActor' to make static property 'pushToTalkUnmuteFail' part of global actor 'MainActor'
        public static let pushToTalkUnmuteFail: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5104:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pushToTalkUnmuteFail: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5147:27: warning: static property 'intervalEnded' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertIntervalEndedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let intervalEnded: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5132:19: note: consider making struct 'AlertIntervalEndedHaptic' conform to the 'Sendable' protocol
    public struct AlertIntervalEndedHaptic: CaseIterable {
                  ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5147:27: note: add '@MainActor' to make static property 'intervalEnded' part of global actor 'MainActor'
        public static let intervalEnded: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5147:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let intervalEnded: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5179:27: warning: static property 'intervalUpcoming' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertIntervalUpcomingHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let intervalUpcoming: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5164:19: note: consider making struct 'AlertIntervalUpcomingHaptic' conform to the 'Sendable' protocol
    public struct AlertIntervalUpcomingHaptic: CaseIterable {
                  ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5179:27: note: add '@MainActor' to make static property 'intervalUpcoming' part of global actor 'MainActor'
        public static let intervalUpcoming: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5179:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let intervalUpcoming: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5211:27: warning: static property 'elevation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ElevationAlertHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let elevation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5196:19: note: consider making struct 'ElevationAlertHaptic' conform to the 'Sendable' protocol
    public struct ElevationAlertHaptic: CaseIterable {
                  ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5211:27: note: add '@MainActor' to make static property 'elevation' part of global actor 'MainActor'
        public static let elevation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5211:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let elevation: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5243:27: warning: static property 'senderConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardSenderConfirmationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let senderConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5228:19: note: consider making struct 'IdCardSenderConfirmationHaptic' conform to the 'Sendable' protocol
    public struct IdCardSenderConfirmationHaptic: CaseIterable {
                  ^
                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5243:27: note: add '@MainActor' to make static property 'senderConfirmation' part of global actor 'MainActor'
        public static let senderConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5243:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let senderConfirmation: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5275:27: warning: static property 'receiverConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConfirmationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let receiverConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5260:19: note: consider making struct 'IdCardReceiverConfirmationHaptic' conform to the 'Sendable' protocol
    public struct IdCardReceiverConfirmationHaptic: CaseIterable {
                  ^
                                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5275:27: note: add '@MainActor' to make static property 'receiverConfirmation' part of global actor 'MainActor'
        public static let receiverConfirmation: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5275:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let receiverConfirmation: Self = .init(
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5307:27: warning: static property 'receiverConnect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConnectHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let receiverConnect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5292:19: note: consider making struct 'IdCardReceiverConnectHaptic' conform to the 'Sendable' protocol
    public struct IdCardReceiverConnectHaptic: CaseIterable {
                  ^
                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5307:27: note: add '@MainActor' to make static property 'receiverConnect' part of global actor 'MainActor'
        public static let receiverConnect: Self = .init(
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5307:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let receiverConnect: Self = .init(
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SystemSoundKind.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SystemSound (in target 'SystemSound' from project 'SystemSound')
SwiftDriver\ Compilation\ Requirements SystemSound normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemSound -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SystemSound-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SystemSound-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdoc (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftsourceinfo (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
SwiftDriverJobDiscovery normal arm64 Compiling SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
SwiftDriverJobDiscovery normal arm64 Compiling SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
SwiftDriver\ Compilation SystemSound normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemSound -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.o normal (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.o
ExtractAppIntentsMetadata (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SystemSound --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.SystemSound --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/SystemSound.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/SystemSound.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 18:48:44.477 appintentsmetadataprocessor[713:4056] Starting appintentsmetadataprocessor export
2025-04-30 18:48:44.517 appintentsmetadataprocessor[713:4056] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.o (in target 'SystemSound' from project 'SystemSound')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SystemSound.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1e1a7fd42f395528ad33afe3d6ed5da8d288b757, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1e1a7fd42f395528ad33afe3d6ed5da8d288b757, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1e1a7fd42f395528ad33afe3d6ed5da8d288b757, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1e1a7fd42f395528ad33afe3d6ed5da8d288b757, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SystemSound",
  "name" : "SystemSound",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SystemSound",
      "targets" : [
        "SystemSound"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SystemSoundTests",
      "module_type" : "SwiftTarget",
      "name" : "SystemSoundTests",
      "path" : "Tests/SystemSoundTests",
      "sources" : [
        "SystemSoundTests.swift"
      ],
      "target_dependencies" : [
        "SystemSound"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SystemSound",
      "module_type" : "SwiftTarget",
      "name" : "SystemSound",
      "path" : "Sources/SystemSound",
      "product_memberships" : [
        "SystemSound"
      ],
      "sources" : [
        "SystemSound.swift",
        "SystemSoundKeys.swift",
        "SystemSoundKind.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.