Build Information
Successful build of SystemSound, reference 0.7.0 (cb4327
), with Swift 6.1 for macOS (SPM) on 1 May 2025 01:48:41 UTC.
Swift 6 data race errors: 186
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 InferSendableFromCaptures
Build Log
:
460 |
461 | /// Fanfare (SMSReceived_Alert)
462 | public static let fanfare: Self = .init(
| |- warning: static property 'fanfare' 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 'fanfare' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
463 | name: "Fanfare",
464 | id: 1025,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:469:27: warning: static property 'ladder' 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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
467 |
468 | /// Ladder (SMSReceived_Alert)
469 | public static let ladder: Self = .init(
| |- warning: static property 'ladder' 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 'ladder' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
470 | name: "Ladder",
471 | id: 1026,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:476:27: warning: static property 'minuet' 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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
474 |
475 | /// Minuet (SMSReceived_Alert)
476 | public static let minuet: Self = .init(
| |- warning: static property 'minuet' 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 'minuet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
477 | name: "Minuet",
478 | id: 1027,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:483:27: warning: static property 'newsFlash' 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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
481 |
482 | /// News_Flash (SMSReceived_Alert)
483 | public static let newsFlash: Self = .init(
| |- warning: static property 'newsFlash' 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 'newsFlash' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
484 | name: "News_Flash",
485 | id: 1028,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:490:27: warning: static property 'noir' 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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
488 |
489 | /// Noir (SMSReceived_Alert)
490 | public static let noir: Self = .init(
| |- warning: static property 'noir' 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 'noir' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
491 | name: "Noir",
492 | id: 1029,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:497:27: warning: static property 'sherwoodForest' 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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
495 |
496 | /// Sherwood_Forest (SMSReceived_Alert)
497 | public static let sherwoodForest: Self = .init(
| |- warning: static property 'sherwoodForest' 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 'sherwoodForest' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
498 | name: "Sherwood_Forest",
499 | id: 1030,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:504: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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
502 |
503 | /// Spell (SMSReceived_Alert)
504 | 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
505 | name: "Spell",
506 | id: 1031,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:511: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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
509 |
510 | /// Suspense (SMSReceived_Alert)
511 | 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
512 | name: "Suspense",
513 | id: 1032,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:518: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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
516 |
517 | /// Telegraph (SMSReceived_Alert)
518 | 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
519 | name: "Telegraph",
520 | id: 1033,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:525: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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
523 |
524 | /// Tiptoes (SMSReceived_Alert)
525 | 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
526 | name: "Tiptoes",
527 | id: 1034,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:532: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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
530 |
531 | /// Typewriters (SMSReceived_Alert)
532 | 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
533 | name: "Typewriters",
534 | id: 1035,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:539: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
371 |
372 | /// SMSReceived_Alert
373 | public struct SMSReceivedAlert: CaseIterable {
| `- note: consider making struct 'SMSReceivedAlert' conform to the 'Sendable' protocol
374 | public static let categoryName = "SMSReceived_Alert"
375 |
:
537 |
538 | /// Update (SMSReceived_Alert)
539 | 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
540 | name: "Update",
541 | id: 1036,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:568: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
554 |
555 | /// SMSReceived_Vibrate
556 | public struct SMSReceivedVibrate: CaseIterable {
| `- note: consider making struct 'SMSReceivedVibrate' conform to the 'Sendable' protocol
557 | public static let categoryName = "SMSReceived_Vibrate"
558 |
:
566 |
567 | /// (SMSReceived_Vibrate)
568 | 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
569 | name: "",
570 | id: 1011, // or 1311
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:597: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
583 |
584 | /// UserAlert
585 | public struct UserAlert: CaseIterable {
| `- note: consider making struct 'UserAlert' conform to the 'Sendable' protocol
586 | public static let categoryName = "UserAlert"
587 |
:
595 |
596 | /// sms-received1 (UserAlert)
597 | 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
598 | name: "sms-received1",
599 | id: 1015,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:604:27: warning: static property 'userAlert' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UserAlert' may have shared mutable state; this is an error in the Swift 6 language mode
583 |
584 | /// UserAlert
585 | public struct UserAlert: CaseIterable {
| `- note: consider making struct 'UserAlert' conform to the 'Sendable' protocol
586 | public static let categoryName = "UserAlert"
587 |
:
602 |
603 | /// (UserAlert)
604 | 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
605 | name: "",
606 | id: 4096,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:633:27: warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ReminderAlert' may have shared mutable state; this is an error in the Swift 6 language mode
619 |
620 | /// ReminderAlert
621 | public struct ReminderAlert: CaseIterable {
| `- note: consider making struct 'ReminderAlert' conform to the 'Sendable' protocol
622 | public static let categoryName = "ReminderAlert"
623 |
:
631 |
632 | /// alarm (ReminderAlert)
633 | 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
634 | name: "alarm",
635 | id: 1017,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:662:27: warning: static property 'ussd' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.UssdAlert' may have shared mutable state; this is an error in the Swift 6 language mode
648 |
649 | /// USSDAlert
650 | public struct UssdAlert: CaseIterable {
| `- note: consider making struct 'UssdAlert' conform to the 'Sendable' protocol
651 | public static let categoryName = "USSDAlert"
652 |
:
660 |
661 | /// ussd (USSDAlert)
662 | 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
663 | name: "ussd",
664 | id: 1050,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:691:27: warning: static property 'simToolkitCallDropped' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
677 |
678 | /// SIMToolkitTone
679 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
680 | public static let categoryName = "SIMToolkitTone"
681 |
:
689 |
690 | /// SIMToolkitCallDropped (SIMToolkitTone)
691 | 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
692 | name: "SIMToolkitCallDropped",
693 | id: 1051,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:698:27: warning: static property 'simToolkitGeneralBeep' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
677 |
678 | /// SIMToolkitTone
679 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
680 | public static let categoryName = "SIMToolkitTone"
681 |
:
696 |
697 | /// SIMToolkitGeneralBeep (SIMToolkitTone)
698 | 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
699 | name: "SIMToolkitGeneralBeep",
700 | id: 1052,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:705:27: warning: static property 'simToolkitNegativeACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
677 |
678 | /// SIMToolkitTone
679 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
680 | public static let categoryName = "SIMToolkitTone"
681 |
:
703 |
704 | /// SIMToolkitNegativeACK (SIMToolkitTone)
705 | 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
706 | name: "SIMToolkitNegativeACK",
707 | id: 1053,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:712:27: warning: static property 'simToolkitPositiveACK' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
677 |
678 | /// SIMToolkitTone
679 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
680 | public static let categoryName = "SIMToolkitTone"
681 |
:
710 |
711 | /// SIMToolkitPositiveACK (SIMToolkitTone)
712 | 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
713 | name: "SIMToolkitPositiveACK",
714 | id: 1054,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:719:27: warning: static property 'simToolkitSMS' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SimToolkitTone' may have shared mutable state; this is an error in the Swift 6 language mode
677 |
678 | /// SIMToolkitTone
679 | public struct SimToolkitTone: CaseIterable {
| `- note: consider making struct 'SimToolkitTone' conform to the 'Sendable' protocol
680 | public static let categoryName = "SIMToolkitTone"
681 |
:
717 |
718 | /// SIMToolkitSMS (SIMToolkitTone)
719 | 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
720 | name: "SIMToolkitSMS",
721 | id: 1055,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:748:27: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PinKeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
734 |
735 | /// PINKeyPressed
736 | public struct PinKeyPressed: CaseIterable {
| `- note: consider making struct 'PinKeyPressed' conform to the 'Sendable' protocol
737 | public static let categoryName = "PINKeyPressed"
738 |
:
746 |
747 | /// Tink (PINKeyPressed)
748 | 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
749 | name: "Tink",
750 | id: 1057,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:780:27: warning: static property 'webcamStart' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WebcamStartAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
763 |
764 | /// WebcamStartAlwaysHeard
765 | public struct WebcamStartAlwaysHeard: CaseIterable {
| `- note: consider making struct 'WebcamStartAlwaysHeard' conform to the 'Sendable' protocol
766 | public static let categoryName = "WebcamStartAlwaysHeard"
767 |
:
778 | /// WebcamStart (WebcamStartAlwaysHeard)
779 | @available(iOS 16, *)
780 | 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
781 | name: "WebcamStart",
782 | id: 1060,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:812:27: warning: static property 'liquidDetected' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.LiquidDetectedAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
795 |
796 | /// LiquidDetectedAlwaysHeard
797 | public struct LiquidDetectedAlwaysHeard: CaseIterable {
| `- note: consider making struct 'LiquidDetectedAlwaysHeard' conform to the 'Sendable' protocol
798 | public static let categoryName = "LiquidDetectedAlwaysHeard"
799 |
:
810 | /// LiquidDetected (LiquidDetectedAlwaysHeard)
811 | @available(iOS 17, *)
812 | 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
813 | name: "LiquidDetected",
814 | id: 1061,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:841:27: warning: static property 'ctBusy' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneBusy' may have shared mutable state; this is an error in the Swift 6 language mode
827 |
828 | /// AudioToneBusy
829 | public struct AudioToneBusy: CaseIterable {
| `- note: consider making struct 'AudioToneBusy' conform to the 'Sendable' protocol
830 | public static let categoryName = "AudioToneBusy"
831 |
:
839 |
840 | /// ct-busy (AudioToneBusy)
841 | 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
842 | name: "ct-busy",
843 | id: 1070,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:870:27: warning: static property 'ctCongestion' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCongestion' may have shared mutable state; this is an error in the Swift 6 language mode
856 |
857 | /// AudioToneCongestion
858 | public struct AudioToneCongestion: CaseIterable {
| `- note: consider making struct 'AudioToneCongestion' conform to the 'Sendable' protocol
859 | public static let categoryName = "AudioToneCongestion"
860 |
:
868 |
869 | /// ct-congestion (AudioToneCongestion)
870 | 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
871 | name: "ct-congestion",
872 | id: 1071,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:899:27: warning: static property 'ctPathAck' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioTonePathAcknowledge' may have shared mutable state; this is an error in the Swift 6 language mode
885 |
886 | /// AudioTonePathAcknowledge
887 | public struct AudioTonePathAcknowledge: CaseIterable {
| `- note: consider making struct 'AudioTonePathAcknowledge' conform to the 'Sendable' protocol
888 | public static let categoryName = "AudioTonePathAcknowledge"
889 |
:
897 |
898 | /// ct-path-ack (AudioTonePathAcknowledge)
899 | 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
900 | name: "ct-path-ack",
901 | id: 1072,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:928:27: warning: static property 'ctError' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneError' may have shared mutable state; this is an error in the Swift 6 language mode
914 |
915 | /// AudioToneError
916 | public struct AudioToneError: CaseIterable {
| `- note: consider making struct 'AudioToneError' conform to the 'Sendable' protocol
917 | public static let categoryName = "AudioToneError"
918 |
:
926 |
927 | /// ct-error (AudioToneError)
928 | 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
929 | name: "ct-error",
930 | id: 1073,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:957:27: warning: static property 'ctCallWaiting' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneCallWaiting' may have shared mutable state; this is an error in the Swift 6 language mode
943 |
944 | /// AudioToneCallWaiting
945 | public struct AudioToneCallWaiting: CaseIterable {
| `- note: consider making struct 'AudioToneCallWaiting' conform to the 'Sendable' protocol
946 | public static let categoryName = "AudioToneCallWaiting"
947 |
:
955 |
956 | /// ct-call-waiting (AudioToneCallWaiting)
957 | 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
958 | name: "ct-call-waiting",
959 | id: 1074,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:986:27: warning: static property 'ctKeytone2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AudioToneKey2' may have shared mutable state; this is an error in the Swift 6 language mode
972 |
973 | /// AudioToneKey2
974 | public struct AudioToneKey2: CaseIterable {
| `- note: consider making struct 'AudioToneKey2' conform to the 'Sendable' protocol
975 | public static let categoryName = "AudioToneKey2"
976 |
:
984 |
985 | /// ct-keytone2 (AudioToneKey2)
986 | 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
987 | name: "ct-keytone2",
988 | id: 1075,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1015:27: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ScreenLocked' may have shared mutable state; this is an error in the Swift 6 language mode
1001 |
1002 | /// ScreenLocked
1003 | public struct ScreenLocked: CaseIterable {
| `- note: consider making struct 'ScreenLocked' conform to the 'Sendable' protocol
1004 | public static let categoryName = "ScreenLocked"
1005 |
:
1013 |
1014 | /// lock (ScreenLocked)
1015 | 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
1016 | name: "lock",
1017 | id: 1100,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1054:27: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1040 |
1041 | /// KeyPressed
1042 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1043 | public static let categoryName = "KeyPressed"
1044 |
:
1052 |
1053 | /// Tink (KeyPressed)
1054 | 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
1055 | name: "Tink",
1056 | id: 1103,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1061:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1040 |
1041 | /// KeyPressed
1042 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1043 | public static let categoryName = "KeyPressed"
1044 |
:
1059 |
1060 | /// key_press_click (KeyPressed)
1061 | 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
1062 | name: "key_press_click",
1063 | id: 1104,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1068:27: warning: static property 'tock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1040 |
1041 | /// KeyPressed
1042 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1043 | public static let categoryName = "KeyPressed"
1044 |
:
1066 |
1067 | /// Tock (KeyPressed)
1068 | 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
1069 | name: "Tock",
1070 | id: 1105,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1075:27: warning: static property 'keyPressDelete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1040 |
1041 | /// KeyPressed
1042 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1043 | public static let categoryName = "KeyPressed"
1044 |
:
1073 |
1074 | /// key_press_delete (KeyPressed)
1075 | 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
1076 | name: "key_press_delete",
1077 | id: 1155,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1082:27: warning: static property 'keyPressModifier' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1040 |
1041 | /// KeyPressed
1042 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1043 | public static let categoryName = "KeyPressed"
1044 |
:
1080 |
1081 | /// key_press_modifier (KeyPressed)
1082 | 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
1083 | name: "key_press_modifier",
1084 | id: 1156,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1089:27: warning: static property 'wheelsOfTime' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressed' may have shared mutable state; this is an error in the Swift 6 language mode
1040 |
1041 | /// KeyPressed
1042 | public struct KeyPressed: CaseIterable {
| `- note: consider making struct 'KeyPressed' conform to the 'Sendable' protocol
1043 | public static let categoryName = "KeyPressed"
1044 |
:
1087 |
1088 | /// wheels_of_time (KeyPressed)
1089 | 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
1090 | name: "wheels_of_time",
1091 | id: 1157,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1118:27: warning: static property 'connectPower' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ConnectedToPower' may have shared mutable state; this is an error in the Swift 6 language mode
1104 |
1105 | /// ConnectedToPower
1106 | public struct ConnectedToPower: CaseIterable {
| `- note: consider making struct 'ConnectedToPower' conform to the 'Sendable' protocol
1107 | public static let categoryName = "ConnectedToPower"
1108 |
:
1116 |
1117 | /// connect_power (ConnectedToPower)
1118 | 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
1119 | name: "connect_power",
1120 | id: 1106,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1147:27: warning: static property 'ringerChanged' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.RingerSwitchIndication' may have shared mutable state; this is an error in the Swift 6 language mode
1133 |
1134 | /// RingerSwitchIndication
1135 | public struct RingerSwitchIndication: CaseIterable {
| `- note: consider making struct 'RingerSwitchIndication' conform to the 'Sendable' protocol
1136 | public static let categoryName = "RingerSwitchIndication"
1137 |
:
1145 |
1146 | /// RingerChanged (RingerSwitchIndication)
1147 | 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
1148 | name: "RingerChanged",
1149 | id: 1107,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1176:27: warning: static property 'photoShutter' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutter' may have shared mutable state; this is an error in the Swift 6 language mode
1162 |
1163 | /// CameraShutter
1164 | public struct CameraShutter: CaseIterable {
| `- note: consider making struct 'CameraShutter' conform to the 'Sendable' protocol
1165 | public static let categoryName = "CameraShutter"
1166 |
:
1174 |
1175 | /// photoShutter (CameraShutter)
1176 | 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
1177 | name: "photoShutter",
1178 | id: 1108,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1205:27: warning: static property 'shake' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ShakeToShuffle' may have shared mutable state; this is an error in the Swift 6 language mode
1191 |
1192 | /// ShakeToShuffle
1193 | public struct ShakeToShuffle: CaseIterable {
| `- note: consider making struct 'ShakeToShuffle' conform to the 'Sendable' protocol
1194 | public static let categoryName = "ShakeToShuffle"
1195 |
:
1203 |
1204 | /// shake (ShakeToShuffle)
1205 | 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
1206 | name: "shake",
1207 | id: 1109,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1264:27: warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1250 |
1251 | /// BeginRecording
1252 | public struct BeginRecording: CaseIterable {
| `- note: consider making struct 'BeginRecording' conform to the 'Sendable' protocol
1253 | public static let categoryName = "BeginRecording"
1254 |
:
1262 |
1263 | /// begin_record (BeginRecording)
1264 | 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
1265 | name: "begin_record",
1266 | id: 1113,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1293:27: warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1279 |
1280 | /// EndRecording
1281 | public struct EndRecording: CaseIterable {
| `- note: consider making struct 'EndRecording' conform to the 'Sendable' protocol
1282 | public static let categoryName = "EndRecording"
1283 |
:
1291 |
1292 | /// end_record (EndRecording)
1293 | 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
1294 | name: "end_record",
1295 | id: 1114,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1342:27: warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginVideoRecordingAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
1328 |
1329 | /// BeginVideoRecordingAlwaysHeard
1330 | public struct BeginVideoRecordingAlwaysHeard: CaseIterable {
| `- note: consider making struct 'BeginVideoRecordingAlwaysHeard' conform to the 'Sendable' protocol
1331 | public static let categoryName = "BeginVideoRecordingAlwaysHeard"
1332 |
:
1340 |
1341 | /// begin_record (BeginVideoRecordingAlwaysHeard)
1342 | public static let beginRecord: Self = .init(
| |- warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginVideoRecordingAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
1343 | name: "begin_record",
1344 | id: 1117,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1371:27: warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndVideoRecordingAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
1357 |
1358 | /// EndVideoRecordingAlwaysHeard
1359 | public struct EndVideoRecordingAlwaysHeard: CaseIterable {
| `- note: consider making struct 'EndVideoRecordingAlwaysHeard' conform to the 'Sendable' protocol
1360 | public static let categoryName = "EndVideoRecordingAlwaysHeard"
1361 |
:
1369 |
1370 | /// end_record (EndVideoRecordingAlwaysHeard)
1371 | public static let endRecord: Self = .init(
| |- warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndVideoRecordingAlwaysHeard' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
1372 | name: "end_record",
1373 | id: 1118,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1400:27: warning: static property 'cameraShutterBurst' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
1386 |
1387 | /// CameraShutterAlt
1388 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1389 | public static let categoryName = "CameraShutterAlt"
1390 |
:
1398 |
1399 | /// camera_shutter_burst (CameraShutterAlt)
1400 | 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
1401 | name: "camera_shutter_burst",
1402 | id: 1119,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1407:27: warning: static property 'cameraShutterBurstBegin' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
1386 |
1387 | /// CameraShutterAlt
1388 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1389 | public static let categoryName = "CameraShutterAlt"
1390 |
:
1405 |
1406 | /// camera_shutter_burst_begin (CameraShutterAlt)
1407 | 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
1408 | name: "camera_shutter_burst_begin",
1409 | id: 1121,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1414:27: warning: static property 'cameraShutterBurstEnd' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
1386 |
1387 | /// CameraShutterAlt
1388 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1389 | public static let categoryName = "CameraShutterAlt"
1390 |
:
1412 |
1413 | /// camera_shutter_burst_end (CameraShutterAlt)
1414 | 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
1415 | name: "camera_shutter_burst_end",
1416 | id: 1122,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1421:27: warning: static property 'cameraTimerFinalSecond' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
1386 |
1387 | /// CameraShutterAlt
1388 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1389 | public static let categoryName = "CameraShutterAlt"
1390 |
:
1419 |
1420 | /// camera_timer_final_second (CameraShutterAlt)
1421 | 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
1422 | name: "camera_timer_final_second",
1423 | id: 1260,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1428:27: warning: static property 'cameraTimerCountdown' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
1386 |
1387 | /// CameraShutterAlt
1388 | public struct CameraShutterAlt: CaseIterable {
| `- note: consider making struct 'CameraShutterAlt' conform to the 'Sendable' protocol
1389 | public static let categoryName = "CameraShutterAlt"
1390 |
:
1426 |
1427 | /// camera_timer_countdown (CameraShutterAlt)
1428 | 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
1429 | name: "camera_timer_countdown",
1430 | id: 1261,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1460:27: warning: static property 'airdropInvite' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AirDropInvitation' may have shared mutable state; this is an error in the Swift 6 language mode
1443 |
1444 | /// AirDropInvitation
1445 | public struct AirDropInvitation: CaseIterable {
| `- note: consider making struct 'AirDropInvitation' conform to the 'Sendable' protocol
1446 | public static let categoryName = "AirDropInvitation"
1447 |
:
1458 | /// airdrop_invite (AirDropInvitation)
1459 | @available(iOS 17, *)
1460 | 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
1461 | name: "airdrop_invite",
1462 | id: 1120,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1489:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressClickRemote' may have shared mutable state; this is an error in the Swift 6 language mode
1475 |
1476 | /// KeyPressClick_Remote
1477 | public struct KeyPressClickRemote: CaseIterable {
| `- note: consider making struct 'KeyPressClickRemote' conform to the 'Sendable' protocol
1478 | public static let categoryName = "KeyPressClick_Remote"
1479 |
:
1487 |
1488 | /// key_press_click (KeyPressClick_Remote)
1489 | 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
1490 | name: "key_press_click",
1491 | id: 1123,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1548:27: warning: static property 'ctCallWaiting' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.VCCallWaiting' may have shared mutable state; this is an error in the Swift 6 language mode
1534 |
1535 | /// VCCallWaiting
1536 | public struct VCCallWaiting: CaseIterable {
| `- note: consider making struct 'VCCallWaiting' conform to the 'Sendable' protocol
1537 | public static let categoryName = "VCCallWaiting"
1538 |
:
1546 |
1547 | /// ct-call-waiting (VCCallWaiting)
1548 | 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
1549 | name: "ct-call-waiting",
1550 | id: 1153,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1577:27: warning: static property 'vcRinging' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.VCCallUpgrade' may have shared mutable state; this is an error in the Swift 6 language mode
1563 |
1564 | /// VCCallUpgrade
1565 | public struct VCCallUpgrade: CaseIterable {
| `- note: consider making struct 'VCCallUpgrade' conform to the 'Sendable' protocol
1566 | public static let categoryName = "VCCallUpgrade"
1567 |
:
1575 |
1576 | /// vc~ringing (VCCallUpgrade)
1577 | 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
1578 | name: "vc~ringing",
1579 | id: 1154,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1626:27: warning: static property 'nfcScanComplete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentSuccess' may have shared mutable state; this is an error in the Swift 6 language mode
1612 |
1613 | /// PaymentSuccess
1614 | public struct PaymentSuccess: CaseIterable {
| `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1615 | public static let categoryName = "PaymentSuccess"
1616 |
:
1624 |
1625 | /// nfc_scan_complete (PaymentSuccess)
1626 | 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
1627 | name: "nfc_scan_complete",
1628 | id: 1160,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1633:27: warning: static property 'accessScanComplete' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentSuccess' may have shared mutable state; this is an error in the Swift 6 language mode
1612 |
1613 | /// PaymentSuccess
1614 | public struct PaymentSuccess: CaseIterable {
| `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1615 | public static let categoryName = "PaymentSuccess"
1616 |
:
1631 |
1632 | /// access_scan_complete (PaymentSuccess)
1633 | 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
1634 | name: "access_scan_complete",
1635 | id: 1163,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1640:27: warning: static property 'paymentSuccess' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentSuccess' may have shared mutable state; this is an error in the Swift 6 language mode
1612 |
1613 | /// PaymentSuccess
1614 | public struct PaymentSuccess: CaseIterable {
| `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1615 | public static let categoryName = "PaymentSuccess"
1616 |
:
1638 |
1639 | /// payment_success (PaymentSuccess)
1640 | 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
1641 | name: "payment_success",
1642 | id: 1394,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1699:27: warning: static property '_3rdPartyCritical' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CriticalAlert' may have shared mutable state; this is an error in the Swift 6 language mode
1685 |
1686 | /// Critical_Alert
1687 | public struct CriticalAlert: CaseIterable {
| `- note: consider making struct 'CriticalAlert' conform to the 'Sendable' protocol
1688 | public static let categoryName = "Critical_Alert"
1689 |
:
1697 |
1698 | /// 3rd_party_critical (Critical_Alert)
1699 | 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
1700 | name: "3rd_party_critical",
1701 | id: 1165,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1793:27: warning: static property 'dtmf0' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1791 |
1792 | /// dtmf-0 (TouchTone)
1793 | 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
1794 | name: "dtmf-0",
1795 | id: 1200,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1800:27: warning: static property 'dtmf1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1798 |
1799 | /// dtmf-1 (TouchTone)
1800 | 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
1801 | name: "dtmf-1",
1802 | id: 1201,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1807:27: warning: static property 'dtmf2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1805 |
1806 | /// dtmf-2 (TouchTone)
1807 | 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
1808 | name: "dtmf-2",
1809 | id: 1202,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1814:27: warning: static property 'dtmf3' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1812 |
1813 | /// dtmf-3 (TouchTone)
1814 | 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
1815 | name: "dtmf-3",
1816 | id: 1203,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1821:27: warning: static property 'dtmf4' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1819 |
1820 | /// dtmf-4 (TouchTone)
1821 | 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
1822 | name: "dtmf-4",
1823 | id: 1204,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1828:27: warning: static property 'dtmf5' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1826 |
1827 | /// dtmf-5 (TouchTone)
1828 | 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
1829 | name: "dtmf-5",
1830 | id: 1205,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1835:27: warning: static property 'dtmf6' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1833 |
1834 | /// dtmf-6 (TouchTone)
1835 | 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
1836 | name: "dtmf-6",
1837 | id: 1206,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1842:27: warning: static property 'dtmf7' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1840 |
1841 | /// dtmf-7 (TouchTone)
1842 | 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
1843 | name: "dtmf-7",
1844 | id: 1207,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1849:27: warning: static property 'dtmf8' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1847 |
1848 | /// dtmf-8 (TouchTone)
1849 | 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
1850 | name: "dtmf-8",
1851 | id: 1208,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1856:27: warning: static property 'dtmf9' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1854 |
1855 | /// dtmf-9 (TouchTone)
1856 | 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
1857 | name: "dtmf-9",
1858 | id: 1209,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1863:27: warning: static property 'dtmfStar' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1861 |
1862 | /// dtmf-star (TouchTone)
1863 | 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
1864 | name: "dtmf-star",
1865 | id: 1210,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1870:27: warning: static property 'dtmfPound' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.TouchTone' may have shared mutable state; this is an error in the Swift 6 language mode
1779 |
1780 | /// TouchTone
1781 | public struct TouchTone: CaseIterable {
| `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1782 | public static let categoryName = "TouchTone"
1783 |
:
1868 |
1869 | /// dtmf-pound (TouchTone)
1870 | 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
1871 | name: "dtmf-pound",
1872 | id: 1211,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1910:27: warning: static property 'longLowShortHigh' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetStartCall' may have shared mutable state; this is an error in the Swift 6 language mode
1896 |
1897 | /// Headset_StartCall
1898 | public struct HeadsetStartCall: CaseIterable {
| `- note: consider making struct 'HeadsetStartCall' conform to the 'Sendable' protocol
1899 | public static let categoryName = "Headset_StartCall"
1900 |
:
1908 |
1909 | /// long_low_short_high (Headset_StartCall)
1910 | 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
1911 | name: "long_low_short_high",
1912 | id: 1254,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1939:27: warning: static property 'shortDoubleHigh' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetRedial' may have shared mutable state; this is an error in the Swift 6 language mode
1925 |
1926 | /// Headset_Redial
1927 | public struct HeadsetRedial: CaseIterable {
| `- note: consider making struct 'HeadsetRedial' conform to the 'Sendable' protocol
1928 | public static let categoryName = "Headset_Redial"
1929 |
:
1937 |
1938 | /// short_double_high (Headset_Redial)
1939 | 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
1940 | name: "short_double_high",
1941 | id: 1255,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1968:27: warning: static property 'shortLowHigh' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetAnswerCall' may have shared mutable state; this is an error in the Swift 6 language mode
1954 |
1955 | /// Headset_AnswerCall
1956 | public struct HeadsetAnswerCall: CaseIterable {
| `- note: consider making struct 'HeadsetAnswerCall' conform to the 'Sendable' protocol
1957 | public static let categoryName = "Headset_AnswerCall"
1958 |
:
1966 |
1967 | /// short_low_high (Headset_AnswerCall)
1968 | 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
1969 | name: "short_low_high",
1970 | id: 1256,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1997:27: warning: static property 'shortDoubleLow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetEndCall' may have shared mutable state; this is an error in the Swift 6 language mode
1983 |
1984 | /// Headset_EndCall
1985 | public struct HeadsetEndCall: CaseIterable {
| `- note: consider making struct 'HeadsetEndCall' conform to the 'Sendable' protocol
1986 | public static let categoryName = "Headset_EndCall"
1987 |
:
1995 |
1996 | /// short_double_low (Headset_EndCall)
1997 | 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
1998 | name: "short_double_low",
1999 | id: 1257,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2026:27: warning: static property 'shortDoubleLow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetCallWaitingActions' may have shared mutable state; this is an error in the Swift 6 language mode
2012 |
2013 | /// Headset_CallWaitingActions
2014 | public struct HeadsetCallWaitingActions: CaseIterable {
| `- note: consider making struct 'HeadsetCallWaitingActions' conform to the 'Sendable' protocol
2015 | public static let categoryName = "Headset_CallWaitingActions"
2016 |
:
2024 |
2025 | /// short_double_low (Headset_CallWaitingActions)
2026 | 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
2027 | name: "short_double_low",
2028 | id: 1258,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2055:27: warning: static property 'middle9ShortDoubleLow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadsetTransitionEnd' may have shared mutable state; this is an error in the Swift 6 language mode
2041 |
2042 | /// Headset_TransitionEnd
2043 | public struct HeadsetTransitionEnd: CaseIterable {
| `- note: consider making struct 'HeadsetTransitionEnd' conform to the 'Sendable' protocol
2044 | public static let categoryName = "Headset_TransitionEnd"
2045 |
:
2053 |
2054 | /// middle_9_short_double_low (Headset_TransitionEnd)
2055 | 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
2056 | name: "middle_9_short_double_low",
2057 | id: 1259,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2084:27: warning: static property 'healthNotification' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HealthAlert' may have shared mutable state; this is an error in the Swift 6 language mode
2070 |
2071 | /// Health_Alert
2072 | public struct HealthAlert: CaseIterable {
| `- note: consider making struct 'HealthAlert' conform to the 'Sendable' protocol
2073 | public static let categoryName = "Health_Alert"
2074 |
:
2082 |
2083 | /// health_notification (Health_Alert)
2084 | 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
2085 | name: "health_notification",
2086 | id: 1262,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2113:27: warning: static property 'multiwayInvitation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.VCGroupInvitationAlert' may have shared mutable state; this is an error in the Swift 6 language mode
2099 |
2100 | /// VCGroupInvitation_Alert
2101 | public struct VCGroupInvitationAlert: CaseIterable {
| `- note: consider making struct 'VCGroupInvitationAlert' conform to the 'Sendable' protocol
2102 | public static let categoryName = "VCGroupInvitation_Alert"
2103 |
:
2111 |
2112 | /// multiway_invitation (VCGroupInvitation_Alert)
2113 | 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
2114 | name: "multiway_invitation",
2115 | id: 1265,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2200:27: warning: static property 'senderConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardSenderConfirmation' may have shared mutable state; this is an error in the Swift 6 language mode
2183 |
2184 | /// IDCard_Sender_Confirmation
2185 | public struct IdCardSenderConfirmation: CaseIterable {
| `- note: consider making struct 'IdCardSenderConfirmation' conform to the 'Sendable' protocol
2186 | public static let categoryName = "IDCard_Sender_Confirmation"
2187 |
:
2198 | /// SenderConfirmation (IDCard_Sender_Confirmation)
2199 | @available(iOS 17, *)
2200 | 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
2201 | name: "SenderConfirmation",
2202 | id: 1275,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2232:27: warning: static property 'receiverConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConfirmation' may have shared mutable state; this is an error in the Swift 6 language mode
2215 |
2216 | /// IDCard_Receiver_Confirmation
2217 | public struct IdCardReceiverConfirmation: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConfirmation' conform to the 'Sendable' protocol
2218 | public static let categoryName = "IDCard_Receiver_Confirmation"
2219 |
:
2230 | /// ReceiverConfirmation (IDCard_Receiver_Confirmation)
2231 | @available(iOS 17, *)
2232 | 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
2233 | name: "ReceiverConfirmation",
2234 | id: 1276,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2264:27: warning: static property 'receiverConnect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConnect' may have shared mutable state; this is an error in the Swift 6 language mode
2247 |
2248 | /// IDCard_Receiver_Connect
2249 | public struct IdCardReceiverConnect: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConnect' conform to the 'Sendable' protocol
2250 | public static let categoryName = "IDCard_Receiver_Connect"
2251 |
:
2262 | /// ReceiverConnect (IDCard_Receiver_Connect)
2263 | @available(iOS 17, *)
2264 | 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
2265 | name: "ReceiverConnect",
2266 | id: 1277,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2326:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
2312 |
2313 | /// SystemSoundPreview_IgnoreRingerSwitch
2314 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2315 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2316 |
:
2324 |
2325 | /// sms-received1 (SystemSoundPreview_IgnoreRingerSwitch)
2326 | 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
2327 | name: "sms-received1",
2328 | id: 1300,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2333:27: warning: static property 'receivedMessage' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
2312 |
2313 | /// SystemSoundPreview_IgnoreRingerSwitch
2314 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2315 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2316 |
:
2331 |
2332 | /// ReceivedMessage (SystemSoundPreview_IgnoreRingerSwitch)
2333 | 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
2334 | name: "ReceivedMessage",
2335 | id: 1301,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2340:27: warning: static property 'newMail' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
2312 |
2313 | /// SystemSoundPreview_IgnoreRingerSwitch
2314 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2315 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2316 |
:
2338 |
2339 | /// new-mail (SystemSoundPreview_IgnoreRingerSwitch)
2340 | 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
2341 | name: "new-mail",
2342 | id: 1302,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2347:27: warning: static property 'mailSent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
2312 |
2313 | /// SystemSoundPreview_IgnoreRingerSwitch
2314 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2315 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2316 |
:
2345 |
2346 | /// mail-sent (SystemSoundPreview_IgnoreRingerSwitch)
2347 | 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
2348 | name: "mail-sent",
2349 | id: 1303,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2354:27: warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
2312 |
2313 | /// SystemSoundPreview_IgnoreRingerSwitch
2314 | public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2315 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2316 |
:
2352 |
2353 | /// alarm (SystemSoundPreview_IgnoreRingerSwitch)
2354 | 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
2355 | name: "alarm",
2356 | id: 1304, // or 1317
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2383:27: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreview' may have shared mutable state; this is an error in the Swift 6 language mode
2369 |
2370 | /// SystemSoundPreview
2371 | public struct SystemSoundPreview: CaseIterable {
| `- note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
2372 | public static let categoryName = "SystemSoundPreview"
2373 |
:
2381 |
2382 | /// lock (SystemSoundPreview)
2383 | 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
2384 | name: "lock",
2385 | id: 1305,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2390:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreview' may have shared mutable state; this is an error in the Swift 6 language mode
2369 |
2370 | /// SystemSoundPreview
2371 | public struct SystemSoundPreview: CaseIterable {
| `- note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
2372 | public static let categoryName = "SystemSoundPreview"
2373 |
:
2388 |
2389 | /// sms-received1 (SystemSoundPreview)
2390 | 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
2391 | name: "sms-received1",
2392 | id: 1315,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2419:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressClickPreview' may have shared mutable state; this is an error in the Swift 6 language mode
2405 |
2406 | /// KeyPressClickPreview
2407 | public struct KeyPressClickPreview: CaseIterable {
| `- note: consider making struct 'KeyPressClickPreview' conform to the 'Sendable' protocol
2408 | public static let categoryName = "KeyPressClickPreview"
2409 |
:
2417 |
2418 | /// key_press_click (KeyPressClickPreview)
2419 | 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
2420 | name: "key_press_click",
2421 | id: 1306,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2446 |
2447 | /// sms-received1 (SMSReceived_Selection)
2448 | 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
2449 | name: "sms-received1",
2450 | id: 1307, // or 1312
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455:27: warning: static property 'smsReceived2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2453 |
2454 | /// sms-received2 (SMSReceived_Selection)
2455 | 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
2456 | name: "sms-received2",
2457 | id: 1308,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462:27: warning: static property 'smsReceived3' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2460 |
2461 | /// sms-received3 (SMSReceived_Selection)
2462 | 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
2463 | name: "sms-received3",
2464 | id: 1309,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2469:27: warning: static property 'smsReceived4' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2467 |
2468 | /// sms-received4 (SMSReceived_Selection)
2469 | 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
2470 | name: "sms-received4",
2471 | id: 1310,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2476:27: warning: static property 'smsReceived5' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2474 |
2475 | /// sms-received5 (SMSReceived_Selection)
2476 | 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
2477 | name: "sms-received5",
2478 | id: 1313,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2483:27: warning: static property 'smsReceived6' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2481 |
2482 | /// sms-received6 (SMSReceived_Selection)
2483 | 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
2484 | name: "sms-received6",
2485 | id: 1314,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2490:27: warning: static property 'anticipate' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2488 |
2489 | /// Anticipate (SMSReceived_Selection)
2490 | 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
2491 | name: "Anticipate",
2492 | id: 1320,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2497:27: warning: static property 'bloom' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2495 |
2496 | /// Bloom (SMSReceived_Selection)
2497 | 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
2498 | name: "Bloom",
2499 | id: 1321,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2504:27: warning: static property 'calypso' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2502 |
2503 | /// Calypso (SMSReceived_Selection)
2504 | 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
2505 | name: "Calypso",
2506 | id: 1322,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2511:27: warning: static property 'chooChoo' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2509 |
2510 | /// Choo_Choo (SMSReceived_Selection)
2511 | 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
2512 | name: "Choo_Choo",
2513 | id: 1323,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2518:27: warning: static property 'descent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2516 |
2517 | /// Descent (SMSReceived_Selection)
2518 | 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
2519 | name: "Descent",
2520 | id: 1324,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2525:27: warning: static property 'fanfare' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2523 |
2524 | /// Fanfare (SMSReceived_Selection)
2525 | 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
2526 | name: "Fanfare",
2527 | id: 1325,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2532:27: warning: static property 'ladder' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2530 |
2531 | /// Ladder (SMSReceived_Selection)
2532 | 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
2533 | name: "Ladder",
2534 | id: 1326,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2539:27: warning: static property 'minuet' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2537 |
2538 | /// Minuet (SMSReceived_Selection)
2539 | 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
2540 | name: "Minuet",
2541 | id: 1327,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2546:27: warning: static property 'newsFlash' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2544 |
2545 | /// News_Flash (SMSReceived_Selection)
2546 | 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
2547 | name: "News_Flash",
2548 | id: 1328,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2553:27: warning: static property 'noir' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2551 |
2552 | /// Noir (SMSReceived_Selection)
2553 | 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
2554 | name: "Noir",
2555 | id: 1329,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560:27: warning: static property 'sherwoodForest' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2558 |
2559 | /// Sherwood_Forest (SMSReceived_Selection)
2560 | 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
2561 | name: "Sherwood_Forest",
2562 | id: 1330,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2567:27: warning: static property 'spell' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2565 |
2566 | /// Spell (SMSReceived_Selection)
2567 | 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
2568 | name: "Spell",
2569 | id: 1331,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2574:27: warning: static property 'suspense' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2572 |
2573 | /// Suspense (SMSReceived_Selection)
2574 | 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
2575 | name: "Suspense",
2576 | id: 1332,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2581:27: warning: static property 'telegraph' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2579 |
2580 | /// Telegraph (SMSReceived_Selection)
2581 | 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
2582 | name: "Telegraph",
2583 | id: 1333,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2588:27: warning: static property 'tiptoes' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2586 |
2587 | /// Tiptoes (SMSReceived_Selection)
2588 | 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
2589 | name: "Tiptoes",
2590 | id: 1334,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2595:27: warning: static property 'typewriters' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2593 |
2594 | /// Typewriters (SMSReceived_Selection)
2595 | 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
2596 | name: "Typewriters",
2597 | id: 1335,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2602:27: warning: static property 'update' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
2434 |
2435 | /// SMSReceived_Selection
2436 | public struct SMSReceivedSelection: CaseIterable {
| `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2437 | public static let categoryName = "SMSReceived_Selection"
2438 |
:
2600 |
2601 | /// Update (SMSReceived_Selection)
2602 | 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
2603 | name: "Update",
2604 | id: 1336,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631:27: warning: static property 'swish' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitchNoVibe' may have shared mutable state; this is an error in the Swift 6 language mode
2617 |
2618 | /// SystemSoundPreview_IgnoreRingerSwitch_NoVibe
2619 | public struct SystemSoundPreviewIgnoreRingerSwitchNoVibe: CaseIterable {
| `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitchNoVibe' conform to the 'Sendable' protocol
2620 | public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch_NoVibe"
2621 |
:
2629 |
2630 | /// Swish (SystemSoundPreview_IgnoreRingerSwitch_NoVibe)
2631 | 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
2632 | name: "Swish",
2633 | id: 1318,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2786:27: warning: static property 'paymentFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentFailure' may have shared mutable state; this is an error in the Swift 6 language mode
2772 |
2773 | /// PaymentFailure
2774 | public struct PaymentFailure: CaseIterable {
| `- note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
2775 | public static let categoryName = "PaymentFailure"
2776 |
:
2784 |
2785 | /// payment_failure (PaymentFailure)
2786 | 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
2787 | name: "payment_failure",
2788 | id: 1395,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2793:27: warning: static property 'nfcScanFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentFailure' may have shared mutable state; this is an error in the Swift 6 language mode
2772 |
2773 | /// PaymentFailure
2774 | public struct PaymentFailure: CaseIterable {
| `- note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
2775 | public static let categoryName = "PaymentFailure"
2776 |
:
2791 |
2792 | /// nfc_scan_failure (PaymentFailure)
2793 | 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
2794 | name: "nfc_scan_failure",
2795 | id: 1398,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3152:27: warning: static property 'alertBatteryLow10pHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryLowHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3138 |
3139 | /// Alert_BatteryLow_Haptic
3140 | public struct AlertBatteryLowHaptic: CaseIterable {
| `- note: consider making struct 'AlertBatteryLowHaptic' conform to the 'Sendable' protocol
3141 | public static let categoryName = "Alert_BatteryLow_Haptic"
3142 |
:
3150 |
3151 | /// Alert_BatteryLow_10p_Haptic (Alert_BatteryLow_Haptic)
3152 | 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
3153 | name: "Alert_BatteryLow_10p_Haptic",
3154 | id: 1433,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3181:27: warning: static property 'alertBatteryLow5pHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryCriticalHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3167 |
3168 | /// Alert_BatteryCritical_Haptic
3169 | public struct AlertBatteryCriticalHaptic: CaseIterable {
| `- note: consider making struct 'AlertBatteryCriticalHaptic' conform to the 'Sendable' protocol
3170 | public static let categoryName = "Alert_BatteryCritical_Haptic"
3171 |
:
3179 |
3180 | /// Alert_BatteryLow_5p_Haptic (Alert_BatteryCritical_Haptic)
3181 | 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
3182 | name: "Alert_BatteryLow_5p_Haptic",
3183 | id: 1434,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3220:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3206 |
3207 | /// Alert_Mail_Haptic
3208 | public struct AlertMailHaptic: CaseIterable {
| `- note: consider making struct 'AlertMailHaptic' conform to the 'Sendable' protocol
3209 | public static let categoryName = "Alert_Mail_Haptic"
3210 |
:
3218 |
3219 | /// Notification_Haptic (Alert_Mail_Haptic)
3220 | 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
3221 | name: "Notification_Haptic",
3222 | id: 1436,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3249:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages1Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
3235 |
3236 | /// Alert_Messages_1_Haptic
3237 | public struct AlertMessages1Haptic: CaseIterable {
| `- note: consider making struct 'AlertMessages1Haptic' conform to the 'Sendable' protocol
3238 | public static let categoryName = "Alert_Messages_1_Haptic"
3239 |
:
3247 |
3248 | /// Notification_Haptic (Alert_Messages_1_Haptic)
3249 | 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
3250 | name: "Notification_Haptic",
3251 | id: 1437,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3278:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages2Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
3264 |
3265 | /// Alert_Messages_2_Haptic
3266 | public struct AlertMessages2Haptic: CaseIterable {
| `- note: consider making struct 'AlertMessages2Haptic' conform to the 'Sendable' protocol
3267 | public static let categoryName = "Alert_Messages_2_Haptic"
3268 |
:
3276 |
3277 | /// Notification_Haptic (Alert_Messages_2_Haptic)
3278 | 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
3279 | name: "Notification_Haptic",
3280 | id: 1438,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3307:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages3Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
3293 |
3294 | /// Alert_Messages_3_Haptic
3295 | public struct AlertMessages3Haptic: CaseIterable {
| `- note: consider making struct 'AlertMessages3Haptic' conform to the 'Sendable' protocol
3296 | public static let categoryName = "Alert_Messages_3_Haptic"
3297 |
:
3305 |
3306 | /// Notification_Haptic (Alert_Messages_3_Haptic)
3307 | 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
3308 | name: "Notification_Haptic",
3309 | id: 1439,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVoicemailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3362 |
3363 | /// Alert_Voicemail_Haptic
3364 | public struct AlertVoicemailHaptic: CaseIterable {
| `- note: consider making struct 'AlertVoicemailHaptic' conform to the 'Sendable' protocol
3365 | public static let categoryName = "Alert_Voicemail_Haptic"
3366 |
:
3374 |
3375 | /// Notification_Haptic (Alert_Voicemail_Haptic)
3376 | 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
3377 | name: "Notification_Haptic",
3378 | id: 1444,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3445:27: warning: static property 'cameraShutterHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3431 |
3432 | /// CameraShutter_Haptic
3433 | public struct CameraShutterHaptic: CaseIterable {
| `- note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
3434 | public static let categoryName = "CameraShutter_Haptic"
3435 |
:
3443 |
3444 | /// CameraShutter_Haptic (CameraShutter_Haptic)
3445 | 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
3446 | name: "CameraShutter_Haptic",
3447 | id: 1449,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3452:27: warning: static property 'screenCapture' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3431 |
3432 | /// CameraShutter_Haptic
3433 | public struct CameraShutterHaptic: CaseIterable {
| `- note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
3434 | public static let categoryName = "CameraShutter_Haptic"
3435 |
:
3450 |
3451 | /// ScreenCapture (CameraShutter_Haptic)
3452 | 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
3453 | name: "ScreenCapture",
3454 | id: 1573,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3921:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMailSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3907 |
3908 | /// Alert_Mail_Salient_Haptic
3909 | public struct AlertMailSalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertMailSalientHaptic' conform to the 'Sendable' protocol
3910 | public static let categoryName = "Alert_Mail_Salient_Haptic"
3911 |
:
3919 |
3920 | /// Notification_Salient_Haptic (Alert_Mail_Salient_Haptic)
3921 | 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
3922 | name: "Notification_Salient_Haptic",
3923 | id: 1497,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3950:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages1SalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3936 |
3937 | /// Alert_Messages_1_Salient_Haptic
3938 | public struct AlertMessages1SalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertMessages1SalientHaptic' conform to the 'Sendable' protocol
3939 | public static let categoryName = "Alert_Messages_1_Salient_Haptic"
3940 |
:
3948 |
3949 | /// Notification_Salient_Haptic (Alert_Messages_1_Salient_Haptic)
3950 | 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
3951 | name: "Notification_Salient_Haptic",
3952 | id: 1498,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3989:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVoicemailSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
3975 |
3976 | /// Alert_Voicemail_Salient_Haptic
3977 | public struct AlertVoicemailSalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertVoicemailSalientHaptic' conform to the 'Sendable' protocol
3978 | public static let categoryName = "Alert_Voicemail_Salient_Haptic"
3979 |
:
3987 |
3988 | /// Notification_Salient_Haptic (Alert_Voicemail_Salient_Haptic)
3989 | 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
3990 | name: "Notification_Salient_Haptic",
3991 | id: 1500,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4108:27: warning: static property 'alertBatteryLow5pSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryCriticalSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4094 |
4095 | /// Alert_BatteryCritical_Salient_Haptic
4096 | public struct AlertBatteryCriticalSalientHaptic: CaseIterable {
| `- note: consider making struct 'AlertBatteryCriticalSalientHaptic' conform to the 'Sendable' protocol
4097 | public static let categoryName = "Alert_BatteryCritical_Salient_Haptic"
4098 |
:
4106 |
4107 | /// Alert_BatteryLow_5p_Salient_Haptic (Alert_BatteryCritical_Salient_Haptic)
4108 | 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
4109 | name: "Alert_BatteryLow_5p_Salient_Haptic",
4110 | id: 1510,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4497:27: warning: static property 'workoutStartAutodetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutStartAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4483 |
4484 | /// WorkoutStartAutoDetected_Haptic
4485 | public struct WorkoutStartAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutStartAutoDetectedHaptic' conform to the 'Sendable' protocol
4486 | public static let categoryName = "WorkoutStartAutoDetected_Haptic"
4487 |
:
4495 |
4496 | /// WorkoutStartAutodetect (WorkoutStartAutoDetected_Haptic)
4497 | 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
4498 | name: "WorkoutStartAutodetect",
4499 | id: 1547,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4526:27: warning: static property 'workoutCompleteAutodetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutCompleteAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4512 |
4513 | /// WorkoutCompleteAutoDetected_Haptic
4514 | public struct WorkoutCompleteAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutCompleteAutoDetectedHaptic' conform to the 'Sendable' protocol
4515 | public static let categoryName = "WorkoutCompleteAutoDetected_Haptic"
4516 |
:
4524 |
4525 | /// WorkoutCompleteAutodetect (WorkoutCompleteAutoDetected_Haptic)
4526 | 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
4527 | name: "WorkoutCompleteAutodetect",
4528 | id: 1548,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4555:27: warning: static property 'workoutPausedAutoDetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutPausedAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4541 |
4542 | /// WorkoutPausedAutoDetected_Haptic
4543 | public struct WorkoutPausedAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutPausedAutoDetectedHaptic' conform to the 'Sendable' protocol
4544 | public static let categoryName = "WorkoutPausedAutoDetected_Haptic"
4545 |
:
4553 |
4554 | /// WorkoutPausedAutoDetect (WorkoutPausedAutoDetected_Haptic)
4555 | 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
4556 | name: "WorkoutPausedAutoDetect",
4557 | id: 1549,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4584:27: warning: static property 'workoutResumedAutoDetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutResumedAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4570 |
4571 | /// WorkoutResumedAutoDetected_Haptic
4572 | public struct WorkoutResumedAutoDetectedHaptic: CaseIterable {
| `- note: consider making struct 'WorkoutResumedAutoDetectedHaptic' conform to the 'Sendable' protocol
4573 | public static let categoryName = "WorkoutResumedAutoDetected_Haptic"
4574 |
:
4582 |
4583 | /// WorkoutResumedAutoDetect (WorkoutResumedAutoDetected_Haptic)
4584 | 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
4585 | name: "WorkoutResumedAutoDetect",
4586 | id: 1550,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4613:27: warning: static property 'workoutPaceAbove' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertPaceAboveHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4599 |
4600 | /// Alert_PaceAbove_Haptic
4601 | public struct AlertPaceAboveHaptic: CaseIterable {
| `- note: consider making struct 'AlertPaceAboveHaptic' conform to the 'Sendable' protocol
4602 | public static let categoryName = "Alert_PaceAbove_Haptic"
4603 |
:
4611 |
4612 | /// WorkoutPaceAbove (Alert_PaceAbove_Haptic)
4613 | 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
4614 | name: "WorkoutPaceAbove",
4615 | id: 1551,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4642:27: warning: static property 'workoutPaceBelow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertPaceBelowHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4628 |
4629 | /// Alert_PaceBelow_Haptic
4630 | public struct AlertPaceBelowHaptic: CaseIterable {
| `- note: consider making struct 'AlertPaceBelowHaptic' conform to the 'Sendable' protocol
4631 | public static let categoryName = "Alert_PaceBelow_Haptic"
4632 |
:
4640 |
4641 | /// WorkoutPaceBelow (Alert_PaceBelow_Haptic)
4642 | 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
4643 | name: "WorkoutPaceBelow",
4644 | id: 1552,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4701:27: warning: static property 'multiwayInvitation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVCGroupInvitationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4687 |
4688 | /// Alert_VCGroupInvitation_Haptic
4689 | public struct AlertVCGroupInvitationHaptic: CaseIterable {
| `- note: consider making struct 'AlertVCGroupInvitationHaptic' conform to the 'Sendable' protocol
4690 | public static let categoryName = "Alert_VCGroupInvitation_Haptic"
4691 |
:
4699 |
4700 | /// MultiwayInvitation (Alert_VCGroupInvitation_Haptic)
4701 | 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
4702 | name: "MultiwayInvitation",
4703 | id: 1558,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4730:27: warning: static property '_3rdPartyCriticalHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertCriticalHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4716 |
4717 | /// Alert_Critical_Haptic
4718 | public struct AlertCriticalHaptic: CaseIterable {
| `- note: consider making struct 'AlertCriticalHaptic' conform to the 'Sendable' protocol
4719 | public static let categoryName = "Alert_Critical_Haptic"
4720 |
:
4728 |
4729 | /// 3rd_Party_Critical_Haptic (Alert_Critical_Haptic)
4730 | 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
4731 | name: "3rd_Party_Critical_Haptic",
4732 | id: 1559,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4759:27: warning: static property 'alert1stPartyHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertFirstPartyHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4745 |
4746 | /// Alert_FirstParty_Haptic
4747 | public struct AlertFirstPartyHaptic: CaseIterable {
| `- note: consider making struct 'AlertFirstPartyHaptic' conform to the 'Sendable' protocol
4748 | public static let categoryName = "Alert_FirstParty_Haptic"
4749 |
:
4757 |
4758 | /// Alert_1stParty_Haptic (Alert_FirstParty_Haptic)
4759 | 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
4760 | name: "Alert_1stParty_Haptic",
4761 | id: 1560,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4788:27: warning: static property 'healthNotificationUrgent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertHealthNotificationUrgentHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4774 |
4775 | /// Alert_HealthNotificationUrgent_Haptic
4776 | public struct AlertHealthNotificationUrgentHaptic: CaseIterable {
| `- note: consider making struct 'AlertHealthNotificationUrgentHaptic' conform to the 'Sendable' protocol
4777 | public static let categoryName = "Alert_HealthNotificationUrgent_Haptic"
4778 |
:
4786 |
4787 | /// HealthNotificationUrgent (Alert_HealthNotificationUrgent_Haptic)
4788 | 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
4789 | name: "HealthNotificationUrgent",
4790 | id: 1561,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4922:27: warning: static property 'headphoneAudioExposureLimitExceeded' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadphoneAudioExposureLimitExceededHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4908 |
4909 | /// HeadphoneAudioExposureLimitExceeded_Haptic
4910 | public struct HeadphoneAudioExposureLimitExceededHaptic: CaseIterable {
| `- note: consider making struct 'HeadphoneAudioExposureLimitExceededHaptic' conform to the 'Sendable' protocol
4911 | public static let categoryName = "HeadphoneAudioExposureLimitExceeded_Haptic"
4912 |
:
4920 |
4921 | /// HeadphoneAudioExposureLimitExceeded (HeadphoneAudioExposureLimitExceeded_Haptic)
4922 | 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
4923 | name: "HeadphoneAudioExposureLimitExceeded",
4924 | id: 1572,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4976:27: warning: static property 'pushToTalkJoined' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkJoinedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4959 |
4960 | /// PushToTalkJoined_Haptic
4961 | public struct PushToTalkJoinedHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkJoinedHaptic' conform to the 'Sendable' protocol
4962 | public static let categoryName = "PushToTalkJoined_Haptic"
4963 |
:
4974 | /// PushToTalkJoined (PushToTalkJoined_Haptic)
4975 | @available(iOS 16.2, *)
4976 | 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
4977 | name: "PushToTalkJoined",
4978 | id: 1576,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5008:27: warning: static property 'pushToTalkLeft' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkLeftHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
4991 |
4992 | /// PushToTalkLeft_Haptic
4993 | public struct PushToTalkLeftHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkLeftHaptic' conform to the 'Sendable' protocol
4994 | public static let categoryName = "PushToTalkLeft_Haptic"
4995 |
:
5006 | /// PushToTalkLeft (PushToTalkLeft_Haptic)
5007 | @available(iOS 16.2, *)
5008 | 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
5009 | name: "PushToTalkLeft",
5010 | id: 1577,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5040:27: warning: static property 'pushToTalkUnmute' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkUnmuteHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5023 |
5024 | /// PushToTalkUnmute_Haptic
5025 | public struct PushToTalkUnmuteHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkUnmuteHaptic' conform to the 'Sendable' protocol
5026 | public static let categoryName = "PushToTalkUnmute_Haptic"
5027 |
:
5038 | /// PushToTalkUnmute (PushToTalkUnmute_Haptic)
5039 | @available(iOS 16.2, *)
5040 | 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
5041 | name: "PushToTalkUnmute",
5042 | id: 1578,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5072:27: warning: static property 'pushToTalkMute' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkMuteHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5055 |
5056 | /// PushToTalkMute_Haptic
5057 | public struct PushToTalkMuteHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkMuteHaptic' conform to the 'Sendable' protocol
5058 | public static let categoryName = "PushToTalkMute_Haptic"
5059 |
:
5070 | /// PushToTalkMute (PushToTalkMute_Haptic)
5071 | @available(iOS 16.2, *)
5072 | 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
5073 | name: "PushToTalkMute",
5074 | id: 1579,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5104:27: warning: static property 'pushToTalkUnmuteFail' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkUnmuteFailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5087 |
5088 | /// PushToTalkUnmuteFail_Haptic
5089 | public struct PushToTalkUnmuteFailHaptic: CaseIterable {
| `- note: consider making struct 'PushToTalkUnmuteFailHaptic' conform to the 'Sendable' protocol
5090 | public static let categoryName = "PushToTalkUnmuteFail_Haptic"
5091 |
:
5102 | /// PushToTalkUnmuteFail (PushToTalkUnmuteFail_Haptic)
5103 | @available(iOS 16.2, *)
5104 | 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
5105 | name: "PushToTalkUnmuteFail",
5106 | id: 1580,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5147:27: warning: static property 'intervalEnded' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertIntervalEndedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5130 |
5131 | /// Alert_IntervalEnded_Haptic
5132 | public struct AlertIntervalEndedHaptic: CaseIterable {
| `- note: consider making struct 'AlertIntervalEndedHaptic' conform to the 'Sendable' protocol
5133 | public static let categoryName = "Alert_IntervalEnded_Haptic"
5134 |
:
5145 | /// IntervalEnded (Alert_IntervalEnded_Haptic)
5146 | @available(iOS 16.2, *)
5147 | 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
5148 | name: "IntervalEnded",
5149 | id: 1582,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5179:27: warning: static property 'intervalUpcoming' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertIntervalUpcomingHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5162 |
5163 | /// Alert_IntervalUpcoming_Haptic
5164 | public struct AlertIntervalUpcomingHaptic: CaseIterable {
| `- note: consider making struct 'AlertIntervalUpcomingHaptic' conform to the 'Sendable' protocol
5165 | public static let categoryName = "Alert_IntervalUpcoming_Haptic"
5166 |
:
5177 | /// IntervalUpcoming (Alert_IntervalUpcoming_Haptic)
5178 | @available(iOS 16.2, *)
5179 | 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
5180 | name: "IntervalUpcoming",
5181 | id: 1583,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5211:27: warning: static property 'elevation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ElevationAlertHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5194 |
5195 | /// Elevation_Alert_Haptic
5196 | public struct ElevationAlertHaptic: CaseIterable {
| `- note: consider making struct 'ElevationAlertHaptic' conform to the 'Sendable' protocol
5197 | public static let categoryName = "Elevation_Alert_Haptic"
5198 |
:
5209 | /// Elevation (Elevation_Alert_Haptic)
5210 | @available(iOS 17, *)
5211 | 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
5212 | name: "Elevation",
5213 | id: 1584,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5243:27: warning: static property 'senderConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardSenderConfirmationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5226 |
5227 | /// IDCard_Sender_Confirmation_Haptic
5228 | public struct IdCardSenderConfirmationHaptic: CaseIterable {
| `- note: consider making struct 'IdCardSenderConfirmationHaptic' conform to the 'Sendable' protocol
5229 | public static let categoryName = "IDCard_Sender_Confirmation_Haptic"
5230 |
:
5241 | /// SenderConfirmation (IDCard_Sender_Confirmation_Haptic)
5242 | @available(iOS 17, *)
5243 | 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
5244 | name: "SenderConfirmation",
5245 | id: 1585,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5275:27: warning: static property 'receiverConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConfirmationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5258 |
5259 | /// IDCard_Receiver_Confirmation_Haptic
5260 | public struct IdCardReceiverConfirmationHaptic: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConfirmationHaptic' conform to the 'Sendable' protocol
5261 | public static let categoryName = "IDCard_Receiver_Confirmation_Haptic"
5262 |
:
5273 | /// ReceiverConfirmation (IDCard_Receiver_Confirmation_Haptic)
5274 | @available(iOS 17, *)
5275 | 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
5276 | name: "ReceiverConfirmation",
5277 | id: 1586,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5307:27: warning: static property 'receiverConnect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConnectHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
5290 |
5291 | /// IDCard_Receiver_Connect_Haptic
5292 | public struct IdCardReceiverConnectHaptic: CaseIterable {
| `- note: consider making struct 'IdCardReceiverConnectHaptic' conform to the 'Sendable' protocol
5293 | public static let categoryName = "IDCard_Receiver_Connect_Haptic"
5294 |
:
5305 | /// ReceiverConnect (IDCard_Receiver_Connect_Haptic)
5306 | @available(iOS 17, *)
5307 | 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
5308 | name: "ReceiverConnect",
5309 | id: 1587,
[6/6] Compiling SystemSound SystemSound.swift
Build complete! (5.91s)
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.