The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SystemSound, reference main (cb4327), with Swift 6.1 for visionOS using Xcode 16.3 on 1 May 2025 01:48:33 UTC.

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 generic/platform=xrOS

Build Log

        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)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: error: 'remoteAttentionRequestAlert' is only available in visionOS 2.2 or newer
            result.append(.remoteAttentionRequestAlert)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: note: add 'if #available' version check
            result.append(.remoteAttentionRequestAlert)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: error: 'nfcCardProvisioned' is only available in visionOS 2.0 or newer
            result.append(.nfcCardProvisioned)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: note: add 'if #available' version check
            result.append(.nfcCardProvisioned)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: error: 'nfcCardComplete' is only available in visionOS 2.0 or newer
            result.append(.nfcCardComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: note: add 'if #available' version check
            result.append(.nfcCardComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: error: 'nfcCardError' is only available in visionOS 2.0 or newer
            result.append(.nfcCardError)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: note: add 'if #available' version check
            result.append(.nfcCardError)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: error: 'headGesturesDoubleNod' is only available in visionOS 2.0 or newer
            result.append(.headGesturesDoubleNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: note: add 'if #available' version check
            result.append(.headGesturesDoubleNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: error: 'headGesturesDoubleShake' is only available in visionOS 2.0 or newer
            result.append(.headGesturesDoubleShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: note: add 'if #available' version check
            result.append(.headGesturesDoubleShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: error: 'headGesturesPartialNod' is only available in visionOS 2.0 or newer
            result.append(.headGesturesPartialNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: note: add 'if #available' version check
            result.append(.headGesturesPartialNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: error: 'headGesturesPartialShake' is only available in visionOS 2.0 or newer
            result.append(.headGesturesPartialShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: note: add 'if #available' version check
            result.append(.headGesturesPartialShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: error: 'regattaTimer' is only available in visionOS 2.0 or newer
            result.append(.regattaTimer)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: note: add 'if #available' version check
            result.append(.regattaTimer)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: error: 'earInteractionComplete' is only available in visionOS 2.1 or newer
            result.append(.earInteractionComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: note: add 'if #available' version check
            result.append(.earInteractionComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: error: 'dictationBegin' is only available in visionOS 2.0 or newer
            result.append(.dictationBegin)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: note: add 'if #available' version check
            result.append(.dictationBegin)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: error: 'dictationCancel' is only available in visionOS 2.0 or newer
            result.append(.dictationCancel)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: note: add 'if #available' version check
            result.append(.dictationCancel)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: error: 'dictationConfirm' is only available in visionOS 2.0 or newer
            result.append(.dictationConfirm)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: note: add 'if #available' version check
            result.append(.dictationConfirm)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/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-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/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-xros/SystemSound-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SystemSound-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
SwiftDriverJobDiscovery normal arm64 Compiling SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
	SwiftCompile normal arm64 Compiling\ SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
	Building workspace spi-builder-workspace with scheme SystemSound
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SystemSound: /Users/admin/builder/spi-builder-workspace
resolved source packages: SystemSound
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SystemSound"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SystemSound -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SystemSound -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SystemSound: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SystemSound' in project 'SystemSound'
        ➜ Explicit dependency on target 'SystemSound' in project 'SystemSound'
    Target 'SystemSound' in project 'SystemSound' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d4dd78abbde0289320f30dfc8d84b4cc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d4dd78abbde0289320f30dfc8d84b4cc.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver 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-SwiftDriver -- /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-xros/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/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-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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

SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemSound (in target 'SystemSound' from project 'SystemSound')
EmitSwiftModule normal arm64 (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

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

/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: error: 'remoteAttentionRequestAlert' is only available in visionOS 2.2 or newer
            result.append(.remoteAttentionRequestAlert)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: note: add 'if #available' version check
            result.append(.remoteAttentionRequestAlert)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: error: 'nfcCardProvisioned' is only available in visionOS 2.0 or newer
            result.append(.nfcCardProvisioned)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: note: add 'if #available' version check
            result.append(.nfcCardProvisioned)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: error: 'nfcCardComplete' is only available in visionOS 2.0 or newer
            result.append(.nfcCardComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: note: add 'if #available' version check
            result.append(.nfcCardComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: error: 'nfcCardError' is only available in visionOS 2.0 or newer
            result.append(.nfcCardError)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: note: add 'if #available' version check
            result.append(.nfcCardError)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: error: 'headGesturesDoubleNod' is only available in visionOS 2.0 or newer
            result.append(.headGesturesDoubleNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: note: add 'if #available' version check
            result.append(.headGesturesDoubleNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: error: 'headGesturesDoubleShake' is only available in visionOS 2.0 or newer
            result.append(.headGesturesDoubleShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: note: add 'if #available' version check
            result.append(.headGesturesDoubleShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: error: 'headGesturesPartialNod' is only available in visionOS 2.0 or newer
            result.append(.headGesturesPartialNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: note: add 'if #available' version check
            result.append(.headGesturesPartialNod)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: error: 'headGesturesPartialShake' is only available in visionOS 2.0 or newer
            result.append(.headGesturesPartialShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: note: add 'if #available' version check
            result.append(.headGesturesPartialShake)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: error: 'regattaTimer' is only available in visionOS 2.0 or newer
            result.append(.regattaTimer)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: note: add 'if #available' version check
            result.append(.regattaTimer)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: error: 'earInteractionComplete' is only available in visionOS 2.1 or newer
            result.append(.earInteractionComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: note: add 'if #available' version check
            result.append(.earInteractionComplete)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: error: 'dictationBegin' is only available in visionOS 2.0 or newer
            result.append(.dictationBegin)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: note: add 'if #available' version check
            result.append(.dictationBegin)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: error: 'dictationCancel' is only available in visionOS 2.0 or newer
            result.append(.dictationCancel)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: note: add 'if #available' version check
            result.append(.dictationCancel)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: error: 'dictationConfirm' is only available in visionOS 2.0 or newer
            result.append(.dictationConfirm)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: note: add 'if #available' version check
            result.append(.dictationConfirm)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
    public static var allCases: [Self] {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
SwiftDriverJobDiscovery normal arm64 Compiling SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
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-xros/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/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-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/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-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
	SwiftCompile normal arm64 Compiling\ SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
	Building workspace spi-builder-workspace with scheme SystemSound
(3 failures)
BUILD FAILURE 6.1 visionOS