Build Information
Successful build of SystemSound, reference main (6b3e3a), with Swift 6.1 for macOS (SPM) on 26 Sep 2025 17:55:33 UTC.
Swift 6 data race errors: 192
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
531 | name: "Sherwood_Forest",
532 | id: 1030,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:537:27: warning: static property 'spell' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
404 |
405 | /// SMSReceived_Alert
406 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
407 | public static let categoryName = "SMSReceived_Alert"
408 |
:
535 |
536 | /// Spell (SMSReceived_Alert)
537 | public static let spell: Self = .init(
| |- warning: static property 'spell' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'spell' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
538 | name: "Spell",
539 | id: 1031,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:544:27: warning: static property 'suspense' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
404 |
405 | /// SMSReceived_Alert
406 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
407 | public static let categoryName = "SMSReceived_Alert"
408 |
:
542 |
543 | /// Suspense (SMSReceived_Alert)
544 | public static let suspense: Self = .init(
| |- warning: static property 'suspense' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'suspense' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
545 | name: "Suspense",
546 | id: 1032,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:551:27: warning: static property 'telegraph' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
404 |
405 | /// SMSReceived_Alert
406 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
407 | public static let categoryName = "SMSReceived_Alert"
408 |
:
549 |
550 | /// Telegraph (SMSReceived_Alert)
551 | public static let telegraph: Self = .init(
| |- warning: static property 'telegraph' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'telegraph' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
552 | name: "Telegraph",
553 | id: 1033,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:558:27: warning: static property 'tiptoes' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
404 |
405 | /// SMSReceived_Alert
406 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
407 | public static let categoryName = "SMSReceived_Alert"
408 |
:
556 |
557 | /// Tiptoes (SMSReceived_Alert)
558 | public static let tiptoes: Self = .init(
| |- warning: static property 'tiptoes' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tiptoes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
559 | name: "Tiptoes",
560 | id: 1034,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:565:27: warning: static property 'typewriters' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
404 |
405 | /// SMSReceived_Alert
406 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
407 | public static let categoryName = "SMSReceived_Alert"
408 |
:
563 |
564 | /// Typewriters (SMSReceived_Alert)
565 | public static let typewriters: Self = .init(
| |- warning: static property 'typewriters' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'typewriters' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
566 | name: "Typewriters",
567 | id: 1035,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:572:27: warning: static property 'update' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
404 |
405 | /// SMSReceived_Alert
406 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
407 | public static let categoryName = "SMSReceived_Alert"
408 |
:
570 |
571 | /// Update (SMSReceived_Alert)
572 | public static let update: Self = .init(
| |- warning: static property 'update' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'update' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
573 | name: "Update",
574 | id: 1036,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:601:27: warning: static property 'smsReceivedVibrate' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedVibrate' may have shared mutable state; this is an error in the Swift 6 language mode
587 |
588 | /// SMSReceived_Vibrate
589 | public struct SMSReceivedVibrate: CaseIterable {
| `- note: consider making struct 'SMSReceivedVibrate' conform to the 'Sendable' protocol
590 | public static let categoryName = "SMSReceived_Vibrate"
591 |
:
599 |
600 | /// (SMSReceived_Vibrate)
601 | public static let smsReceivedVibrate: Self = .init(
| |- warning: static property 'smsReceivedVibrate' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedVibrate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'smsReceivedVibrate' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
602 | name: "",
603 | id: 1011, // or 1311
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:630:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UserAlert' may have shared mutable state; this is an error in the Swift 6 language mode
616 |
617 | /// UserAlert
618 | public struct UserAlert: CaseIterable {
| `- note: consider making struct 'UserAlert' conform to the 'Sendable' protocol
619 | public static let categoryName = "UserAlert"
620 |
:
628 |
629 | /// sms-received1 (UserAlert)
630 | public static let smsReceived1: Self = .init(
| |- warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UserAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
631 | name: "sms-received1",
632 | id: 1015,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:637:27: warning: static property 'userAlert' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UserAlert' may have shared mutable state; this is an error in the Swift 6 language mode
616 |
617 | /// UserAlert
618 | public struct UserAlert: CaseIterable {
| `- note: consider making struct 'UserAlert' conform to the 'Sendable' protocol
619 | public static let categoryName = "UserAlert"
620 |
:
635 |
636 | /// (UserAlert)
637 | public static let userAlert: Self = .init(
| |- warning: static property 'userAlert' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UserAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'userAlert' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
638 | name: "",
639 | id: 4096,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:666:27: warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ReminderAlert' may have shared mutable state; this is an error in the Swift 6 language mode
652 |
653 | /// ReminderAlert
654 | public struct ReminderAlert: CaseIterable {
| `- note: consider making struct 'ReminderAlert' conform to the 'Sendable' protocol
655 | public static let categoryName = "ReminderAlert"
656 |
:
664 |
665 | /// alarm (ReminderAlert)
666 | public static let alarm: Self = .init(
| |- warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ReminderAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alarm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
667 | name: "alarm",
668 | id: 1017,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:695:27: warning: static property 'ussd' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UssdAlert' may have shared mutable state; this is an error in the Swift 6 language mode
681 |
682 | /// USSDAlert
683 | public struct UssdAlert: CaseIterable {
| `- note: consider making struct 'UssdAlert' conform to the 'Sendable' protocol
684 | public static let categoryName = "USSDAlert"
685 |
:
693 |
694 | /// ussd (USSDAlert)
695 | public static let ussd: Self = .init(
| |- warning: static property 'ussd' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UssdAlert' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ussd' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
696 | name: "ussd",
697 | id: 1050,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:724:27: warning: static property 'simToolkitCallDropped' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
710 |
711 | /// SIMToolkitTone
712 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
713 | public static let categoryName = "SIMToolkitTone"
714 |
:
722 |
723 | /// SIMToolkitCallDropped (SIMToolkitTone)
724 | public static let simToolkitCallDropped: Self = .init(
| |- warning: static property 'simToolkitCallDropped' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simToolkitCallDropped' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
725 | name: "SIMToolkitCallDropped",
726 | id: 1051,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:731:27: warning: static property 'simToolkitGeneralBeep' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
710 |
711 | /// SIMToolkitTone
712 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
713 | public static let categoryName = "SIMToolkitTone"
714 |
:
729 |
730 | /// SIMToolkitGeneralBeep (SIMToolkitTone)
731 | public static let simToolkitGeneralBeep: Self = .init(
| |- warning: static property 'simToolkitGeneralBeep' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simToolkitGeneralBeep' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
732 | name: "SIMToolkitGeneralBeep",
733 | id: 1052,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:738:27: warning: static property 'simToolkitNegativeACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
710 |
711 | /// SIMToolkitTone
712 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
713 | public static let categoryName = "SIMToolkitTone"
714 |
:
736 |
737 | /// SIMToolkitNegativeACK (SIMToolkitTone)
738 | public static let simToolkitNegativeACK: Self = .init(
| |- warning: static property 'simToolkitNegativeACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simToolkitNegativeACK' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
739 | name: "SIMToolkitNegativeACK",
740 | id: 1053,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:745:27: warning: static property 'simToolkitPositiveACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
710 |
711 | /// SIMToolkitTone
712 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
713 | public static let categoryName = "SIMToolkitTone"
714 |
:
743 |
744 | /// SIMToolkitPositiveACK (SIMToolkitTone)
745 | public static let simToolkitPositiveACK: Self = .init(
| |- warning: static property 'simToolkitPositiveACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simToolkitPositiveACK' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
746 | name: "SIMToolkitPositiveACK",
747 | id: 1054,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:752:27: warning: static property 'simToolkitSMS' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
710 |
711 | /// SIMToolkitTone
712 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
713 | public static let categoryName = "SIMToolkitTone"
714 |
:
750 |
751 | /// SIMToolkitSMS (SIMToolkitTone)
752 | public static let simToolkitSMS: Self = .init(
| |- warning: static property 'simToolkitSMS' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'simToolkitSMS' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
753 | name: "SIMToolkitSMS",
754 | id: 1055,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:781:27: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PinKeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
767 |
768 | /// PINKeyPressed
769 | public struct PinKeyPressed: CaseIterable {
| `- note: consider making struct 'PinKeyPressed' conform to the 'Sendable' protocol
770 | public static let categoryName = "PINKeyPressed"
771 |
:
779 |
780 | /// Tink (PINKeyPressed)
781 | public static let tink: Self = .init(
| |- warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PinKeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tink' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
782 | name: "Tink",
783 | id: 1057,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:813:27: warning: static property 'webcamStart' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WebcamStartAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
796 |
797 | /// WebcamStartAlwaysHeard
798 | public struct WebcamStartAlwaysHeard: CaseIterable {
| `- note: consider making struct 'WebcamStartAlwaysHeard' conform to the 'Sendable' protocol
799 | public static let categoryName = "WebcamStartAlwaysHeard"
800 |
:
811 | /// WebcamStart (WebcamStartAlwaysHeard)
812 | @available(iOS 16, *)
813 | public static let webcamStart: Self = .init(
| |- warning: static property 'webcamStart' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WebcamStartAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'webcamStart' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
814 | name: "WebcamStart",
815 | id: 1060,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:845:27: warning: static property 'liquidDetected' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.LiquidDetectedAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
828 |
829 | /// LiquidDetectedAlwaysHeard
830 | public struct LiquidDetectedAlwaysHeard: CaseIterable {
| `- note: consider making struct 'LiquidDetectedAlwaysHeard' conform to the 'Sendable' protocol
831 | public static let categoryName = "LiquidDetectedAlwaysHeard"
832 |
:
843 | /// LiquidDetected (LiquidDetectedAlwaysHeard)
844 | @available(iOS 17, *)
845 | public static let liquidDetected: Self = .init(
| |- warning: static property 'liquidDetected' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.LiquidDetectedAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'liquidDetected' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
846 | name: "LiquidDetected",
847 | id: 1061,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:874:27: warning: static property 'ctBusy' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneBusy' may have shared mutable state; this is an error in the Swift 6 language mode
860 |
861 | /// AudioToneBusy
862 | public struct AudioToneBusy: CaseIterable {
| `- note: consider making struct 'AudioToneBusy' conform to the 'Sendable' protocol
863 | public static let categoryName = "AudioToneBusy"
864 |
:
872 |
873 | /// ct-busy (AudioToneBusy)
874 | public static let ctBusy: Self = .init(
| |- warning: static property 'ctBusy' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneBusy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ctBusy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
875 | name: "ct-busy",
876 | id: 1070,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:903:27: warning: static property 'ctCongestion' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCongestion' may have shared mutable state; this is an error in the Swift 6 language mode
889 |
890 | /// AudioToneCongestion
891 | public struct AudioToneCongestion: CaseIterable {
| `- note: consider making struct 'AudioToneCongestion' conform to the 'Sendable' protocol
892 | public static let categoryName = "AudioToneCongestion"
893 |
:
901 |
902 | /// ct-congestion (AudioToneCongestion)
903 | public static let ctCongestion: Self = .init(
| |- warning: static property 'ctCongestion' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCongestion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ctCongestion' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 | name: "ct-congestion",
905 | id: 1071,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:932:27: warning: static property 'ctPathAck' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioTonePathAcknowledge' may have shared mutable state; this is an error in the Swift 6 language mode
918 |
919 | /// AudioTonePathAcknowledge
920 | public struct AudioTonePathAcknowledge: CaseIterable {
| `- note: consider making struct 'AudioTonePathAcknowledge' conform to the 'Sendable' protocol
921 | public static let categoryName = "AudioTonePathAcknowledge"
922 |
:
930 |
931 | /// ct-path-ack (AudioTonePathAcknowledge)
932 | public static let ctPathAck: Self = .init(
| |- warning: static property 'ctPathAck' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioTonePathAcknowledge' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ctPathAck' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
933 | name: "ct-path-ack",
934 | id: 1072,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:961:27: warning: static property 'ctError' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneError' may have shared mutable state; this is an error in the Swift 6 language mode
947 |
948 | /// AudioToneError
949 | public struct AudioToneError: CaseIterable {
| `- note: consider making struct 'AudioToneError' conform to the 'Sendable' protocol
950 | public static let categoryName = "AudioToneError"
951 |
:
959 |
960 | /// ct-error (AudioToneError)
961 | public static let ctError: Self = .init(
| |- warning: static property 'ctError' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneError' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ctError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
962 | name: "ct-error",
963 | id: 1073,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:990:27: warning: static property 'ctCallWaiting' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCallWaiting' may have shared mutable state; this is an error in the Swift 6 language mode
976 |
977 | /// AudioToneCallWaiting
978 | public struct AudioToneCallWaiting: CaseIterable {
| `- note: consider making struct 'AudioToneCallWaiting' conform to the 'Sendable' protocol
979 | public static let categoryName = "AudioToneCallWaiting"
980 |
:
988 |
989 | /// ct-call-waiting (AudioToneCallWaiting)
990 | public static let ctCallWaiting: Self = .init(
| |- warning: static property 'ctCallWaiting' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCallWaiting' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ctCallWaiting' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
991 | name: "ct-call-waiting",
992 | id: 1074,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1019:27: warning: static property 'ctKeytone2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneKey2' may have shared mutable state; this is an error in the Swift 6 language mode
1005 |
1006 | /// AudioToneKey2
1007 | public struct AudioToneKey2: CaseIterable {
| `- note: consider making struct 'AudioToneKey2' conform to the 'Sendable' protocol
1008 | public static let categoryName = "AudioToneKey2"
1009 |
:
1017 |
1018 | /// ct-keytone2 (AudioToneKey2)
1019 | public static let ctKeytone2: Self = .init(
| |- warning: static property 'ctKeytone2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneKey2' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ctKeytone2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1020 | name: "ct-keytone2",
1021 | id: 1075,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1048:27: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ScreenLocked' may have shared mutable state; this is an error in the Swift 6 language mode
1034 |
1035 | /// ScreenLocked
1036 | public struct ScreenLocked: CaseIterable {
| `- note: consider making struct 'ScreenLocked' conform to the 'Sendable' protocol
1037 | public static let categoryName = "ScreenLocked"
1038 |
:
1046 |
1047 | /// lock (ScreenLocked)
1048 | public static let lock: Self = .init(
| |- warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ScreenLocked' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1049 | name: "lock",
1050 | id: 1100,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1087:27: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1073 |
1074 | /// KeyPressed
1075 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1076 | public static let categoryName = "KeyPressed"
1077 |
:
1085 |
1086 | /// Tink (KeyPressed)
1087 | public static let tink: Self = .init(
| |- warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tink' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1088 | name: "Tink",
1089 | id: 1103,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1094:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1073 |
1074 | /// KeyPressed
1075 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1076 | public static let categoryName = "KeyPressed"
1077 |
:
1092 |
1093 | /// key_press_click (KeyPressed)
1094 | public static let keyPressClick: Self = .init(
| |- warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keyPressClick' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1095 | name: "key_press_click",
1096 | id: 1104,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1101:27: warning: static property 'tock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1073 |
1074 | /// KeyPressed
1075 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1076 | public static let categoryName = "KeyPressed"
1077 |
:
1099 |
1100 | /// Tock (KeyPressed)
1101 | public static let tock: Self = .init(
| |- warning: static property 'tock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1102 | name: "Tock",
1103 | id: 1105,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1108:27: warning: static property 'keyPressDelete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1073 |
1074 | /// KeyPressed
1075 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1076 | public static let categoryName = "KeyPressed"
1077 |
:
1106 |
1107 | /// key_press_delete (KeyPressed)
1108 | public static let keyPressDelete: Self = .init(
| |- warning: static property 'keyPressDelete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keyPressDelete' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1109 | name: "key_press_delete",
1110 | id: 1155,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1115:27: warning: static property 'keyPressModifier' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1073 |
1074 | /// KeyPressed
1075 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1076 | public static let categoryName = "KeyPressed"
1077 |
:
1113 |
1114 | /// key_press_modifier (KeyPressed)
1115 | public static let keyPressModifier: Self = .init(
| |- warning: static property 'keyPressModifier' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'keyPressModifier' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1116 | name: "key_press_modifier",
1117 | id: 1156,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1122:27: warning: static property 'wheelsOfTime' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1073 |
1074 | /// KeyPressed
1075 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1076 | public static let categoryName = "KeyPressed"
1077 |
:
1120 |
1121 | /// wheels_of_time (KeyPressed)
1122 | public static let wheelsOfTime: Self = .init(
| |- warning: static property 'wheelsOfTime' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wheelsOfTime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1123 | name: "wheels_of_time",
1124 | id: 1157,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1151:27: warning: static property 'connectPower' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ConnectedToPower' may have shared mutable state; this is an error in the Swift 6 language mode
1137 |
1138 | /// ConnectedToPower
1139 | public struct ConnectedToPower: CaseIterable {
| `- note: consider making struct 'ConnectedToPower' conform to the 'Sendable' protocol
1140 | public static let categoryName = "ConnectedToPower"
1141 |
:
1149 |
1150 | /// connect_power (ConnectedToPower)
1151 | public static let connectPower: Self = .init(
| |- warning: static property 'connectPower' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ConnectedToPower' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'connectPower' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1152 | name: "connect_power",
1153 | id: 1106,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1180:27: warning: static property 'ringerChanged' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.RingerSwitchIndication' may have shared mutable state; this is an error in the Swift 6 language mode
1166 |
1167 | /// RingerSwitchIndication
1168 | public struct RingerSwitchIndication: CaseIterable {
| `- note: consider making struct 'RingerSwitchIndication' conform to the 'Sendable' protocol
1169 | public static let categoryName = "RingerSwitchIndication"
1170 |
:
1178 |
1179 | /// RingerChanged (RingerSwitchIndication)
1180 | public static let ringerChanged: Self = .init(
| |- warning: static property 'ringerChanged' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.RingerSwitchIndication' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ringerChanged' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1181 | name: "RingerChanged",
1182 | id: 1107,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1209:27: warning: static property 'photoShutter' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutter' may have shared mutable state; this is an error in the Swift 6 language mode
1195 |
1196 | /// CameraShutter
1197 | public struct CameraShutter: CaseIterable {
| `- note: consider making struct 'CameraShutter' conform to the 'Sendable' protocol
1198 | public static let categoryName = "CameraShutter"
1199 |
:
1207 |
1208 | /// photoShutter (CameraShutter)
1209 | public static let photoShutter: Self = .init(
| |- warning: static property 'photoShutter' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'photoShutter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1210 | name: "photoShutter",
1211 | id: 1108,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1238:27: warning: static property 'shake' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ShakeToShuffle' may have shared mutable state; this is an error in the Swift 6 language mode
1224 |
1225 | /// ShakeToShuffle
1226 | public struct ShakeToShuffle: CaseIterable {
| `- note: consider making struct 'ShakeToShuffle' conform to the 'Sendable' protocol
1227 | public static let categoryName = "ShakeToShuffle"
1228 |
:
1236 |
1237 | /// shake (ShakeToShuffle)
1238 | public static let shake: Self = .init(
| |- warning: static property 'shake' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ShakeToShuffle' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shake' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1239 | name: "shake",
1240 | id: 1109,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1297:27: warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1283 |
1284 | /// BeginRecording
1285 | public struct BeginRecording: CaseIterable {
| `- note: consider making struct 'BeginRecording' conform to the 'Sendable' protocol
1286 | public static let categoryName = "BeginRecording"
1287 |
:
1295 |
1296 | /// begin_record (BeginRecording)
1297 | public static let beginRecord: Self = .init(
| |- warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginRecording' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'beginRecord' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1298 | name: "begin_record",
1299 | id: 1113,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1326:27: warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1312 |
1313 | /// EndRecording
1314 | public struct EndRecording: CaseIterable {
| `- note: consider making struct 'EndRecording' conform to the 'Sendable' protocol
1315 | public static let categoryName = "EndRecording"
1316 |
:
1324 |
1325 | /// end_record (EndRecording)
1326 | public static let endRecord: Self = .init(
| |- warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndRecording' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'endRecord' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1327 | name: "end_record",
1328 | id: 1114,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1375:27: warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1361 |
1362 | /// BeginVideoRecording
1363 | public struct BeginVideoRecording: CaseIterable {
| `- note: consider making struct 'BeginVideoRecording' conform to the 'Sendable' protocol
1364 | public static let categoryName = "BeginVideoRecording"
1365 |
:
1373 |
1374 | /// begin_record (BeginVideoRecording)
1375 | public static let beginRecord: Self = .init(
| |- warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'beginRecord' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1376 | name: "begin_record",
1377 | id: 1117,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1404:27: warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1390 |
1391 | /// EndVideoRecording
1392 | public struct EndVideoRecording: CaseIterable {
| `- note: consider making struct 'EndVideoRecording' conform to the 'Sendable' protocol
1393 | public static let categoryName = "EndVideoRecording"
1394 |
:
1402 |
1403 | /// end_record (EndVideoRecording)
1404 | public static let endRecord: Self = .init(
| |- warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'endRecord' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1405 | name: "end_record",
1406 | id: 1118,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1433: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
1419 |
1420 | /// CameraShutterAlt
1421 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1422 | public static let categoryName = "CameraShutterAlt"
1423 |
:
1431 |
1432 | /// camera_shutter_burst (CameraShutterAlt)
1433 | public static let cameraShutterBurst: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'cameraShutterBurst' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1434 | name: "camera_shutter_burst",
1435 | id: 1119,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1440: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
1419 |
1420 | /// CameraShutterAlt
1421 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1422 | public static let categoryName = "CameraShutterAlt"
1423 |
:
1438 |
1439 | /// camera_shutter_burst_begin (CameraShutterAlt)
1440 | public static let cameraShutterBurstBegin: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'cameraShutterBurstBegin' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1441 | name: "camera_shutter_burst_begin",
1442 | id: 1121,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1447: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
1419 |
1420 | /// CameraShutterAlt
1421 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1422 | public static let categoryName = "CameraShutterAlt"
1423 |
:
1445 |
1446 | /// camera_shutter_burst_end (CameraShutterAlt)
1447 | public static let cameraShutterBurstEnd: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'cameraShutterBurstEnd' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1448 | name: "camera_shutter_burst_end",
1449 | id: 1122,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1454: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
1419 |
1420 | /// CameraShutterAlt
1421 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1422 | public static let categoryName = "CameraShutterAlt"
1423 |
:
1452 |
1453 | /// camera_timer_final_second (CameraShutterAlt)
1454 | public static let cameraTimerFinalSecond: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'cameraTimerFinalSecond' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1455 | name: "camera_timer_final_second",
1456 | id: 1260,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1461: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
1419 |
1420 | /// CameraShutterAlt
1421 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1422 | public static let categoryName = "CameraShutterAlt"
1423 |
:
1459 |
1460 | /// camera_timer_countdown (CameraShutterAlt)
1461 | public static let cameraTimerCountdown: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'cameraTimerCountdown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1462 | name: "camera_timer_countdown",
1463 | id: 1261,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1468:27: warning: static property 'screenCapture' 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
1419 |
1420 | /// CameraShutterAlt
1421 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1422 | public static let categoryName = "CameraShutterAlt"
1423 |
:
1466 |
1467 | /// ScreenCapture (CameraShutterAlt)
1468 | public static let screenCapture: Self = .init(
| |- warning: static property 'screenCapture' 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
| |- note: add '@MainActor' to make static property 'screenCapture' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1469 | name: "ScreenCapture",
1470 | id: 1393,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1500: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
1483 |
1484 | /// AirDropInvitation
1485 | public struct AirDropInvitation: CaseIterable {
| `- note: consider making struct 'AirDropInvitation' conform to the 'Sendable' protocol
1486 | public static let categoryName = "AirDropInvitation"
1487 |
:
1498 | /// airdrop_invite (AirDropInvitation)
1499 | @available(iOS 17, *)
1500 | public static let airdropInvite: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'airdropInvite' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1501 | name: "airdrop_invite",
1502 | id: 1120,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1529: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
1515 |
1516 | /// KeyPressClick_Remote
1517 | public struct KeyPressClickRemote: CaseIterable {
| `- note: consider making struct 'KeyPressClickRemote' conform to the 'Sendable' protocol
1518 | public static let categoryName = "KeyPressClick_Remote"
1519 |
:
1527 |
1528 | /// key_press_click (KeyPressClick_Remote)
1529 | public static let keyPressClick: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'keyPressClick' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1530 | name: "key_press_click",
1531 | id: 1123,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1678: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
1664 |
1665 | /// VCCallWaiting
1666 | public struct VCCallWaiting: CaseIterable {
| `- note: consider making struct 'VCCallWaiting' conform to the 'Sendable' protocol
1667 | public static let categoryName = "VCCallWaiting"
1668 |
:
1676 |
1677 | /// ct-call-waiting (VCCallWaiting)
1678 | public static let ctCallWaiting: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'ctCallWaiting' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1679 | name: "ct-call-waiting",
1680 | id: 1153,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1707: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
1693 |
1694 | /// VCCallUpgrade
1695 | public struct VCCallUpgrade: CaseIterable {
| `- note: consider making struct 'VCCallUpgrade' conform to the 'Sendable' protocol
1696 | public static let categoryName = "VCCallUpgrade"
1697 |
:
1705 |
1706 | /// vc~ringing (VCCallUpgrade)
1707 | public static let vcRinging: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'vcRinging' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1708 | name: "vc~ringing",
1709 | id: 1154,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1756: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
1742 |
1743 | /// PaymentSuccess
1744 | public struct PaymentSuccess: CaseIterable {
| `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1745 | public static let categoryName = "PaymentSuccess"
1746 |
:
1754 |
1755 | /// nfc_scan_complete (PaymentSuccess)
1756 | public static let nfcScanComplete: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'nfcScanComplete' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1757 | name: "nfc_scan_complete",
1758 | id: 1160,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1763: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
1742 |
1743 | /// PaymentSuccess
1744 | public struct PaymentSuccess: CaseIterable {
| `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1745 | public static let categoryName = "PaymentSuccess"
1746 |
:
1761 |
1762 | /// access_scan_complete (PaymentSuccess)
1763 | public static let accessScanComplete: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'accessScanComplete' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1764 | name: "access_scan_complete",
1765 | id: 1163,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1770: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
1742 |
1743 | /// PaymentSuccess
1744 | public struct PaymentSuccess: CaseIterable {
| `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1745 | public static let categoryName = "PaymentSuccess"
1746 |
:
1768 |
1769 | /// payment_success (PaymentSuccess)
1770 | public static let paymentSuccess: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'paymentSuccess' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1771 | name: "payment_success",
1772 | id: 1394,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1829: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
1815 |
1816 | /// Critical_Alert
1817 | public struct CriticalAlert: CaseIterable {
| `- note: consider making struct 'CriticalAlert' conform to the 'Sendable' protocol
1818 | public static let categoryName = "Critical_Alert"
1819 |
:
1827 |
1828 | /// 3rd_party_critical (Critical_Alert)
1829 | public static let _3rdPartyCritical: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property '_3rdPartyCritical' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1830 | name: "3rd_party_critical",
1831 | id: 1165,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1923: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1921 |
1922 | /// dtmf-0 (TouchTone)
1923 | public static let dtmf0: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1924 | name: "dtmf-0",
1925 | id: 1200,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1930: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1928 |
1929 | /// dtmf-1 (TouchTone)
1930 | public static let dtmf1: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1931 | name: "dtmf-1",
1932 | id: 1201,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1937: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1935 |
1936 | /// dtmf-2 (TouchTone)
1937 | public static let dtmf2: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1938 | name: "dtmf-2",
1939 | id: 1202,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1944: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1942 |
1943 | /// dtmf-3 (TouchTone)
1944 | public static let dtmf3: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1945 | name: "dtmf-3",
1946 | id: 1203,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1951: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1949 |
1950 | /// dtmf-4 (TouchTone)
1951 | public static let dtmf4: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1952 | name: "dtmf-4",
1953 | id: 1204,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1958: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1956 |
1957 | /// dtmf-5 (TouchTone)
1958 | public static let dtmf5: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1959 | name: "dtmf-5",
1960 | id: 1205,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1965: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1963 |
1964 | /// dtmf-6 (TouchTone)
1965 | public static let dtmf6: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1966 | name: "dtmf-6",
1967 | id: 1206,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1972: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1970 |
1971 | /// dtmf-7 (TouchTone)
1972 | public static let dtmf7: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf7' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1973 | name: "dtmf-7",
1974 | id: 1207,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1979: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1977 |
1978 | /// dtmf-8 (TouchTone)
1979 | public static let dtmf8: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf8' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1980 | name: "dtmf-8",
1981 | id: 1208,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1986: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1984 |
1985 | /// dtmf-9 (TouchTone)
1986 | public static let dtmf9: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmf9' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1987 | name: "dtmf-9",
1988 | id: 1209,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1993: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1991 |
1992 | /// dtmf-star (TouchTone)
1993 | public static let dtmfStar: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmfStar' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1994 | name: "dtmf-star",
1995 | id: 1210,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2000: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
1909 |
1910 | /// TouchTone
1911 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1912 | public static let categoryName = "TouchTone"
1913 |
:
1998 |
1999 | /// dtmf-pound (TouchTone)
2000 | public static let dtmfPound: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'dtmfPound' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2001 | name: "dtmf-pound",
2002 | id: 1211,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2040: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
2026 |
2027 | /// Headset_StartCall
2028 | public struct HeadsetStartCall: CaseIterable {
| `- note: consider making struct 'HeadsetStartCall' conform to the 'Sendable' protocol
2029 | public static let categoryName = "Headset_StartCall"
2030 |
:
2038 |
2039 | /// long_low_short_high (Headset_StartCall)
2040 | public static let longLowShortHigh: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'longLowShortHigh' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2041 | name: "long_low_short_high",
2042 | id: 1254,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2069: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
2055 |
2056 | /// Headset_Redial
2057 | public struct HeadsetRedial: CaseIterable {
| `- note: consider making struct 'HeadsetRedial' conform to the 'Sendable' protocol
2058 | public static let categoryName = "Headset_Redial"
2059 |
:
2067 |
2068 | /// short_double_high (Headset_Redial)
2069 | public static let shortDoubleHigh: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'shortDoubleHigh' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2070 | name: "short_double_high",
2071 | id: 1255,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2098: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
2084 |
2085 | /// Headset_AnswerCall
2086 | public struct HeadsetAnswerCall: CaseIterable {
| `- note: consider making struct 'HeadsetAnswerCall' conform to the 'Sendable' protocol
2087 | public static let categoryName = "Headset_AnswerCall"
2088 |
:
2096 |
2097 | /// short_low_high (Headset_AnswerCall)
2098 | public static let shortLowHigh: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'shortLowHigh' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2099 | name: "short_low_high",
2100 | id: 1256,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2127: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
2113 |
2114 | /// Headset_EndCall
2115 | public struct HeadsetEndCall: CaseIterable {
| `- note: consider making struct 'HeadsetEndCall' conform to the 'Sendable' protocol
2116 | public static let categoryName = "Headset_EndCall"
2117 |
:
2125 |
2126 | /// short_double_low (Headset_EndCall)
2127 | public static let shortDoubleLow: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'shortDoubleLow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2128 | name: "short_double_low",
2129 | id: 1257,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2156: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
2142 |
2143 | /// Headset_CallWaitingActions
2144 | public struct HeadsetCallWaitingActions: CaseIterable {
| `- note: consider making struct 'HeadsetCallWaitingActions' conform to the 'Sendable' protocol
2145 | public static let categoryName = "Headset_CallWaitingActions"
2146 |
:
2154 |
2155 | /// short_double_low (Headset_CallWaitingActions)
2156 | public static let shortDoubleLow: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'shortDoubleLow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2157 | name: "short_double_low",
2158 | id: 1258,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2185: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
2171 |
2172 | /// Headset_TransitionEnd
2173 | public struct HeadsetTransitionEnd: CaseIterable {
| `- note: consider making struct 'HeadsetTransitionEnd' conform to the 'Sendable' protocol
2174 | public static let categoryName = "Headset_TransitionEnd"
2175 |
:
2183 |
2184 | /// middle_9_short_double_low (Headset_TransitionEnd)
2185 | public static let middle9ShortDoubleLow: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'middle9ShortDoubleLow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2186 | name: "middle_9_short_double_low",
2187 | id: 1259,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2214: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
2200 |
2201 | /// Health_Alert
2202 | public struct HealthAlert: CaseIterable {
| `- note: consider making struct 'HealthAlert' conform to the 'Sendable' protocol
2203 | public static let categoryName = "Health_Alert"
2204 |
:
2212 |
2213 | /// health_notification (Health_Alert)
2214 | public static let healthNotification: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'healthNotification' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2215 | name: "health_notification",
2216 | id: 1262,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2243: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
2229 |
2230 | /// VCGroupInvitation_Alert
2231 | public struct VCGroupInvitationAlert: CaseIterable {
| `- note: consider making struct 'VCGroupInvitationAlert' conform to the 'Sendable' protocol
2232 | public static let categoryName = "VCGroupInvitation_Alert"
2233 |
:
2241 |
2242 | /// multiway_invitation (VCGroupInvitation_Alert)
2243 | public static let multiwayInvitation: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'multiwayInvitation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2244 | name: "multiway_invitation",
2245 | id: 1265,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2330: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
2313 |
2314 | /// IDCard_Sender_Confirmation
2315 | public struct IdCardSenderConfirmation: CaseIterable {
| `- note: consider making struct 'IdCardSenderConfirmation' conform to the 'Sendable' protocol
2316 | public static let categoryName = "IDCard_Sender_Confirmation"
2317 |
:
2328 | /// SenderConfirmation (IDCard_Sender_Confirmation)
2329 | @available(iOS 17, *)
2330 | public static let senderConfirmation: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'senderConfirmation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2331 | name: "SenderConfirmation",
2332 | id: 1275,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2362: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
2345 |
2346 | /// IDCard_Receiver_Confirmation
2347 | public struct IdCardReceiverConfirmation: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConfirmation' conform to the 'Sendable' protocol
2348 | public static let categoryName = "IDCard_Receiver_Confirmation"
2349 |
:
2360 | /// ReceiverConfirmation (IDCard_Receiver_Confirmation)
2361 | @available(iOS 17, *)
2362 | public static let receiverConfirmation: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'receiverConfirmation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2363 | name: "ReceiverConfirmation",
2364 | id: 1276,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2394: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
2377 |
2378 | /// IDCard_Receiver_Connect
2379 | public struct IdCardReceiverConnect: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConnect' conform to the 'Sendable' protocol
2380 | public static let categoryName = "IDCard_Receiver_Connect"
2381 |
:
2392 | /// ReceiverConnect (IDCard_Receiver_Connect)
2393 | @available(iOS 17, *)
2394 | public static let receiverConnect: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'receiverConnect' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2395 | name: "ReceiverConnect",
2396 | id: 1277,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2467: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
2453 |
2454 | /// SystemSoundPreview_IgnoreRingerSwitch
2455 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2456 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2457 |
:
2465 |
2466 | /// sms-received1 (SystemSoundPreview_IgnoreRingerSwitch)
2467 | public static let smsReceived1: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2468 | name: "sms-received1",
2469 | id: 1300,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2474: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
2453 |
2454 | /// SystemSoundPreview_IgnoreRingerSwitch
2455 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2456 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2457 |
:
2472 |
2473 | /// ReceivedMessage (SystemSoundPreview_IgnoreRingerSwitch)
2474 | public static let receivedMessage: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'receivedMessage' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2475 | name: "ReceivedMessage",
2476 | id: 1301,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2481: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
2453 |
2454 | /// SystemSoundPreview_IgnoreRingerSwitch
2455 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2456 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2457 |
:
2479 |
2480 | /// new-mail (SystemSoundPreview_IgnoreRingerSwitch)
2481 | public static let newMail: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'newMail' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2482 | name: "new-mail",
2483 | id: 1302,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2488: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
2453 |
2454 | /// SystemSoundPreview_IgnoreRingerSwitch
2455 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2456 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2457 |
:
2486 |
2487 | /// mail-sent (SystemSoundPreview_IgnoreRingerSwitch)
2488 | public static let mailSent: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'mailSent' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2489 | name: "mail-sent",
2490 | id: 1303,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2495: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
2453 |
2454 | /// SystemSoundPreview_IgnoreRingerSwitch
2455 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2456 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2457 |
:
2493 |
2494 | /// alarm (SystemSoundPreview_IgnoreRingerSwitch)
2495 | public static let alarm: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'alarm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2496 | name: "alarm",
2497 | id: 1304, // or 1317
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2524: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
2510 |
2511 | /// SystemSoundPreview
2512 | public struct SystemSoundPreview: CaseIterable {
| `- note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
2513 | public static let categoryName = "SystemSoundPreview"
2514 |
:
2522 |
2523 | /// lock (SystemSoundPreview)
2524 | public static let lock: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2525 | name: "lock",
2526 | id: 1305,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2531: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
2510 |
2511 | /// SystemSoundPreview
2512 | public struct SystemSoundPreview: CaseIterable {
| `- note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
2513 | public static let categoryName = "SystemSoundPreview"
2514 |
:
2529 |
2530 | /// sms-received1 (SystemSoundPreview)
2531 | public static let smsReceived1: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2532 | name: "sms-received1",
2533 | id: 1315,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560: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
2546 |
2547 | /// KeyPressClickPreview
2548 | public struct KeyPressClickPreview: CaseIterable {
| `- note: consider making struct 'KeyPressClickPreview' conform to the 'Sendable' protocol
2549 | public static let categoryName = "KeyPressClickPreview"
2550 |
:
2558 |
2559 | /// key_press_click (KeyPressClickPreview)
2560 | public static let keyPressClick: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'keyPressClick' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2561 | name: "key_press_click",
2562 | id: 1306,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2589: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2587 |
2588 | /// sms-received1 (SMSReceived_Selection)
2589 | public static let smsReceived1: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2590 | name: "sms-received1",
2591 | id: 1307, // or 1312
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2596: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2594 |
2595 | /// sms-received2 (SMSReceived_Selection)
2596 | public static let smsReceived2: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2597 | name: "sms-received2",
2598 | id: 1308,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2603: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2601 |
2602 | /// sms-received3 (SMSReceived_Selection)
2603 | public static let smsReceived3: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2604 | name: "sms-received3",
2605 | id: 1309,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2610: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2608 |
2609 | /// sms-received4 (SMSReceived_Selection)
2610 | public static let smsReceived4: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2611 | name: "sms-received4",
2612 | id: 1310,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2617: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2615 |
2616 | /// sms-received5 (SMSReceived_Selection)
2617 | public static let smsReceived5: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2618 | name: "sms-received5",
2619 | id: 1313,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2624: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2622 |
2623 | /// sms-received6 (SMSReceived_Selection)
2624 | public static let smsReceived6: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'smsReceived6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2625 | name: "sms-received6",
2626 | id: 1314,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2629 |
2630 | /// Anticipate (SMSReceived_Selection)
2631 | public static let anticipate: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'anticipate' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2632 | name: "Anticipate",
2633 | id: 1320,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2638: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2636 |
2637 | /// Bloom (SMSReceived_Selection)
2638 | public static let bloom: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'bloom' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2639 | name: "Bloom",
2640 | id: 1321,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2645: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2643 |
2644 | /// Calypso (SMSReceived_Selection)
2645 | public static let calypso: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'calypso' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2646 | name: "Calypso",
2647 | id: 1322,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2652: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2650 |
2651 | /// Choo_Choo (SMSReceived_Selection)
2652 | public static let chooChoo: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'chooChoo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2653 | name: "Choo_Choo",
2654 | id: 1323,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2659: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2657 |
2658 | /// Descent (SMSReceived_Selection)
2659 | public static let descent: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'descent' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2660 | name: "Descent",
2661 | id: 1324,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2666: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2664 |
2665 | /// Fanfare (SMSReceived_Selection)
2666 | public static let fanfare: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'fanfare' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2667 | name: "Fanfare",
2668 | id: 1325,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2673: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2671 |
2672 | /// Ladder (SMSReceived_Selection)
2673 | public static let ladder: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'ladder' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2674 | name: "Ladder",
2675 | id: 1326,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2680: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2678 |
2679 | /// Minuet (SMSReceived_Selection)
2680 | public static let minuet: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'minuet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2681 | name: "Minuet",
2682 | id: 1327,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2687: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2685 |
2686 | /// News_Flash (SMSReceived_Selection)
2687 | public static let newsFlash: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'newsFlash' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2688 | name: "News_Flash",
2689 | id: 1328,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2694: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2692 |
2693 | /// Noir (SMSReceived_Selection)
2694 | public static let noir: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'noir' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2695 | name: "Noir",
2696 | id: 1329,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2701: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2699 |
2700 | /// Sherwood_Forest (SMSReceived_Selection)
2701 | public static let sherwoodForest: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'sherwoodForest' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2702 | name: "Sherwood_Forest",
2703 | id: 1330,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2708: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2706 |
2707 | /// Spell (SMSReceived_Selection)
2708 | public static let spell: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'spell' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2709 | name: "Spell",
2710 | id: 1331,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2715: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2713 |
2714 | /// Suspense (SMSReceived_Selection)
2715 | public static let suspense: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'suspense' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2716 | name: "Suspense",
2717 | id: 1332,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2722: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2720 |
2721 | /// Telegraph (SMSReceived_Selection)
2722 | public static let telegraph: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'telegraph' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2723 | name: "Telegraph",
2724 | id: 1333,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2729: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2727 |
2728 | /// Tiptoes (SMSReceived_Selection)
2729 | public static let tiptoes: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'tiptoes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2730 | name: "Tiptoes",
2731 | id: 1334,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2736: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2734 |
2735 | /// Typewriters (SMSReceived_Selection)
2736 | public static let typewriters: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'typewriters' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2737 | name: "Typewriters",
2738 | id: 1335,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2743: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
2575 |
2576 | /// SMSReceived_Selection
2577 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2578 | public static let categoryName = "SMSReceived_Selection"
2579 |
:
2741 |
2742 | /// Update (SMSReceived_Selection)
2743 | public static let update: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'update' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2744 | name: "Update",
2745 | id: 1336,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2772: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
2758 |
2759 | /// SystemSoundPreview_IgnoreRingerSwitch_NoVibe
2760 | public struct SystemSoundPreviewIgnoreRingerSwitchNoVibe: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitchNoVibe' conform to the 'Sendable' protocol
2761 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch_NoVibe"
2762 |
:
2770 |
2771 | /// Swish (SystemSoundPreview_IgnoreRingerSwitch_NoVibe)
2772 | public static let swish: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'swish' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2773 | name: "Swish",
2774 | id: 1318,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2965:27: warning: static property 'liveTranslationStart' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PersonalTranslator' may have shared mutable state; this is an error in the Swift 6 language mode
2946 |
2947 | /// PersonalTranslator
2948 | public struct PersonalTranslator: CaseIterable {
| `- note: consider making struct 'PersonalTranslator' conform to the 'Sendable' protocol
2949 | public static let categoryName = "PersonalTranslator"
2950 |
:
2963 | /// LiveTranslationStart (PersonalTranslator)
2964 | @available(iOS 26, *)
2965 | public static let liveTranslationStart: Self = .init(
| |- warning: static property 'liveTranslationStart' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PersonalTranslator' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'liveTranslationStart' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2966 | name: "LiveTranslationStart",
2967 | id: 1390,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2973:27: warning: static property 'liveTranslationStop' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PersonalTranslator' may have shared mutable state; this is an error in the Swift 6 language mode
2946 |
2947 | /// PersonalTranslator
2948 | public struct PersonalTranslator: CaseIterable {
| `- note: consider making struct 'PersonalTranslator' conform to the 'Sendable' protocol
2949 | public static let categoryName = "PersonalTranslator"
2950 |
:
2971 | /// LiveTranslationStop (PersonalTranslator)
2972 | @available(iOS 26, *)
2973 | public static let liveTranslationStop: Self = .init(
| |- warning: static property 'liveTranslationStop' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PersonalTranslator' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'liveTranslationStop' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2974 | name: "LiveTranslationStop",
2975 | id: 1391,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2981:27: warning: static property 'dualBudLongPressFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PersonalTranslator' may have shared mutable state; this is an error in the Swift 6 language mode
2946 |
2947 | /// PersonalTranslator
2948 | public struct PersonalTranslator: CaseIterable {
| `- note: consider making struct 'PersonalTranslator' conform to the 'Sendable' protocol
2949 | public static let categoryName = "PersonalTranslator"
2950 |
:
2979 | /// DualBudLongPressFailure (PersonalTranslator)
2980 | @available(iOS 26, *)
2981 | public static let dualBudLongPressFailure: Self = .init(
| |- warning: static property 'dualBudLongPressFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PersonalTranslator' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'dualBudLongPressFailure' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2982 | name: "DualBudLongPressFailure",
2983 | id: 1392,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3010: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
2996 |
2997 | /// PaymentFailure
2998 | public struct PaymentFailure: CaseIterable {
| `- note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
2999 | public static let categoryName = "PaymentFailure"
3000 |
:
3008 |
3009 | /// payment_failure (PaymentFailure)
3010 | public static let paymentFailure: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'paymentFailure' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3011 | name: "payment_failure",
3012 | id: 1395,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3017: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
2996 |
2997 | /// PaymentFailure
2998 | public struct PaymentFailure: CaseIterable {
| `- note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
2999 | public static let categoryName = "PaymentFailure"
3000 |
:
3015 |
3016 | /// nfc_scan_failure (PaymentFailure)
3017 | public static let nfcScanFailure: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'nfcScanFailure' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3018 | name: "nfc_scan_failure",
3019 | id: 1398,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376: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
3362 |
3363 | /// Alert_BatteryLow_Haptic
3364 | public struct AlertBatteryLowHaptic: CaseIterable {
| `- note: consider making struct 'AlertBatteryLowHaptic' conform to the 'Sendable' protocol
3365 | public static let categoryName = "Alert_BatteryLow_Haptic"
3366 |
:
3374 |
3375 | /// Alert_BatteryLow_10p_Haptic (Alert_BatteryLow_Haptic)
3376 | public static let alertBatteryLow10pHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'alertBatteryLow10pHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3377 | name: "Alert_BatteryLow_10p_Haptic",
3378 | id: 1433,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3405: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
3391 |
3392 | /// Alert_BatteryCritical_Haptic
3393 | public struct AlertBatteryCriticalHaptic: CaseIterable {
| `- note: consider making struct 'AlertBatteryCriticalHaptic' conform to the 'Sendable' protocol
3394 | public static let categoryName = "Alert_BatteryCritical_Haptic"
3395 |
:
3403 |
3404 | /// Alert_BatteryLow_5p_Haptic (Alert_BatteryCritical_Haptic)
3405 | public static let alertBatteryLow5pHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'alertBatteryLow5pHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3406 | name: "Alert_BatteryLow_5p_Haptic",
3407 | id: 1434,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3444: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
3430 |
3431 | /// Alert_Mail_Haptic
3432 | public struct AlertMailHaptic: CaseIterable {
| `- note: consider making struct 'AlertMailHaptic' conform to the 'Sendable' protocol
3433 | public static let categoryName = "Alert_Mail_Haptic"
3434 |
:
3442 |
3443 | /// Notification_Haptic (Alert_Mail_Haptic)
3444 | public static let notificationHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3445 | name: "Notification_Haptic",
3446 | id: 1436,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3473: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
3459 |
3460 | /// Alert_Messages_1_Haptic
3461 | public struct AlertMessages1Haptic: CaseIterable {
| `- note: consider making struct 'AlertMessages1Haptic' conform to the 'Sendable' protocol
3462 | public static let categoryName = "Alert_Messages_1_Haptic"
3463 |
:
3471 |
3472 | /// Notification_Haptic (Alert_Messages_1_Haptic)
3473 | public static let notificationHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3474 | name: "Notification_Haptic",
3475 | id: 1437,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3502: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
3488 |
3489 | /// Alert_Messages_2_Haptic
3490 | public struct AlertMessages2Haptic: CaseIterable {
| `- note: consider making struct 'AlertMessages2Haptic' conform to the 'Sendable' protocol
3491 | public static let categoryName = "Alert_Messages_2_Haptic"
3492 |
:
3500 |
3501 | /// Notification_Haptic (Alert_Messages_2_Haptic)
3502 | public static let notificationHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3503 | name: "Notification_Haptic",
3504 | id: 1438,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3531: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
3517 |
3518 | /// Alert_Messages_3_Haptic
3519 | public struct AlertMessages3Haptic: CaseIterable {
| `- note: consider making struct 'AlertMessages3Haptic' conform to the 'Sendable' protocol
3520 | public static let categoryName = "Alert_Messages_3_Haptic"
3521 |
:
3529 |
3530 | /// Notification_Haptic (Alert_Messages_3_Haptic)
3531 | public static let notificationHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3532 | name: "Notification_Haptic",
3533 | id: 1439,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3600: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
3586 |
3587 | /// Alert_Voicemail_Haptic
3588 | public struct AlertVoicemailHaptic: CaseIterable {
| `- note: consider making struct 'AlertVoicemailHaptic' conform to the 'Sendable' protocol
3589 | public static let categoryName = "Alert_Voicemail_Haptic"
3590 |
:
3598 |
3599 | /// Notification_Haptic (Alert_Voicemail_Haptic)
3600 | public static let notificationHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3601 | name: "Notification_Haptic",
3602 | id: 1444,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3669: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
3655 |
3656 | /// CameraShutter_Haptic
3657 | public struct CameraShutterHaptic: CaseIterable {
| `- note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
3658 | public static let categoryName = "CameraShutter_Haptic"
3659 |
:
3667 |
3668 | /// CameraShutter_Haptic (CameraShutter_Haptic)
3669 | public static let cameraShutterHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'cameraShutterHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3670 | name: "CameraShutter_Haptic",
3671 | id: 1449,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3676: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
3655 |
3656 | /// CameraShutter_Haptic
3657 | public struct CameraShutterHaptic: CaseIterable {
| `- note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
3658 | public static let categoryName = "CameraShutter_Haptic"
3659 |
:
3674 |
3675 | /// ScreenCapture (CameraShutter_Haptic)
3676 | public static let screenCapture: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'screenCapture' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3677 | name: "ScreenCapture",
3678 | id: 1573,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4145: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
4131 |
4132 | /// Alert_Mail_Salient_Haptic
4133 | public struct AlertMailSalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertMailSalientHaptic' conform to the 'Sendable' protocol
4134 | public static let categoryName = "Alert_Mail_Salient_Haptic"
4135 |
:
4143 |
4144 | /// Notification_Salient_Haptic (Alert_Mail_Salient_Haptic)
4145 | public static let notificationSalientHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationSalientHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4146 | name: "Notification_Salient_Haptic",
4147 | id: 1497,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4174: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
4160 |
4161 | /// Alert_Messages_1_Salient_Haptic
4162 | public struct AlertMessages1SalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertMessages1SalientHaptic' conform to the 'Sendable' protocol
4163 | public static let categoryName = "Alert_Messages_1_Salient_Haptic"
4164 |
:
4172 |
4173 | /// Notification_Salient_Haptic (Alert_Messages_1_Salient_Haptic)
4174 | public static let notificationSalientHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationSalientHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4175 | name: "Notification_Salient_Haptic",
4176 | id: 1498,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4213: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
4199 |
4200 | /// Alert_Voicemail_Salient_Haptic
4201 | public struct AlertVoicemailSalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertVoicemailSalientHaptic' conform to the 'Sendable' protocol
4202 | public static let categoryName = "Alert_Voicemail_Salient_Haptic"
4203 |
:
4211 |
4212 | /// Notification_Salient_Haptic (Alert_Voicemail_Salient_Haptic)
4213 | public static let notificationSalientHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'notificationSalientHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4214 | name: "Notification_Salient_Haptic",
4215 | id: 1500,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4332: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
4318 |
4319 | /// Alert_BatteryCritical_Salient_Haptic
4320 | public struct AlertBatteryCriticalSalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertBatteryCriticalSalientHaptic' conform to the 'Sendable' protocol
4321 | public static let categoryName = "Alert_BatteryCritical_Salient_Haptic"
4322 |
:
4330 |
4331 | /// Alert_BatteryLow_5p_Salient_Haptic (Alert_BatteryCritical_Salient_Haptic)
4332 | public static let alertBatteryLow5pSalientHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'alertBatteryLow5pSalientHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4333 | name: "Alert_BatteryLow_5p_Salient_Haptic",
4334 | id: 1510,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4721: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
4707 |
4708 | /// WorkoutStartAutoDetected_Haptic
4709 | public struct WorkoutStartAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutStartAutoDetectedHaptic' conform to the 'Sendable' protocol
4710 | public static let categoryName = "WorkoutStartAutoDetected_Haptic"
4711 |
:
4719 |
4720 | /// WorkoutStartAutodetect (WorkoutStartAutoDetected_Haptic)
4721 | public static let workoutStartAutodetect: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'workoutStartAutodetect' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4722 | name: "WorkoutStartAutodetect",
4723 | id: 1547,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4750: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
4736 |
4737 | /// WorkoutCompleteAutoDetected_Haptic
4738 | public struct WorkoutCompleteAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutCompleteAutoDetectedHaptic' conform to the 'Sendable' protocol
4739 | public static let categoryName = "WorkoutCompleteAutoDetected_Haptic"
4740 |
:
4748 |
4749 | /// WorkoutCompleteAutodetect (WorkoutCompleteAutoDetected_Haptic)
4750 | public static let workoutCompleteAutodetect: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'workoutCompleteAutodetect' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4751 | name: "WorkoutCompleteAutodetect",
4752 | id: 1548,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4779: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
4765 |
4766 | /// WorkoutPausedAutoDetected_Haptic
4767 | public struct WorkoutPausedAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutPausedAutoDetectedHaptic' conform to the 'Sendable' protocol
4768 | public static let categoryName = "WorkoutPausedAutoDetected_Haptic"
4769 |
:
4777 |
4778 | /// WorkoutPausedAutoDetect (WorkoutPausedAutoDetected_Haptic)
4779 | public static let workoutPausedAutoDetect: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'workoutPausedAutoDetect' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4780 | name: "WorkoutPausedAutoDetect",
4781 | id: 1549,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4808: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
4794 |
4795 | /// WorkoutResumedAutoDetected_Haptic
4796 | public struct WorkoutResumedAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutResumedAutoDetectedHaptic' conform to the 'Sendable' protocol
4797 | public static let categoryName = "WorkoutResumedAutoDetected_Haptic"
4798 |
:
4806 |
4807 | /// WorkoutResumedAutoDetect (WorkoutResumedAutoDetected_Haptic)
4808 | public static let workoutResumedAutoDetect: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'workoutResumedAutoDetect' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4809 | name: "WorkoutResumedAutoDetect",
4810 | id: 1550,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4837: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
4823 |
4824 | /// Alert_PaceAbove_Haptic
4825 | public struct AlertPaceAboveHaptic: CaseIterable {
| `- note: consider making struct 'AlertPaceAboveHaptic' conform to the 'Sendable' protocol
4826 | public static let categoryName = "Alert_PaceAbove_Haptic"
4827 |
:
4835 |
4836 | /// WorkoutPaceAbove (Alert_PaceAbove_Haptic)
4837 | public static let workoutPaceAbove: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'workoutPaceAbove' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4838 | name: "WorkoutPaceAbove",
4839 | id: 1551,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4866: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
4852 |
4853 | /// Alert_PaceBelow_Haptic
4854 | public struct AlertPaceBelowHaptic: CaseIterable {
| `- note: consider making struct 'AlertPaceBelowHaptic' conform to the 'Sendable' protocol
4855 | public static let categoryName = "Alert_PaceBelow_Haptic"
4856 |
:
4864 |
4865 | /// WorkoutPaceBelow (Alert_PaceBelow_Haptic)
4866 | public static let workoutPaceBelow: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'workoutPaceBelow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4867 | name: "WorkoutPaceBelow",
4868 | id: 1552,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4925: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
4911 |
4912 | /// Alert_VCGroupInvitation_Haptic
4913 | public struct AlertVCGroupInvitationHaptic: CaseIterable {
| `- note: consider making struct 'AlertVCGroupInvitationHaptic' conform to the 'Sendable' protocol
4914 | public static let categoryName = "Alert_VCGroupInvitation_Haptic"
4915 |
:
4923 |
4924 | /// MultiwayInvitation (Alert_VCGroupInvitation_Haptic)
4925 | public static let multiwayInvitation: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'multiwayInvitation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4926 | name: "MultiwayInvitation",
4927 | id: 1558,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4954: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
4940 |
4941 | /// Alert_Critical_Haptic
4942 | public struct AlertCriticalHaptic: CaseIterable {
| `- note: consider making struct 'AlertCriticalHaptic' conform to the 'Sendable' protocol
4943 | public static let categoryName = "Alert_Critical_Haptic"
4944 |
:
4952 |
4953 | /// 3rd_Party_Critical_Haptic (Alert_Critical_Haptic)
4954 | public static let _3rdPartyCriticalHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property '_3rdPartyCriticalHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4955 | name: "3rd_Party_Critical_Haptic",
4956 | id: 1559,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4983: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
4969 |
4970 | /// Alert_FirstParty_Haptic
4971 | public struct AlertFirstPartyHaptic: CaseIterable {
| `- note: consider making struct 'AlertFirstPartyHaptic' conform to the 'Sendable' protocol
4972 | public static let categoryName = "Alert_FirstParty_Haptic"
4973 |
:
4981 |
4982 | /// Alert_1stParty_Haptic (Alert_FirstParty_Haptic)
4983 | public static let alert1stPartyHaptic: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'alert1stPartyHaptic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4984 | name: "Alert_1stParty_Haptic",
4985 | id: 1560,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5012: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
4998 |
4999 | /// Alert_HealthNotificationUrgent_Haptic
5000 | public struct AlertHealthNotificationUrgentHaptic: CaseIterable {
| `- note: consider making struct 'AlertHealthNotificationUrgentHaptic' conform to the 'Sendable' protocol
5001 | public static let categoryName = "Alert_HealthNotificationUrgent_Haptic"
5002 |
:
5010 |
5011 | /// HealthNotificationUrgent (Alert_HealthNotificationUrgent_Haptic)
5012 | public static let healthNotificationUrgent: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'healthNotificationUrgent' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5013 | name: "HealthNotificationUrgent",
5014 | id: 1561,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5146: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
5132 |
5133 | /// HeadphoneAudioExposureLimitExceeded_Haptic
5134 | public struct HeadphoneAudioExposureLimitExceededHaptic: CaseIterable {
| `- note: consider making struct 'HeadphoneAudioExposureLimitExceededHaptic' conform to the 'Sendable' protocol
5135 | public static let categoryName = "HeadphoneAudioExposureLimitExceeded_Haptic"
5136 |
:
5144 |
5145 | /// HeadphoneAudioExposureLimitExceeded (HeadphoneAudioExposureLimitExceeded_Haptic)
5146 | public static let headphoneAudioExposureLimitExceeded: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'headphoneAudioExposureLimitExceeded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5147 | name: "HeadphoneAudioExposureLimitExceeded",
5148 | id: 1572,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5200: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
5183 |
5184 | /// PushToTalkJoined_Haptic
5185 | public struct PushToTalkJoinedHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkJoinedHaptic' conform to the 'Sendable' protocol
5186 | public static let categoryName = "PushToTalkJoined_Haptic"
5187 |
:
5198 | /// PushToTalkJoined (PushToTalkJoined_Haptic)
5199 | @available(iOS 16.2, *)
5200 | public static let pushToTalkJoined: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'pushToTalkJoined' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5201 | name: "PushToTalkJoined",
5202 | id: 1576,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5232: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
5215 |
5216 | /// PushToTalkLeft_Haptic
5217 | public struct PushToTalkLeftHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkLeftHaptic' conform to the 'Sendable' protocol
5218 | public static let categoryName = "PushToTalkLeft_Haptic"
5219 |
:
5230 | /// PushToTalkLeft (PushToTalkLeft_Haptic)
5231 | @available(iOS 16.2, *)
5232 | public static let pushToTalkLeft: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'pushToTalkLeft' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5233 | name: "PushToTalkLeft",
5234 | id: 1577,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5264: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
5247 |
5248 | /// PushToTalkUnmute_Haptic
5249 | public struct PushToTalkUnmuteHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkUnmuteHaptic' conform to the 'Sendable' protocol
5250 | public static let categoryName = "PushToTalkUnmute_Haptic"
5251 |
:
5262 | /// PushToTalkUnmute (PushToTalkUnmute_Haptic)
5263 | @available(iOS 16.2, *)
5264 | public static let pushToTalkUnmute: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'pushToTalkUnmute' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5265 | name: "PushToTalkUnmute",
5266 | id: 1578,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5296: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
5279 |
5280 | /// PushToTalkMute_Haptic
5281 | public struct PushToTalkMuteHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkMuteHaptic' conform to the 'Sendable' protocol
5282 | public static let categoryName = "PushToTalkMute_Haptic"
5283 |
:
5294 | /// PushToTalkMute (PushToTalkMute_Haptic)
5295 | @available(iOS 16.2, *)
5296 | public static let pushToTalkMute: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'pushToTalkMute' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5297 | name: "PushToTalkMute",
5298 | id: 1579,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5328: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
5311 |
5312 | /// PushToTalkUnmuteFail_Haptic
5313 | public struct PushToTalkUnmuteFailHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkUnmuteFailHaptic' conform to the 'Sendable' protocol
5314 | public static let categoryName = "PushToTalkUnmuteFail_Haptic"
5315 |
:
5326 | /// PushToTalkUnmuteFail (PushToTalkUnmuteFail_Haptic)
5327 | @available(iOS 16.2, *)
5328 | public static let pushToTalkUnmuteFail: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'pushToTalkUnmuteFail' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5329 | name: "PushToTalkUnmuteFail",
5330 | id: 1580,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5371: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
5354 |
5355 | /// Alert_IntervalEnded_Haptic
5356 | public struct AlertIntervalEndedHaptic: CaseIterable {
| `- note: consider making struct 'AlertIntervalEndedHaptic' conform to the 'Sendable' protocol
5357 | public static let categoryName = "Alert_IntervalEnded_Haptic"
5358 |
:
5369 | /// IntervalEnded (Alert_IntervalEnded_Haptic)
5370 | @available(iOS 16.2, *)
5371 | public static let intervalEnded: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'intervalEnded' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5372 | name: "IntervalEnded",
5373 | id: 1582,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5403: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
5386 |
5387 | /// Alert_IntervalUpcoming_Haptic
5388 | public struct AlertIntervalUpcomingHaptic: CaseIterable {
| `- note: consider making struct 'AlertIntervalUpcomingHaptic' conform to the 'Sendable' protocol
5389 | public static let categoryName = "Alert_IntervalUpcoming_Haptic"
5390 |
:
5401 | /// IntervalUpcoming (Alert_IntervalUpcoming_Haptic)
5402 | @available(iOS 16.2, *)
5403 | public static let intervalUpcoming: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'intervalUpcoming' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5404 | name: "IntervalUpcoming",
5405 | id: 1583,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5435: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
5418 |
5419 | /// Elevation_Alert_Haptic
5420 | public struct ElevationAlertHaptic: CaseIterable {
| `- note: consider making struct 'ElevationAlertHaptic' conform to the 'Sendable' protocol
5421 | public static let categoryName = "Elevation_Alert_Haptic"
5422 |
:
5433 | /// Elevation (Elevation_Alert_Haptic)
5434 | @available(iOS 17, *)
5435 | public static let elevation: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'elevation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5436 | name: "Elevation",
5437 | id: 1584,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5467: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
5450 |
5451 | /// IDCard_Sender_Confirmation_Haptic
5452 | public struct IdCardSenderConfirmationHaptic: CaseIterable {
| `- note: consider making struct 'IdCardSenderConfirmationHaptic' conform to the 'Sendable' protocol
5453 | public static let categoryName = "IDCard_Sender_Confirmation_Haptic"
5454 |
:
5465 | /// SenderConfirmation (IDCard_Sender_Confirmation_Haptic)
5466 | @available(iOS 17, *)
5467 | public static let senderConfirmation: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'senderConfirmation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5468 | name: "SenderConfirmation",
5469 | id: 1585,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5499: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
5482 |
5483 | /// IDCard_Receiver_Confirmation_Haptic
5484 | public struct IdCardReceiverConfirmationHaptic: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConfirmationHaptic' conform to the 'Sendable' protocol
5485 | public static let categoryName = "IDCard_Receiver_Confirmation_Haptic"
5486 |
:
5497 | /// ReceiverConfirmation (IDCard_Receiver_Confirmation_Haptic)
5498 | @available(iOS 17, *)
5499 | public static let receiverConfirmation: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'receiverConfirmation' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5500 | name: "ReceiverConfirmation",
5501 | id: 1586,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5531: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
5514 |
5515 | /// IDCard_Receiver_Connect_Haptic
5516 | public struct IdCardReceiverConnectHaptic: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConnectHaptic' conform to the 'Sendable' protocol
5517 | public static let categoryName = "IDCard_Receiver_Connect_Haptic"
5518 |
:
5529 | /// ReceiverConnect (IDCard_Receiver_Connect_Haptic)
5530 | @available(iOS 17, *)
5531 | public static let receiverConnect: Self = .init(
| |- 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
| |- note: add '@MainActor' to make static property 'receiverConnect' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5532 | name: "ReceiverConnect",
5533 | id: 1587,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5563:27: warning: static property 'satelliteMessageSent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SatelliteMessageSentHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5546 |
5547 | /// Satellite_Message_Sent_Haptic
5548 | public struct SatelliteMessageSentHaptic: CaseIterable {
| `- note: consider making struct 'SatelliteMessageSentHaptic' conform to the 'Sendable' protocol
5549 | public static let categoryName = "Satellite_Message_Sent_Haptic"
5550 |
:
5561 | /// SatelliteMessageSent (Satellite_Message_Sent_Haptic)
5562 | @available(iOS 26, *)
5563 | public static let satelliteMessageSent: Self = .init(
| |- warning: static property 'satelliteMessageSent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SatelliteMessageSentHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'satelliteMessageSent' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5564 | name: "SatelliteMessageSent",
5565 | id: 1589,
Build complete! (6.84s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SystemSound",
"name" : "SystemSound",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemSound",
"targets" : [
"SystemSound"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemSoundTests",
"module_type" : "SwiftTarget",
"name" : "SystemSoundTests",
"path" : "Tests/SystemSoundTests",
"sources" : [
"SystemSoundTests.swift"
],
"target_dependencies" : [
"SystemSound"
],
"type" : "test"
},
{
"c99name" : "SystemSound",
"module_type" : "SwiftTarget",
"name" : "SystemSound",
"path" : "Sources/SystemSound",
"product_memberships" : [
"SystemSound"
],
"sources" : [
"SystemSound.swift",
"SystemSoundKeys.swift",
"SystemSoundKind.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.