The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SystemSound, reference main (507eaa), with Swift 6.1 for macOS (SPM) on 27 Jul 2025 18:29:15 UTC.

Swift 6 data race errors: 187

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

 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.BeginVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1328 |
1329 |     /// BeginVideoRecording
1330 |     public struct BeginVideoRecording: CaseIterable {
     |                   `- note: consider making struct 'BeginVideoRecording' conform to the 'Sendable' protocol
1331 |         public static let categoryName = "BeginVideoRecording"
1332 |
     :
1340 |
1341 |         /// begin_record (BeginVideoRecording)
1342 |         public static let beginRecord: Self = .init(
     |                           |- warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.BeginVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
     |                           |- note: add '@MainActor' to make static property 'beginRecord' part of global actor 'MainActor'
     |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
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.EndVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
1357 |
1358 |     /// EndVideoRecording
1359 |     public struct EndVideoRecording: CaseIterable {
     |                   `- note: consider making struct 'EndVideoRecording' conform to the 'Sendable' protocol
1360 |         public static let categoryName = "EndVideoRecording"
1361 |
     :
1369 |
1370 |         /// end_record (EndVideoRecording)
1371 |         public static let endRecord: Self = .init(
     |                           |- warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.EndVideoRecording' may have shared mutable state; this is an error in the Swift 6 language mode
     |                           |- note: add '@MainActor' to make static property 'endRecord' part of global actor 'MainActor'
     |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
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:1435:27: warning: static property 'screenCapture' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
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 |
     :
1433 |
1434 |         /// ScreenCapture (CameraShutterAlt)
1435 |         public static let screenCapture: Self = .init(
     |                           |- warning: static property 'screenCapture' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterAlt' may have shared mutable state; this is an error in the Swift 6 language mode
     |                           |- note: add '@MainActor' to make static property 'screenCapture' part of global actor 'MainActor'
     |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1436 |             name: "ScreenCapture",
1437 |             id: 1393,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1467: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
1450 |
1451 |     /// AirDropInvitation
1452 |     public struct AirDropInvitation: CaseIterable {
     |                   `- note: consider making struct 'AirDropInvitation' conform to the 'Sendable' protocol
1453 |         public static let categoryName = "AirDropInvitation"
1454 |
     :
1465 |         /// airdrop_invite (AirDropInvitation)
1466 |         @available(iOS 17, *)
1467 |         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
1468 |             name: "airdrop_invite",
1469 |             id: 1120,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1496: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
1482 |
1483 |     /// KeyPressClick_Remote
1484 |     public struct KeyPressClickRemote: CaseIterable {
     |                   `- note: consider making struct 'KeyPressClickRemote' conform to the 'Sendable' protocol
1485 |         public static let categoryName = "KeyPressClick_Remote"
1486 |
     :
1494 |
1495 |         /// key_press_click (KeyPressClick_Remote)
1496 |         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
1497 |             name: "key_press_click",
1498 |             id: 1123,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1645: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
1631 |
1632 |     /// VCCallWaiting
1633 |     public struct VCCallWaiting: CaseIterable {
     |                   `- note: consider making struct 'VCCallWaiting' conform to the 'Sendable' protocol
1634 |         public static let categoryName = "VCCallWaiting"
1635 |
     :
1643 |
1644 |         /// ct-call-waiting (VCCallWaiting)
1645 |         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
1646 |             name: "ct-call-waiting",
1647 |             id: 1153,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1674: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
1660 |
1661 |     /// VCCallUpgrade
1662 |     public struct VCCallUpgrade: CaseIterable {
     |                   `- note: consider making struct 'VCCallUpgrade' conform to the 'Sendable' protocol
1663 |         public static let categoryName = "VCCallUpgrade"
1664 |
     :
1672 |
1673 |         /// vc~ringing (VCCallUpgrade)
1674 |         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
1675 |             name: "vc~ringing",
1676 |             id: 1154,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1723: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
1709 |
1710 |     /// PaymentSuccess
1711 |     public struct PaymentSuccess: CaseIterable {
     |                   `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1712 |         public static let categoryName = "PaymentSuccess"
1713 |
     :
1721 |
1722 |         /// nfc_scan_complete (PaymentSuccess)
1723 |         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
1724 |             name: "nfc_scan_complete",
1725 |             id: 1160,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1730: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
1709 |
1710 |     /// PaymentSuccess
1711 |     public struct PaymentSuccess: CaseIterable {
     |                   `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1712 |         public static let categoryName = "PaymentSuccess"
1713 |
     :
1728 |
1729 |         /// access_scan_complete (PaymentSuccess)
1730 |         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
1731 |             name: "access_scan_complete",
1732 |             id: 1163,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1737: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
1709 |
1710 |     /// PaymentSuccess
1711 |     public struct PaymentSuccess: CaseIterable {
     |                   `- note: consider making struct 'PaymentSuccess' conform to the 'Sendable' protocol
1712 |         public static let categoryName = "PaymentSuccess"
1713 |
     :
1735 |
1736 |         /// payment_success (PaymentSuccess)
1737 |         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
1738 |             name: "payment_success",
1739 |             id: 1394,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1796: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
1782 |
1783 |     /// Critical_Alert
1784 |     public struct CriticalAlert: CaseIterable {
     |                   `- note: consider making struct 'CriticalAlert' conform to the 'Sendable' protocol
1785 |         public static let categoryName = "Critical_Alert"
1786 |
     :
1794 |
1795 |         /// 3rd_party_critical (Critical_Alert)
1796 |         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
1797 |             name: "3rd_party_critical",
1798 |             id: 1165,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1890: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1888 |
1889 |         /// dtmf-0 (TouchTone)
1890 |         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
1891 |             name: "dtmf-0",
1892 |             id: 1200,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1897: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1895 |
1896 |         /// dtmf-1 (TouchTone)
1897 |         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
1898 |             name: "dtmf-1",
1899 |             id: 1201,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1904: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1902 |
1903 |         /// dtmf-2 (TouchTone)
1904 |         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
1905 |             name: "dtmf-2",
1906 |             id: 1202,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1911: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1909 |
1910 |         /// dtmf-3 (TouchTone)
1911 |         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
1912 |             name: "dtmf-3",
1913 |             id: 1203,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1918: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1916 |
1917 |         /// dtmf-4 (TouchTone)
1918 |         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
1919 |             name: "dtmf-4",
1920 |             id: 1204,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1925: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1923 |
1924 |         /// dtmf-5 (TouchTone)
1925 |         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
1926 |             name: "dtmf-5",
1927 |             id: 1205,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1932: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1930 |
1931 |         /// dtmf-6 (TouchTone)
1932 |         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
1933 |             name: "dtmf-6",
1934 |             id: 1206,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1939: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1937 |
1938 |         /// dtmf-7 (TouchTone)
1939 |         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
1940 |             name: "dtmf-7",
1941 |             id: 1207,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1946: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1944 |
1945 |         /// dtmf-8 (TouchTone)
1946 |         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
1947 |             name: "dtmf-8",
1948 |             id: 1208,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1953: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1951 |
1952 |         /// dtmf-9 (TouchTone)
1953 |         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
1954 |             name: "dtmf-9",
1955 |             id: 1209,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1960: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1958 |
1959 |         /// dtmf-star (TouchTone)
1960 |         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
1961 |             name: "dtmf-star",
1962 |             id: 1210,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:1967: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
1876 |
1877 |     /// TouchTone
1878 |     public struct TouchTone: CaseIterable {
     |                   `- note: consider making struct 'TouchTone' conform to the 'Sendable' protocol
1879 |         public static let categoryName = "TouchTone"
1880 |
     :
1965 |
1966 |         /// dtmf-pound (TouchTone)
1967 |         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
1968 |             name: "dtmf-pound",
1969 |             id: 1211,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2007: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
1993 |
1994 |     /// Headset_StartCall
1995 |     public struct HeadsetStartCall: CaseIterable {
     |                   `- note: consider making struct 'HeadsetStartCall' conform to the 'Sendable' protocol
1996 |         public static let categoryName = "Headset_StartCall"
1997 |
     :
2005 |
2006 |         /// long_low_short_high (Headset_StartCall)
2007 |         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
2008 |             name: "long_low_short_high",
2009 |             id: 1254,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2036: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
2022 |
2023 |     /// Headset_Redial
2024 |     public struct HeadsetRedial: CaseIterable {
     |                   `- note: consider making struct 'HeadsetRedial' conform to the 'Sendable' protocol
2025 |         public static let categoryName = "Headset_Redial"
2026 |
     :
2034 |
2035 |         /// short_double_high (Headset_Redial)
2036 |         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
2037 |             name: "short_double_high",
2038 |             id: 1255,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2065: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
2051 |
2052 |     /// Headset_AnswerCall
2053 |     public struct HeadsetAnswerCall: CaseIterable {
     |                   `- note: consider making struct 'HeadsetAnswerCall' conform to the 'Sendable' protocol
2054 |         public static let categoryName = "Headset_AnswerCall"
2055 |
     :
2063 |
2064 |         /// short_low_high (Headset_AnswerCall)
2065 |         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
2066 |             name: "short_low_high",
2067 |             id: 1256,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2094: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
2080 |
2081 |     /// Headset_EndCall
2082 |     public struct HeadsetEndCall: CaseIterable {
     |                   `- note: consider making struct 'HeadsetEndCall' conform to the 'Sendable' protocol
2083 |         public static let categoryName = "Headset_EndCall"
2084 |
     :
2092 |
2093 |         /// short_double_low (Headset_EndCall)
2094 |         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
2095 |             name: "short_double_low",
2096 |             id: 1257,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2123: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
2109 |
2110 |     /// Headset_CallWaitingActions
2111 |     public struct HeadsetCallWaitingActions: CaseIterable {
     |                   `- note: consider making struct 'HeadsetCallWaitingActions' conform to the 'Sendable' protocol
2112 |         public static let categoryName = "Headset_CallWaitingActions"
2113 |
     :
2121 |
2122 |         /// short_double_low (Headset_CallWaitingActions)
2123 |         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
2124 |             name: "short_double_low",
2125 |             id: 1258,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2152: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
2138 |
2139 |     /// Headset_TransitionEnd
2140 |     public struct HeadsetTransitionEnd: CaseIterable {
     |                   `- note: consider making struct 'HeadsetTransitionEnd' conform to the 'Sendable' protocol
2141 |         public static let categoryName = "Headset_TransitionEnd"
2142 |
     :
2150 |
2151 |         /// middle_9_short_double_low (Headset_TransitionEnd)
2152 |         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
2153 |             name: "middle_9_short_double_low",
2154 |             id: 1259,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2181: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
2167 |
2168 |     /// Health_Alert
2169 |     public struct HealthAlert: CaseIterable {
     |                   `- note: consider making struct 'HealthAlert' conform to the 'Sendable' protocol
2170 |         public static let categoryName = "Health_Alert"
2171 |
     :
2179 |
2180 |         /// health_notification (Health_Alert)
2181 |         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
2182 |             name: "health_notification",
2183 |             id: 1262,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2210: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
2196 |
2197 |     /// VCGroupInvitation_Alert
2198 |     public struct VCGroupInvitationAlert: CaseIterable {
     |                   `- note: consider making struct 'VCGroupInvitationAlert' conform to the 'Sendable' protocol
2199 |         public static let categoryName = "VCGroupInvitation_Alert"
2200 |
     :
2208 |
2209 |         /// multiway_invitation (VCGroupInvitation_Alert)
2210 |         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
2211 |             name: "multiway_invitation",
2212 |             id: 1265,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2297: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
2280 |
2281 |     /// IDCard_Sender_Confirmation
2282 |     public struct IdCardSenderConfirmation: CaseIterable {
     |                   `- note: consider making struct 'IdCardSenderConfirmation' conform to the 'Sendable' protocol
2283 |         public static let categoryName = "IDCard_Sender_Confirmation"
2284 |
     :
2295 |         /// SenderConfirmation (IDCard_Sender_Confirmation)
2296 |         @available(iOS 17, *)
2297 |         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
2298 |             name: "SenderConfirmation",
2299 |             id: 1275,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2329: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
2312 |
2313 |     /// IDCard_Receiver_Confirmation
2314 |     public struct IdCardReceiverConfirmation: CaseIterable {
     |                   `- note: consider making struct 'IdCardReceiverConfirmation' conform to the 'Sendable' protocol
2315 |         public static let categoryName = "IDCard_Receiver_Confirmation"
2316 |
     :
2327 |         /// ReceiverConfirmation (IDCard_Receiver_Confirmation)
2328 |         @available(iOS 17, *)
2329 |         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
2330 |             name: "ReceiverConfirmation",
2331 |             id: 1276,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2361: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
2344 |
2345 |     /// IDCard_Receiver_Connect
2346 |     public struct IdCardReceiverConnect: CaseIterable {
     |                   `- note: consider making struct 'IdCardReceiverConnect' conform to the 'Sendable' protocol
2347 |         public static let categoryName = "IDCard_Receiver_Connect"
2348 |
     :
2359 |         /// ReceiverConnect (IDCard_Receiver_Connect)
2360 |         @available(iOS 17, *)
2361 |         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
2362 |             name: "ReceiverConnect",
2363 |             id: 1277,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2434: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
2420 |
2421 |     /// SystemSoundPreview_IgnoreRingerSwitch
2422 |     public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2423 |         public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2424 |
     :
2432 |
2433 |         /// sms-received1 (SystemSoundPreview_IgnoreRingerSwitch)
2434 |         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
2435 |             name: "sms-received1",
2436 |             id: 1300,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2441: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
2420 |
2421 |     /// SystemSoundPreview_IgnoreRingerSwitch
2422 |     public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2423 |         public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2424 |
     :
2439 |
2440 |         /// ReceivedMessage (SystemSoundPreview_IgnoreRingerSwitch)
2441 |         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
2442 |             name: "ReceivedMessage",
2443 |             id: 1301,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448: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
2420 |
2421 |     /// SystemSoundPreview_IgnoreRingerSwitch
2422 |     public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2423 |         public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2424 |
     :
2446 |
2447 |         /// new-mail (SystemSoundPreview_IgnoreRingerSwitch)
2448 |         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
2449 |             name: "new-mail",
2450 |             id: 1302,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455: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
2420 |
2421 |     /// SystemSoundPreview_IgnoreRingerSwitch
2422 |     public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2423 |         public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2424 |
     :
2453 |
2454 |         /// mail-sent (SystemSoundPreview_IgnoreRingerSwitch)
2455 |         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
2456 |             name: "mail-sent",
2457 |             id: 1303,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462: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
2420 |
2421 |     /// SystemSoundPreview_IgnoreRingerSwitch
2422 |     public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
2423 |         public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch"
2424 |
     :
2460 |
2461 |         /// alarm (SystemSoundPreview_IgnoreRingerSwitch)
2462 |         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
2463 |             name: "alarm",
2464 |             id: 1304, // or 1317
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2491: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
2477 |
2478 |     /// SystemSoundPreview
2479 |     public struct SystemSoundPreview: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
2480 |         public static let categoryName = "SystemSoundPreview"
2481 |
     :
2489 |
2490 |         /// lock (SystemSoundPreview)
2491 |         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
2492 |             name: "lock",
2493 |             id: 1305,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2498: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
2477 |
2478 |     /// SystemSoundPreview
2479 |     public struct SystemSoundPreview: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
2480 |         public static let categoryName = "SystemSoundPreview"
2481 |
     :
2496 |
2497 |         /// sms-received1 (SystemSoundPreview)
2498 |         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
2499 |             name: "sms-received1",
2500 |             id: 1315,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2527: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
2513 |
2514 |     /// KeyPressClickPreview
2515 |     public struct KeyPressClickPreview: CaseIterable {
     |                   `- note: consider making struct 'KeyPressClickPreview' conform to the 'Sendable' protocol
2516 |         public static let categoryName = "KeyPressClickPreview"
2517 |
     :
2525 |
2526 |         /// key_press_click (KeyPressClickPreview)
2527 |         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
2528 |             name: "key_press_click",
2529 |             id: 1306,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2556: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2554 |
2555 |         /// sms-received1 (SMSReceived_Selection)
2556 |         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
2557 |             name: "sms-received1",
2558 |             id: 1307, // or 1312
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2563: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2561 |
2562 |         /// sms-received2 (SMSReceived_Selection)
2563 |         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
2564 |             name: "sms-received2",
2565 |             id: 1308,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2570: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2568 |
2569 |         /// sms-received3 (SMSReceived_Selection)
2570 |         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
2571 |             name: "sms-received3",
2572 |             id: 1309,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2577: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2575 |
2576 |         /// sms-received4 (SMSReceived_Selection)
2577 |         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
2578 |             name: "sms-received4",
2579 |             id: 1310,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2584: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2582 |
2583 |         /// sms-received5 (SMSReceived_Selection)
2584 |         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
2585 |             name: "sms-received5",
2586 |             id: 1313,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2591: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2589 |
2590 |         /// sms-received6 (SMSReceived_Selection)
2591 |         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
2592 |             name: "sms-received6",
2593 |             id: 1314,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2598: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2596 |
2597 |         /// Anticipate (SMSReceived_Selection)
2598 |         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
2599 |             name: "Anticipate",
2600 |             id: 1320,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2605: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2603 |
2604 |         /// Bloom (SMSReceived_Selection)
2605 |         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
2606 |             name: "Bloom",
2607 |             id: 1321,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2612: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2610 |
2611 |         /// Calypso (SMSReceived_Selection)
2612 |         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
2613 |             name: "Calypso",
2614 |             id: 1322,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2619: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2617 |
2618 |         /// Choo_Choo (SMSReceived_Selection)
2619 |         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
2620 |             name: "Choo_Choo",
2621 |             id: 1323,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2626: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2624 |
2625 |         /// Descent (SMSReceived_Selection)
2626 |         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
2627 |             name: "Descent",
2628 |             id: 1324,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2633: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2631 |
2632 |         /// Fanfare (SMSReceived_Selection)
2633 |         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
2634 |             name: "Fanfare",
2635 |             id: 1325,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2640: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2638 |
2639 |         /// Ladder (SMSReceived_Selection)
2640 |         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
2641 |             name: "Ladder",
2642 |             id: 1326,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2647: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2645 |
2646 |         /// Minuet (SMSReceived_Selection)
2647 |         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
2648 |             name: "Minuet",
2649 |             id: 1327,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2654: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2652 |
2653 |         /// News_Flash (SMSReceived_Selection)
2654 |         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
2655 |             name: "News_Flash",
2656 |             id: 1328,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2661: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2659 |
2660 |         /// Noir (SMSReceived_Selection)
2661 |         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
2662 |             name: "Noir",
2663 |             id: 1329,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2668: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2666 |
2667 |         /// Sherwood_Forest (SMSReceived_Selection)
2668 |         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
2669 |             name: "Sherwood_Forest",
2670 |             id: 1330,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2675: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2673 |
2674 |         /// Spell (SMSReceived_Selection)
2675 |         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
2676 |             name: "Spell",
2677 |             id: 1331,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2682: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2680 |
2681 |         /// Suspense (SMSReceived_Selection)
2682 |         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
2683 |             name: "Suspense",
2684 |             id: 1332,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2689: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2687 |
2688 |         /// Telegraph (SMSReceived_Selection)
2689 |         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
2690 |             name: "Telegraph",
2691 |             id: 1333,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2696: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2694 |
2695 |         /// Tiptoes (SMSReceived_Selection)
2696 |         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
2697 |             name: "Tiptoes",
2698 |             id: 1334,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2703: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2701 |
2702 |         /// Typewriters (SMSReceived_Selection)
2703 |         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
2704 |             name: "Typewriters",
2705 |             id: 1335,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2710: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
2542 |
2543 |     /// SMSReceived_Selection
2544 |     public struct SMSReceivedSelection: CaseIterable {
     |                   `- note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
2545 |         public static let categoryName = "SMSReceived_Selection"
2546 |
     :
2708 |
2709 |         /// Update (SMSReceived_Selection)
2710 |         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
2711 |             name: "Update",
2712 |             id: 1336,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2739: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
2725 |
2726 |     /// SystemSoundPreview_IgnoreRingerSwitch_NoVibe
2727 |     public struct SystemSoundPreviewIgnoreRingerSwitchNoVibe: CaseIterable {
     |                   `- note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitchNoVibe' conform to the 'Sendable' protocol
2728 |         public static let categoryName = "SystemSoundPreview_IgnoreRingerSwitch_NoVibe"
2729 |
     :
2737 |
2738 |         /// Swish (SystemSoundPreview_IgnoreRingerSwitch_NoVibe)
2739 |         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
2740 |             name: "Swish",
2741 |             id: 1318,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2894: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
2880 |
2881 |     /// PaymentFailure
2882 |     public struct PaymentFailure: CaseIterable {
     |                   `- note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
2883 |         public static let categoryName = "PaymentFailure"
2884 |
     :
2892 |
2893 |         /// payment_failure (PaymentFailure)
2894 |         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
2895 |             name: "payment_failure",
2896 |             id: 1395,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2901: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
2880 |
2881 |     /// PaymentFailure
2882 |     public struct PaymentFailure: CaseIterable {
     |                   `- note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
2883 |         public static let categoryName = "PaymentFailure"
2884 |
     :
2899 |
2900 |         /// nfc_scan_failure (PaymentFailure)
2901 |         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
2902 |             name: "nfc_scan_failure",
2903 |             id: 1398,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3260: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
3246 |
3247 |     /// Alert_BatteryLow_Haptic
3248 |     public struct AlertBatteryLowHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertBatteryLowHaptic' conform to the 'Sendable' protocol
3249 |         public static let categoryName = "Alert_BatteryLow_Haptic"
3250 |
     :
3258 |
3259 |         /// Alert_BatteryLow_10p_Haptic (Alert_BatteryLow_Haptic)
3260 |         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
3261 |             name: "Alert_BatteryLow_10p_Haptic",
3262 |             id: 1433,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3289: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
3275 |
3276 |     /// Alert_BatteryCritical_Haptic
3277 |     public struct AlertBatteryCriticalHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertBatteryCriticalHaptic' conform to the 'Sendable' protocol
3278 |         public static let categoryName = "Alert_BatteryCritical_Haptic"
3279 |
     :
3287 |
3288 |         /// Alert_BatteryLow_5p_Haptic (Alert_BatteryCritical_Haptic)
3289 |         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
3290 |             name: "Alert_BatteryLow_5p_Haptic",
3291 |             id: 1434,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3328: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
3314 |
3315 |     /// Alert_Mail_Haptic
3316 |     public struct AlertMailHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertMailHaptic' conform to the 'Sendable' protocol
3317 |         public static let categoryName = "Alert_Mail_Haptic"
3318 |
     :
3326 |
3327 |         /// Notification_Haptic (Alert_Mail_Haptic)
3328 |         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
3329 |             name: "Notification_Haptic",
3330 |             id: 1436,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3357: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
3343 |
3344 |     /// Alert_Messages_1_Haptic
3345 |     public struct AlertMessages1Haptic: CaseIterable {
     |                   `- note: consider making struct 'AlertMessages1Haptic' conform to the 'Sendable' protocol
3346 |         public static let categoryName = "Alert_Messages_1_Haptic"
3347 |
     :
3355 |
3356 |         /// Notification_Haptic (Alert_Messages_1_Haptic)
3357 |         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
3358 |             name: "Notification_Haptic",
3359 |             id: 1437,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3386: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
3372 |
3373 |     /// Alert_Messages_2_Haptic
3374 |     public struct AlertMessages2Haptic: CaseIterable {
     |                   `- note: consider making struct 'AlertMessages2Haptic' conform to the 'Sendable' protocol
3375 |         public static let categoryName = "Alert_Messages_2_Haptic"
3376 |
     :
3384 |
3385 |         /// Notification_Haptic (Alert_Messages_2_Haptic)
3386 |         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
3387 |             name: "Notification_Haptic",
3388 |             id: 1438,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3415: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
3401 |
3402 |     /// Alert_Messages_3_Haptic
3403 |     public struct AlertMessages3Haptic: CaseIterable {
     |                   `- note: consider making struct 'AlertMessages3Haptic' conform to the 'Sendable' protocol
3404 |         public static let categoryName = "Alert_Messages_3_Haptic"
3405 |
     :
3413 |
3414 |         /// Notification_Haptic (Alert_Messages_3_Haptic)
3415 |         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
3416 |             name: "Notification_Haptic",
3417 |             id: 1439,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3484: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
3470 |
3471 |     /// Alert_Voicemail_Haptic
3472 |     public struct AlertVoicemailHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertVoicemailHaptic' conform to the 'Sendable' protocol
3473 |         public static let categoryName = "Alert_Voicemail_Haptic"
3474 |
     :
3482 |
3483 |         /// Notification_Haptic (Alert_Voicemail_Haptic)
3484 |         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
3485 |             name: "Notification_Haptic",
3486 |             id: 1444,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3553: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
3539 |
3540 |     /// CameraShutter_Haptic
3541 |     public struct CameraShutterHaptic: CaseIterable {
     |                   `- note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
3542 |         public static let categoryName = "CameraShutter_Haptic"
3543 |
     :
3551 |
3552 |         /// CameraShutter_Haptic (CameraShutter_Haptic)
3553 |         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
3554 |             name: "CameraShutter_Haptic",
3555 |             id: 1449,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3560: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
3539 |
3540 |     /// CameraShutter_Haptic
3541 |     public struct CameraShutterHaptic: CaseIterable {
     |                   `- note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
3542 |         public static let categoryName = "CameraShutter_Haptic"
3543 |
     :
3558 |
3559 |         /// ScreenCapture (CameraShutter_Haptic)
3560 |         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
3561 |             name: "ScreenCapture",
3562 |             id: 1573,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4029: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
4015 |
4016 |     /// Alert_Mail_Salient_Haptic
4017 |     public struct AlertMailSalientHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertMailSalientHaptic' conform to the 'Sendable' protocol
4018 |         public static let categoryName = "Alert_Mail_Salient_Haptic"
4019 |
     :
4027 |
4028 |         /// Notification_Salient_Haptic (Alert_Mail_Salient_Haptic)
4029 |         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
4030 |             name: "Notification_Salient_Haptic",
4031 |             id: 1497,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4058: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
4044 |
4045 |     /// Alert_Messages_1_Salient_Haptic
4046 |     public struct AlertMessages1SalientHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertMessages1SalientHaptic' conform to the 'Sendable' protocol
4047 |         public static let categoryName = "Alert_Messages_1_Salient_Haptic"
4048 |
     :
4056 |
4057 |         /// Notification_Salient_Haptic (Alert_Messages_1_Salient_Haptic)
4058 |         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
4059 |             name: "Notification_Salient_Haptic",
4060 |             id: 1498,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4097: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
4083 |
4084 |     /// Alert_Voicemail_Salient_Haptic
4085 |     public struct AlertVoicemailSalientHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertVoicemailSalientHaptic' conform to the 'Sendable' protocol
4086 |         public static let categoryName = "Alert_Voicemail_Salient_Haptic"
4087 |
     :
4095 |
4096 |         /// Notification_Salient_Haptic (Alert_Voicemail_Salient_Haptic)
4097 |         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
4098 |             name: "Notification_Salient_Haptic",
4099 |             id: 1500,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4216: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
4202 |
4203 |     /// Alert_BatteryCritical_Salient_Haptic
4204 |     public struct AlertBatteryCriticalSalientHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertBatteryCriticalSalientHaptic' conform to the 'Sendable' protocol
4205 |         public static let categoryName = "Alert_BatteryCritical_Salient_Haptic"
4206 |
     :
4214 |
4215 |         /// Alert_BatteryLow_5p_Salient_Haptic (Alert_BatteryCritical_Salient_Haptic)
4216 |         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
4217 |             name: "Alert_BatteryLow_5p_Salient_Haptic",
4218 |             id: 1510,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4605: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
4591 |
4592 |     /// WorkoutStartAutoDetected_Haptic
4593 |     public struct WorkoutStartAutoDetectedHaptic: CaseIterable {
     |                   `- note: consider making struct 'WorkoutStartAutoDetectedHaptic' conform to the 'Sendable' protocol
4594 |         public static let categoryName = "WorkoutStartAutoDetected_Haptic"
4595 |
     :
4603 |
4604 |         /// WorkoutStartAutodetect (WorkoutStartAutoDetected_Haptic)
4605 |         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
4606 |             name: "WorkoutStartAutodetect",
4607 |             id: 1547,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4634: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
4620 |
4621 |     /// WorkoutCompleteAutoDetected_Haptic
4622 |     public struct WorkoutCompleteAutoDetectedHaptic: CaseIterable {
     |                   `- note: consider making struct 'WorkoutCompleteAutoDetectedHaptic' conform to the 'Sendable' protocol
4623 |         public static let categoryName = "WorkoutCompleteAutoDetected_Haptic"
4624 |
     :
4632 |
4633 |         /// WorkoutCompleteAutodetect (WorkoutCompleteAutoDetected_Haptic)
4634 |         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
4635 |             name: "WorkoutCompleteAutodetect",
4636 |             id: 1548,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4663: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
4649 |
4650 |     /// WorkoutPausedAutoDetected_Haptic
4651 |     public struct WorkoutPausedAutoDetectedHaptic: CaseIterable {
     |                   `- note: consider making struct 'WorkoutPausedAutoDetectedHaptic' conform to the 'Sendable' protocol
4652 |         public static let categoryName = "WorkoutPausedAutoDetected_Haptic"
4653 |
     :
4661 |
4662 |         /// WorkoutPausedAutoDetect (WorkoutPausedAutoDetected_Haptic)
4663 |         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
4664 |             name: "WorkoutPausedAutoDetect",
4665 |             id: 1549,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4692: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
4678 |
4679 |     /// WorkoutResumedAutoDetected_Haptic
4680 |     public struct WorkoutResumedAutoDetectedHaptic: CaseIterable {
     |                   `- note: consider making struct 'WorkoutResumedAutoDetectedHaptic' conform to the 'Sendable' protocol
4681 |         public static let categoryName = "WorkoutResumedAutoDetected_Haptic"
4682 |
     :
4690 |
4691 |         /// WorkoutResumedAutoDetect (WorkoutResumedAutoDetected_Haptic)
4692 |         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
4693 |             name: "WorkoutResumedAutoDetect",
4694 |             id: 1550,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4721: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
4707 |
4708 |     /// Alert_PaceAbove_Haptic
4709 |     public struct AlertPaceAboveHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertPaceAboveHaptic' conform to the 'Sendable' protocol
4710 |         public static let categoryName = "Alert_PaceAbove_Haptic"
4711 |
     :
4719 |
4720 |         /// WorkoutPaceAbove (Alert_PaceAbove_Haptic)
4721 |         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
4722 |             name: "WorkoutPaceAbove",
4723 |             id: 1551,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4750: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
4736 |
4737 |     /// Alert_PaceBelow_Haptic
4738 |     public struct AlertPaceBelowHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertPaceBelowHaptic' conform to the 'Sendable' protocol
4739 |         public static let categoryName = "Alert_PaceBelow_Haptic"
4740 |
     :
4748 |
4749 |         /// WorkoutPaceBelow (Alert_PaceBelow_Haptic)
4750 |         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
4751 |             name: "WorkoutPaceBelow",
4752 |             id: 1552,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4809: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
4795 |
4796 |     /// Alert_VCGroupInvitation_Haptic
4797 |     public struct AlertVCGroupInvitationHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertVCGroupInvitationHaptic' conform to the 'Sendable' protocol
4798 |         public static let categoryName = "Alert_VCGroupInvitation_Haptic"
4799 |
     :
4807 |
4808 |         /// MultiwayInvitation (Alert_VCGroupInvitation_Haptic)
4809 |         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
4810 |             name: "MultiwayInvitation",
4811 |             id: 1558,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4838: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
4824 |
4825 |     /// Alert_Critical_Haptic
4826 |     public struct AlertCriticalHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertCriticalHaptic' conform to the 'Sendable' protocol
4827 |         public static let categoryName = "Alert_Critical_Haptic"
4828 |
     :
4836 |
4837 |         /// 3rd_Party_Critical_Haptic (Alert_Critical_Haptic)
4838 |         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
4839 |             name: "3rd_Party_Critical_Haptic",
4840 |             id: 1559,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4867: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
4853 |
4854 |     /// Alert_FirstParty_Haptic
4855 |     public struct AlertFirstPartyHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertFirstPartyHaptic' conform to the 'Sendable' protocol
4856 |         public static let categoryName = "Alert_FirstParty_Haptic"
4857 |
     :
4865 |
4866 |         /// Alert_1stParty_Haptic (Alert_FirstParty_Haptic)
4867 |         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
4868 |             name: "Alert_1stParty_Haptic",
4869 |             id: 1560,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4896: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
4882 |
4883 |     /// Alert_HealthNotificationUrgent_Haptic
4884 |     public struct AlertHealthNotificationUrgentHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertHealthNotificationUrgentHaptic' conform to the 'Sendable' protocol
4885 |         public static let categoryName = "Alert_HealthNotificationUrgent_Haptic"
4886 |
     :
4894 |
4895 |         /// HealthNotificationUrgent (Alert_HealthNotificationUrgent_Haptic)
4896 |         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
4897 |             name: "HealthNotificationUrgent",
4898 |             id: 1561,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5030: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
5016 |
5017 |     /// HeadphoneAudioExposureLimitExceeded_Haptic
5018 |     public struct HeadphoneAudioExposureLimitExceededHaptic: CaseIterable {
     |                   `- note: consider making struct 'HeadphoneAudioExposureLimitExceededHaptic' conform to the 'Sendable' protocol
5019 |         public static let categoryName = "HeadphoneAudioExposureLimitExceeded_Haptic"
5020 |
     :
5028 |
5029 |         /// HeadphoneAudioExposureLimitExceeded (HeadphoneAudioExposureLimitExceeded_Haptic)
5030 |         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
5031 |             name: "HeadphoneAudioExposureLimitExceeded",
5032 |             id: 1572,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5084: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
5067 |
5068 |     /// PushToTalkJoined_Haptic
5069 |     public struct PushToTalkJoinedHaptic: CaseIterable {
     |                   `- note: consider making struct 'PushToTalkJoinedHaptic' conform to the 'Sendable' protocol
5070 |         public static let categoryName = "PushToTalkJoined_Haptic"
5071 |
     :
5082 |         /// PushToTalkJoined (PushToTalkJoined_Haptic)
5083 |         @available(iOS 16.2, *)
5084 |         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
5085 |             name: "PushToTalkJoined",
5086 |             id: 1576,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5116: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
5099 |
5100 |     /// PushToTalkLeft_Haptic
5101 |     public struct PushToTalkLeftHaptic: CaseIterable {
     |                   `- note: consider making struct 'PushToTalkLeftHaptic' conform to the 'Sendable' protocol
5102 |         public static let categoryName = "PushToTalkLeft_Haptic"
5103 |
     :
5114 |         /// PushToTalkLeft (PushToTalkLeft_Haptic)
5115 |         @available(iOS 16.2, *)
5116 |         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
5117 |             name: "PushToTalkLeft",
5118 |             id: 1577,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5148: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
5131 |
5132 |     /// PushToTalkUnmute_Haptic
5133 |     public struct PushToTalkUnmuteHaptic: CaseIterable {
     |                   `- note: consider making struct 'PushToTalkUnmuteHaptic' conform to the 'Sendable' protocol
5134 |         public static let categoryName = "PushToTalkUnmute_Haptic"
5135 |
     :
5146 |         /// PushToTalkUnmute (PushToTalkUnmute_Haptic)
5147 |         @available(iOS 16.2, *)
5148 |         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
5149 |             name: "PushToTalkUnmute",
5150 |             id: 1578,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5180: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
5163 |
5164 |     /// PushToTalkMute_Haptic
5165 |     public struct PushToTalkMuteHaptic: CaseIterable {
     |                   `- note: consider making struct 'PushToTalkMuteHaptic' conform to the 'Sendable' protocol
5166 |         public static let categoryName = "PushToTalkMute_Haptic"
5167 |
     :
5178 |         /// PushToTalkMute (PushToTalkMute_Haptic)
5179 |         @available(iOS 16.2, *)
5180 |         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
5181 |             name: "PushToTalkMute",
5182 |             id: 1579,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5212: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
5195 |
5196 |     /// PushToTalkUnmuteFail_Haptic
5197 |     public struct PushToTalkUnmuteFailHaptic: CaseIterable {
     |                   `- note: consider making struct 'PushToTalkUnmuteFailHaptic' conform to the 'Sendable' protocol
5198 |         public static let categoryName = "PushToTalkUnmuteFail_Haptic"
5199 |
     :
5210 |         /// PushToTalkUnmuteFail (PushToTalkUnmuteFail_Haptic)
5211 |         @available(iOS 16.2, *)
5212 |         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
5213 |             name: "PushToTalkUnmuteFail",
5214 |             id: 1580,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5255: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
5238 |
5239 |     /// Alert_IntervalEnded_Haptic
5240 |     public struct AlertIntervalEndedHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertIntervalEndedHaptic' conform to the 'Sendable' protocol
5241 |         public static let categoryName = "Alert_IntervalEnded_Haptic"
5242 |
     :
5253 |         /// IntervalEnded (Alert_IntervalEnded_Haptic)
5254 |         @available(iOS 16.2, *)
5255 |         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
5256 |             name: "IntervalEnded",
5257 |             id: 1582,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5287: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
5270 |
5271 |     /// Alert_IntervalUpcoming_Haptic
5272 |     public struct AlertIntervalUpcomingHaptic: CaseIterable {
     |                   `- note: consider making struct 'AlertIntervalUpcomingHaptic' conform to the 'Sendable' protocol
5273 |         public static let categoryName = "Alert_IntervalUpcoming_Haptic"
5274 |
     :
5285 |         /// IntervalUpcoming (Alert_IntervalUpcoming_Haptic)
5286 |         @available(iOS 16.2, *)
5287 |         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
5288 |             name: "IntervalUpcoming",
5289 |             id: 1583,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5319: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
5302 |
5303 |     /// Elevation_Alert_Haptic
5304 |     public struct ElevationAlertHaptic: CaseIterable {
     |                   `- note: consider making struct 'ElevationAlertHaptic' conform to the 'Sendable' protocol
5305 |         public static let categoryName = "Elevation_Alert_Haptic"
5306 |
     :
5317 |         /// Elevation (Elevation_Alert_Haptic)
5318 |         @available(iOS 17, *)
5319 |         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
5320 |             name: "Elevation",
5321 |             id: 1584,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5351: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
5334 |
5335 |     /// IDCard_Sender_Confirmation_Haptic
5336 |     public struct IdCardSenderConfirmationHaptic: CaseIterable {
     |                   `- note: consider making struct 'IdCardSenderConfirmationHaptic' conform to the 'Sendable' protocol
5337 |         public static let categoryName = "IDCard_Sender_Confirmation_Haptic"
5338 |
     :
5349 |         /// SenderConfirmation (IDCard_Sender_Confirmation_Haptic)
5350 |         @available(iOS 17, *)
5351 |         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
5352 |             name: "SenderConfirmation",
5353 |             id: 1585,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5383: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
5366 |
5367 |     /// IDCard_Receiver_Confirmation_Haptic
5368 |     public struct IdCardReceiverConfirmationHaptic: CaseIterable {
     |                   `- note: consider making struct 'IdCardReceiverConfirmationHaptic' conform to the 'Sendable' protocol
5369 |         public static let categoryName = "IDCard_Receiver_Confirmation_Haptic"
5370 |
     :
5381 |         /// ReceiverConfirmation (IDCard_Receiver_Confirmation_Haptic)
5382 |         @available(iOS 17, *)
5383 |         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
5384 |             name: "ReceiverConfirmation",
5385 |             id: 1586,
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5415: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
5398 |
5399 |     /// IDCard_Receiver_Connect_Haptic
5400 |     public struct IdCardReceiverConnectHaptic: CaseIterable {
     |                   `- note: consider making struct 'IdCardReceiverConnectHaptic' conform to the 'Sendable' protocol
5401 |         public static let categoryName = "IDCard_Receiver_Connect_Haptic"
5402 |
     :
5413 |         /// ReceiverConnect (IDCard_Receiver_Connect_Haptic)
5414 |         @available(iOS 17, *)
5415 |         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
5416 |             name: "ReceiverConnect",
5417 |             id: 1587,
Build complete! (6.53s)
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.