The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Feedback, reference main (64fb2c), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 12:37:10 UTC.

Swift 6 data race errors: 157

Build Command

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

Build Log

    static let busyToneCEPT = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:37:16: note: add '@MainActor' to make static property 'busyToneCEPT' part of global actor 'MainActor'
    static let busyToneCEPT = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let busyToneCEPT = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:41:16: warning: static property 'callWaitingToneANSI' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let callWaitingToneANSI = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:41:16: note: add '@MainActor' to make static property 'callWaitingToneANSI' part of global actor 'MainActor'
    static let callWaitingToneANSI = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:41:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let callWaitingToneANSI = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:45:16: warning: static property 'callWaitingToneCEPT' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let callWaitingToneCEPT = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:45:16: note: add '@MainActor' to make static property 'callWaitingToneCEPT' part of global actor 'MainActor'
    static let callWaitingToneCEPT = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let callWaitingToneCEPT = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:49:16: warning: static property 'ctCallWaiting' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ctCallWaiting = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:49:16: note: add '@MainActor' to make static property 'ctCallWaiting' part of global actor 'MainActor'
    static let ctCallWaiting = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:49:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ctCallWaiting = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:53:16: warning: static property 'dtmf0' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf0 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:53:16: note: add '@MainActor' to make static property 'dtmf0' part of global actor 'MainActor'
    static let dtmf0 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf0 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:57:16: warning: static property 'dtmf1' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf1 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:57:16: note: add '@MainActor' to make static property 'dtmf1' part of global actor 'MainActor'
    static let dtmf1 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:57:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf1 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:61:16: warning: static property 'dtmf2' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf2 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:61:16: note: add '@MainActor' to make static property 'dtmf2' part of global actor 'MainActor'
    static let dtmf2 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:61:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf2 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:65:16: warning: static property 'dtmf3' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf3 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:65:16: note: add '@MainActor' to make static property 'dtmf3' part of global actor 'MainActor'
    static let dtmf3 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf3 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:69:16: warning: static property 'dtmf4' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf4 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:69:16: note: add '@MainActor' to make static property 'dtmf4' part of global actor 'MainActor'
    static let dtmf4 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf4 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:73:16: warning: static property 'dtmf5' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf5 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:73:16: note: add '@MainActor' to make static property 'dtmf5' part of global actor 'MainActor'
    static let dtmf5 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf5 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:77:16: warning: static property 'dtmf6' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf6 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:77:16: note: add '@MainActor' to make static property 'dtmf6' part of global actor 'MainActor'
    static let dtmf6 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf6 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:81:16: warning: static property 'dtmf7' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf7 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:81:16: note: add '@MainActor' to make static property 'dtmf7' part of global actor 'MainActor'
    static let dtmf7 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf7 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:85:16: warning: static property 'dtmf8' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf8 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:85:16: note: add '@MainActor' to make static property 'dtmf8' part of global actor 'MainActor'
    static let dtmf8 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf8 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:89:16: warning: static property 'dtmf9' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmf9 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:89:16: note: add '@MainActor' to make static property 'dtmf9' part of global actor 'MainActor'
    static let dtmf9 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:89:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmf9 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:93:16: warning: static property 'dtmfPound' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmfPound = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:93:16: note: add '@MainActor' to make static property 'dtmfPound' part of global actor 'MainActor'
    static let dtmfPound = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:93:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmfPound = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:97:16: warning: static property 'dtmfStar' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dtmfStar = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:97:16: note: add '@MainActor' to make static property 'dtmfStar' part of global actor 'MainActor'
    static let dtmfStar = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:97:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dtmfStar = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:101:16: warning: static property 'endCallToneCEPT' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let endCallToneCEPT = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:101:16: note: add '@MainActor' to make static property 'endCallToneCEPT' part of global actor 'MainActor'
    static let endCallToneCEPT = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:101:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let endCallToneCEPT = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:105:16: warning: static property 'headphoneAudioExposureLimitExceeded' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let headphoneAudioExposureLimitExceeded = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:105:16: note: add '@MainActor' to make static property 'headphoneAudioExposureLimitExceeded' part of global actor 'MainActor'
    static let headphoneAudioExposureLimitExceeded = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:105:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let headphoneAudioExposureLimitExceeded = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:109:16: warning: static property 'healthNotificationUrgent' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let healthNotificationUrgent = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:109:16: note: add '@MainActor' to make static property 'healthNotificationUrgent' part of global actor 'MainActor'
    static let healthNotificationUrgent = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:109:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let healthNotificationUrgent = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:113:16: warning: static property 'mediaHandoff' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mediaHandoff = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:113:16: note: add '@MainActor' to make static property 'mediaHandoff' part of global actor 'MainActor'
    static let mediaHandoff = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mediaHandoff = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:117:16: warning: static property 'mediaPaused' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mediaPaused = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:117:16: note: add '@MainActor' to make static property 'mediaPaused' part of global actor 'MainActor'
    static let mediaPaused = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:117:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mediaPaused = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:121:16: warning: static property 'micMute' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let micMute = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:121:16: note: add '@MainActor' to make static property 'micMute' part of global actor 'MainActor'
    static let micMute = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:121:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let micMute = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:125:16: warning: static property 'micUnmute' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let micUnmute = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:125:16: note: add '@MainActor' to make static property 'micUnmute' part of global actor 'MainActor'
    static let micUnmute = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:125:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let micUnmute = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:129:16: warning: static property 'micUnmuteFail' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let micUnmuteFail = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:129:16: note: add '@MainActor' to make static property 'micUnmuteFail' part of global actor 'MainActor'
    static let micUnmuteFail = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:129:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let micUnmuteFail = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:133:16: warning: static property 'multiwayJoin' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let multiwayJoin = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:133:16: note: add '@MainActor' to make static property 'multiwayJoin' part of global actor 'MainActor'
    static let multiwayJoin = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let multiwayJoin = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:137:16: warning: static property 'multiwayLeave' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let multiwayLeave = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:137:16: note: add '@MainActor' to make static property 'multiwayLeave' part of global actor 'MainActor'
    static let multiwayLeave = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:137:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let multiwayLeave = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:141:16: warning: static property 'pushToTalkJoined' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pushToTalkJoined = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:141:16: note: add '@MainActor' to make static property 'pushToTalkJoined' part of global actor 'MainActor'
    static let pushToTalkJoined = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:141:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pushToTalkJoined = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:145:16: warning: static property 'pushToTalkLeft' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pushToTalkLeft = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:145:16: note: add '@MainActor' to make static property 'pushToTalkLeft' part of global actor 'MainActor'
    static let pushToTalkLeft = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:145:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pushToTalkLeft = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:149:16: warning: static property 'pushToTalkMute' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pushToTalkMute = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:149:16: note: add '@MainActor' to make static property 'pushToTalkMute' part of global actor 'MainActor'
    static let pushToTalkMute = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pushToTalkMute = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:153:16: warning: static property 'pushToTalkUnmute' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pushToTalkUnmute = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:153:16: note: add '@MainActor' to make static property 'pushToTalkUnmute' part of global actor 'MainActor'
    static let pushToTalkUnmute = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:153:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pushToTalkUnmute = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:157:16: warning: static property 'pushToTalkUnmuteFail' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pushToTalkUnmuteFail = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:157:16: note: add '@MainActor' to make static property 'pushToTalkUnmuteFail' part of global actor 'MainActor'
    static let pushToTalkUnmuteFail = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:157:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pushToTalkUnmuteFail = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:161:16: warning: static property 'ringbackToneANSI' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ringbackToneANSI = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:161:16: note: add '@MainActor' to make static property 'ringbackToneANSI' part of global actor 'MainActor'
    static let ringbackToneANSI = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:161:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ringbackToneANSI = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:165:16: warning: static property 'ringbackToneAUS' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ringbackToneAUS = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:165:16: note: add '@MainActor' to make static property 'ringbackToneAUS' part of global actor 'MainActor'
    static let ringbackToneAUS = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:165:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ringbackToneAUS = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:169:16: warning: static property 'ringbackToneCEPT' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ringbackToneCEPT = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:169:16: note: add '@MainActor' to make static property 'ringbackToneCEPT' part of global actor 'MainActor'
    static let ringbackToneCEPT = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ringbackToneCEPT = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:173:16: warning: static property 'ringbackToneHK' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ringbackToneHK = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:173:16: note: add '@MainActor' to make static property 'ringbackToneHK' part of global actor 'MainActor'
    static let ringbackToneHK = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:173:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ringbackToneHK = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:177:16: warning: static property 'ringbackToneUK' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ringbackToneUK = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:177:16: note: add '@MainActor' to make static property 'ringbackToneUK' part of global actor 'MainActor'
    static let ringbackToneUK = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:177:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ringbackToneUK = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:181:16: warning: static property 'screenCapture' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let screenCapture = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:181:16: note: add '@MainActor' to make static property 'screenCapture' part of global actor 'MainActor'
    static let screenCapture = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:181:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let screenCapture = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:185:16: warning: static property 'screenSharingStarted' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let screenSharingStarted = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:185:16: note: add '@MainActor' to make static property 'screenSharingStarted' part of global actor 'MainActor'
    static let screenSharingStarted = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:185:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let screenSharingStarted = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:189:16: warning: static property 'vcEnded' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vcEnded = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:189:16: note: add '@MainActor' to make static property 'vcEnded' part of global actor 'MainActor'
    static let vcEnded = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vcEnded = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:193:16: warning: static property 'vcInvitationAccepted' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vcInvitationAccepted = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:193:16: note: add '@MainActor' to make static property 'vcInvitationAccepted' part of global actor 'MainActor'
    static let vcInvitationAccepted = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:193:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vcInvitationAccepted = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:197:16: warning: static property 'vcRinging' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vcRinging = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:197:16: note: add '@MainActor' to make static property 'vcRinging' part of global actor 'MainActor'
    static let vcRinging = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:197:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vcRinging = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:201:16: warning: static property 'vcRingingWatch' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vcRingingWatch = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:201:16: note: add '@MainActor' to make static property 'vcRingingWatch' part of global actor 'MainActor'
    static let vcRingingWatch = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:201:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vcRingingWatch = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:205:16: warning: static property 'workoutCompleteAutodetect' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let workoutCompleteAutodetect = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:205:16: note: add '@MainActor' to make static property 'workoutCompleteAutodetect' part of global actor 'MainActor'
    static let workoutCompleteAutodetect = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:205:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let workoutCompleteAutodetect = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:209:16: warning: static property 'workoutPaceAbove' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let workoutPaceAbove = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:209:16: note: add '@MainActor' to make static property 'workoutPaceAbove' part of global actor 'MainActor'
    static let workoutPaceAbove = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:209:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let workoutPaceAbove = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:213:16: warning: static property 'workoutPaceBelow' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let workoutPaceBelow = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:213:16: note: add '@MainActor' to make static property 'workoutPaceBelow' part of global actor 'MainActor'
    static let workoutPaceBelow = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:213:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let workoutPaceBelow = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:217:16: warning: static property 'workoutPausedAutoDetect' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let workoutPausedAutoDetect = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:217:16: note: add '@MainActor' to make static property 'workoutPausedAutoDetect' part of global actor 'MainActor'
    static let workoutPausedAutoDetect = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:217:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let workoutPausedAutoDetect = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:221:16: warning: static property 'workoutResumedAutoDetect' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let workoutResumedAutoDetect = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:221:16: note: add '@MainActor' to make static property 'workoutResumedAutoDetect' part of global actor 'MainActor'
    static let workoutResumedAutoDetect = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:221:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let workoutResumedAutoDetect = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:225:16: warning: static property 'workoutStartAutodetect' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let workoutStartAutodetect = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:225:16: note: add '@MainActor' to make static property 'workoutStartAutodetect' part of global actor 'MainActor'
    static let workoutStartAutodetect = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:225:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let workoutStartAutodetect = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:229:16: warning: static property 'critical' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let critical = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:229:16: note: add '@MainActor' to make static property 'critical' part of global actor 'MainActor'
    static let critical = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:229:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let critical = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:233:16: warning: static property 'accessScanComplete' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let accessScanComplete = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:233:16: note: add '@MainActor' to make static property 'accessScanComplete' part of global actor 'MainActor'
    static let accessScanComplete = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:233:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let accessScanComplete = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:237:16: warning: static property 'acknowledgmentReceived' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let acknowledgmentReceived = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:237:16: note: add '@MainActor' to make static property 'acknowledgmentReceived' part of global actor 'MainActor'
    static let acknowledgmentReceived = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:237:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let acknowledgmentReceived = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:241:16: warning: static property 'acknowledgmentSent' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let acknowledgmentSent = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:241:16: note: add '@MainActor' to make static property 'acknowledgmentSent' part of global actor 'MainActor'
    static let acknowledgmentSent = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:241:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let acknowledgmentSent = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:245:16: warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let alarm = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:245:16: note: add '@MainActor' to make static property 'alarm' part of global actor 'MainActor'
    static let alarm = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:245:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let alarm = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:249:16: warning: static property 'beginRecord' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let beginRecord = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:249:16: note: add '@MainActor' to make static property 'beginRecord' part of global actor 'MainActor'
    static let beginRecord = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:249:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let beginRecord = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:253:16: warning: static property 'cameraTimerCountdown' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let cameraTimerCountdown = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:253:16: note: add '@MainActor' to make static property 'cameraTimerCountdown' part of global actor 'MainActor'
    static let cameraTimerCountdown = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:253:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let cameraTimerCountdown = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:257:16: warning: static property 'cameraTimerFinalSecond' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let cameraTimerFinalSecond = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:257:16: note: add '@MainActor' to make static property 'cameraTimerFinalSecond' part of global actor 'MainActor'
    static let cameraTimerFinalSecond = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:257:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let cameraTimerFinalSecond = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:261:16: warning: static property 'connectPower' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let connectPower = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:261:16: note: add '@MainActor' to make static property 'connectPower' part of global actor 'MainActor'
    static let connectPower = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:261:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let connectPower = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:265:16: warning: static property 'ctBusy' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ctBusy = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:265:16: note: add '@MainActor' to make static property 'ctBusy' part of global actor 'MainActor'
    static let ctBusy = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:265:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ctBusy = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:269:16: warning: static property 'ctCongestion' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ctCongestion = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:269:16: note: add '@MainActor' to make static property 'ctCongestion' part of global actor 'MainActor'
    static let ctCongestion = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:269:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ctCongestion = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:273:16: warning: static property 'ctError' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ctError = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:273:16: note: add '@MainActor' to make static property 'ctError' part of global actor 'MainActor'
    static let ctError = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:273:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ctError = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:277:16: warning: static property 'ctKeytone2' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ctKeytone2 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:277:16: note: add '@MainActor' to make static property 'ctKeytone2' part of global actor 'MainActor'
    static let ctKeytone2 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:277:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ctKeytone2 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:281:16: warning: static property 'ctPathACK' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ctPathACK = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:281:16: note: add '@MainActor' to make static property 'ctPathACK' part of global actor 'MainActor'
    static let ctPathACK = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:281:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ctPathACK = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:285:16: warning: static property 'deviceShutdown' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let deviceShutdown = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:285:16: note: add '@MainActor' to make static property 'deviceShutdown' part of global actor 'MainActor'
    static let deviceShutdown = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:285:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let deviceShutdown = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:289:16: warning: static property 'doorbell' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let doorbell = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:289:16: note: add '@MainActor' to make static property 'doorbell' part of global actor 'MainActor'
    static let doorbell = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:289:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let doorbell = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:293:16: warning: static property 'endRecord' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let endRecord = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:293:16: note: add '@MainActor' to make static property 'endRecord' part of global actor 'MainActor'
    static let endRecord = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:293:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let endRecord = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:297:16: warning: static property 'focusChangeAppIcon' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let focusChangeAppIcon = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:297:16: note: add '@MainActor' to make static property 'focusChangeAppIcon' part of global actor 'MainActor'
    static let focusChangeAppIcon = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:297:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let focusChangeAppIcon = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:301:16: warning: static property 'focusChangeKeyboard' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let focusChangeKeyboard = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:301:16: note: add '@MainActor' to make static property 'focusChangeKeyboard' part of global actor 'MainActor'
    static let focusChangeKeyboard = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:301:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let focusChangeKeyboard = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:305:16: warning: static property 'focusChangeLarge' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let focusChangeLarge = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:305:16: note: add '@MainActor' to make static property 'focusChangeLarge' part of global actor 'MainActor'
    static let focusChangeLarge = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:305:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let focusChangeLarge = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:309:16: warning: static property 'focusChangeSmall' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let focusChangeSmall = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:309:16: note: add '@MainActor' to make static property 'focusChangeSmall' part of global actor 'MainActor'
    static let focusChangeSmall = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:309:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let focusChangeSmall = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:313:16: warning: static property 'gotoSleepAlert' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gotoSleepAlert = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:313:16: note: add '@MainActor' to make static property 'gotoSleepAlert' part of global actor 'MainActor'
    static let gotoSleepAlert = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:313:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gotoSleepAlert = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:317:16: warning: static property 'healthNotification' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let healthNotification = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:317:16: note: add '@MainActor' to make static property 'healthNotification' part of global actor 'MainActor'
    static let healthNotification = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:317:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let healthNotification = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:321:16: warning: static property 'jblAmbiguous' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let jblAmbiguous = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:321:16: note: add '@MainActor' to make static property 'jblAmbiguous' part of global actor 'MainActor'
    static let jblAmbiguous = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:321:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let jblAmbiguous = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:325:16: warning: static property 'jblBegin' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let jblBegin = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:325:16: note: add '@MainActor' to make static property 'jblBegin' part of global actor 'MainActor'
    static let jblBegin = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:325:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let jblBegin = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:329:16: warning: static property 'jblBeginShort' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let jblBeginShort = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:329:16: note: add '@MainActor' to make static property 'jblBeginShort' part of global actor 'MainActor'
    static let jblBeginShort = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:329:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let jblBeginShort = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:333:16: warning: static property 'jblBeginShortCarplay' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let jblBeginShortCarplay = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:333:16: note: add '@MainActor' to make static property 'jblBeginShortCarplay' part of global actor 'MainActor'
    static let jblBeginShortCarplay = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:333:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let jblBeginShortCarplay = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:337:16: warning: static property 'jblCancel' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let jblCancel = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:337:16: note: add '@MainActor' to make static property 'jblCancel' part of global actor 'MainActor'
    static let jblCancel = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:337:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let jblCancel = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:341:16: warning: static property 'jblConfirm' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let jblConfirm = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:341:16: note: add '@MainActor' to make static property 'jblConfirm' part of global actor 'MainActor'
    static let jblConfirm = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:341:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let jblConfirm = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:345:16: warning: static property 'jblNoMatch' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let jblNoMatch = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:345:16: note: add '@MainActor' to make static property 'jblNoMatch' part of global actor 'MainActor'
    static let jblNoMatch = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:345:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let jblNoMatch = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:349:16: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let keyPressClick = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:349:16: note: add '@MainActor' to make static property 'keyPressClick' part of global actor 'MainActor'
    static let keyPressClick = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:349:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keyPressClick = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:353:16: warning: static property 'keyPressDelete' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let keyPressDelete = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:353:16: note: add '@MainActor' to make static property 'keyPressDelete' part of global actor 'MainActor'
    static let keyPressDelete = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:353:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keyPressDelete = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:357:16: warning: static property 'keyPressModifier' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let keyPressModifier = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:357:16: note: add '@MainActor' to make static property 'keyPressModifier' part of global actor 'MainActor'
    static let keyPressModifier = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:357:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keyPressModifier = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:361:16: warning: static property 'keyboardPressClear' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let keyboardPressClear = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:361:16: note: add '@MainActor' to make static property 'keyboardPressClear' part of global actor 'MainActor'
    static let keyboardPressClear = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:361:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keyboardPressClear = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:365:16: warning: static property 'keyboardPressDelete' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let keyboardPressDelete = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:365:16: note: add '@MainActor' to make static property 'keyboardPressDelete' part of global actor 'MainActor'
    static let keyboardPressDelete = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:365:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keyboardPressDelete = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:369:16: warning: static property 'keyboardPressNormal' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let keyboardPressNormal = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:369:16: note: add '@MainActor' to make static property 'keyboardPressNormal' part of global actor 'MainActor'
    static let keyboardPressNormal = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:369:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keyboardPressNormal = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:373:16: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lock = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:373:16: note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
    static let lock = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:373:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lock = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:377:16: warning: static property 'longLowShortHigh' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let longLowShortHigh = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:377:16: note: add '@MainActor' to make static property 'longLowShortHigh' part of global actor 'MainActor'
    static let longLowShortHigh = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:377:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let longLowShortHigh = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:381:16: warning: static property 'lowPower' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lowPower = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:381:16: note: add '@MainActor' to make static property 'lowPower' part of global actor 'MainActor'
    static let lowPower = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:381:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lowPower = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:385:16: warning: static property 'mailSent' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mailSent = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:385:16: note: add '@MainActor' to make static property 'mailSent' part of global actor 'MainActor'
    static let mailSent = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:385:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mailSent = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:389:16: warning: static property 'middle9ShortDoubleLow' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let middle9ShortDoubleLow = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:389:16: note: add '@MainActor' to make static property 'middle9ShortDoubleLow' part of global actor 'MainActor'
    static let middle9ShortDoubleLow = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:389:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let middle9ShortDoubleLow = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:393:16: warning: static property 'multiwayInvitation' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let multiwayInvitation = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:393:16: note: add '@MainActor' to make static property 'multiwayInvitation' part of global actor 'MainActor'
    static let multiwayInvitation = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:393:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let multiwayInvitation = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:397:16: warning: static property 'navigationPop' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let navigationPop = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:397:16: note: add '@MainActor' to make static property 'navigationPop' part of global actor 'MainActor'
    static let navigationPop = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:397:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let navigationPop = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:401:16: warning: static property 'navigationPush' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let navigationPush = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:401:16: note: add '@MainActor' to make static property 'navigationPush' part of global actor 'MainActor'
    static let navigationPush = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:401:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let navigationPush = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:405:16: warning: static property 'navigationGenericManeuver' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let navigationGenericManeuver = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:405:16: note: add '@MainActor' to make static property 'navigationGenericManeuver' part of global actor 'MainActor'
    static let navigationGenericManeuver = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:405:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let navigationGenericManeuver = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:409:16: warning: static property 'newMail' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let newMail = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:409:16: note: add '@MainActor' to make static property 'newMail' part of global actor 'MainActor'
    static let newMail = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:409:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let newMail = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:413:16: warning: static property 'nfcScanComplete' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nfcScanComplete = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:413:16: note: add '@MainActor' to make static property 'nfcScanComplete' part of global actor 'MainActor'
    static let nfcScanComplete = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:413:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nfcScanComplete = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:417:16: warning: static property 'nfcScanFailure' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nfcScanFailure = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:417:16: note: add '@MainActor' to make static property 'nfcScanFailure' part of global actor 'MainActor'
    static let nfcScanFailure = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:417:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nfcScanFailure = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:421:16: warning: static property 'paymentFailure' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let paymentFailure = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:421:16: note: add '@MainActor' to make static property 'paymentFailure' part of global actor 'MainActor'
    static let paymentFailure = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:421:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let paymentFailure = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:425:16: warning: static property 'paymentSuccess' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let paymentSuccess = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:425:16: note: add '@MainActor' to make static property 'paymentSuccess' part of global actor 'MainActor'
    static let paymentSuccess = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:425:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let paymentSuccess = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:429:16: warning: static property 'paymentReceived' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let paymentReceived = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:429:16: note: add '@MainActor' to make static property 'paymentReceived' part of global actor 'MainActor'
    static let paymentReceived = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:429:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let paymentReceived = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:433:16: warning: static property 'paymentReceivedFailure' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let paymentReceivedFailure = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:433:16: note: add '@MainActor' to make static property 'paymentReceivedFailure' part of global actor 'MainActor'
    static let paymentReceivedFailure = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:433:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let paymentReceivedFailure = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:437:16: warning: static property 'photoShutter' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let photoShutter = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:437:16: note: add '@MainActor' to make static property 'photoShutter' part of global actor 'MainActor'
    static let photoShutter = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:437:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let photoShutter = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:441:16: warning: static property 'pinDelete' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pinDelete = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:441:16: note: add '@MainActor' to make static property 'pinDelete' part of global actor 'MainActor'
    static let pinDelete = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:441:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pinDelete = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:445:16: warning: static property 'pinDeleteAX' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pinDeleteAX = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:445:16: note: add '@MainActor' to make static property 'pinDeleteAX' part of global actor 'MainActor'
    static let pinDeleteAX = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:445:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pinDeleteAX = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:449:16: warning: static property 'pinEnterDigit' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pinEnterDigit = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:449:16: note: add '@MainActor' to make static property 'pinEnterDigit' part of global actor 'MainActor'
    static let pinEnterDigit = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:449:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pinEnterDigit = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:453:16: warning: static property 'pinEnterDigitAX' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pinEnterDigitAX = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:453:16: note: add '@MainActor' to make static property 'pinEnterDigitAX' part of global actor 'MainActor'
    static let pinEnterDigitAX = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:453:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pinEnterDigitAX = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:457:16: warning: static property 'pinSubmitAX' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pinSubmitAX = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:457:16: note: add '@MainActor' to make static property 'pinSubmitAX' part of global actor 'MainActor'
    static let pinSubmitAX = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:457:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pinSubmitAX = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:461:16: warning: static property 'pinUnexpected' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pinUnexpected = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:461:16: note: add '@MainActor' to make static property 'pinUnexpected' part of global actor 'MainActor'
    static let pinUnexpected = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:461:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pinUnexpected = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:465:16: warning: static property 'receivedMessage' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let receivedMessage = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:465:16: note: add '@MainActor' to make static property 'receivedMessage' part of global actor 'MainActor'
    static let receivedMessage = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:465:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let receivedMessage = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:469:16: warning: static property 'ringerChanged' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ringerChanged = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:469:16: note: add '@MainActor' to make static property 'ringerChanged' part of global actor 'MainActor'
    static let ringerChanged = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:469:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ringerChanged = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:473:16: warning: static property 'sentMessage' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sentMessage = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:473:16: note: add '@MainActor' to make static property 'sentMessage' part of global actor 'MainActor'
    static let sentMessage = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:473:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sentMessage = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:477:16: warning: static property 'shake' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shake = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:477:16: note: add '@MainActor' to make static property 'shake' part of global actor 'MainActor'
    static let shake = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:477:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shake = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:481:16: warning: static property 'shortDoubleHigh' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shortDoubleHigh = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:481:16: note: add '@MainActor' to make static property 'shortDoubleHigh' part of global actor 'MainActor'
    static let shortDoubleHigh = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:481:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shortDoubleHigh = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:485:16: warning: static property 'shortDoubleLow' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shortDoubleLow = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:485:16: note: add '@MainActor' to make static property 'shortDoubleLow' part of global actor 'MainActor'
    static let shortDoubleLow = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:485:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shortDoubleLow = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:489:16: warning: static property 'shortLowHigh' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shortLowHigh = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:489:16: note: add '@MainActor' to make static property 'shortLowHigh' part of global actor 'MainActor'
    static let shortLowHigh = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:489:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shortLowHigh = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:493:16: warning: static property 'simToolkitCallDropped' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let simToolkitCallDropped = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:493:16: note: add '@MainActor' to make static property 'simToolkitCallDropped' part of global actor 'MainActor'
    static let simToolkitCallDropped = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:493:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let simToolkitCallDropped = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:497:16: warning: static property 'simToolkitGeneralBeep' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let simToolkitGeneralBeep = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:497:16: note: add '@MainActor' to make static property 'simToolkitGeneralBeep' part of global actor 'MainActor'
    static let simToolkitGeneralBeep = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:497:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let simToolkitGeneralBeep = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:501:16: warning: static property 'simToolkitNegativeACK' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let simToolkitNegativeACK = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:501:16: note: add '@MainActor' to make static property 'simToolkitNegativeACK' part of global actor 'MainActor'
    static let simToolkitNegativeACK = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:501:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let simToolkitNegativeACK = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:505:16: warning: static property 'simToolkitPositiveACK' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let simToolkitPositiveACK = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:505:16: note: add '@MainActor' to make static property 'simToolkitPositiveACK' part of global actor 'MainActor'
    static let simToolkitPositiveACK = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:505:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let simToolkitPositiveACK = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:509:16: warning: static property 'simToolkitSMS' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let simToolkitSMS = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:509:16: note: add '@MainActor' to make static property 'simToolkitSMS' part of global actor 'MainActor'
    static let simToolkitSMS = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:509:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let simToolkitSMS = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:513:16: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smsReceived1 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:513:16: note: add '@MainActor' to make static property 'smsReceived1' part of global actor 'MainActor'
    static let smsReceived1 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:513:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smsReceived1 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:517:16: warning: static property 'smsReceived2' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smsReceived2 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:517:16: note: add '@MainActor' to make static property 'smsReceived2' part of global actor 'MainActor'
    static let smsReceived2 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:517:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smsReceived2 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:521:16: warning: static property 'smsReceived3' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smsReceived3 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:521:16: note: add '@MainActor' to make static property 'smsReceived3' part of global actor 'MainActor'
    static let smsReceived3 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:521:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smsReceived3 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:525:16: warning: static property 'smsReceived4' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smsReceived4 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:525:16: note: add '@MainActor' to make static property 'smsReceived4' part of global actor 'MainActor'
    static let smsReceived4 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:525:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smsReceived4 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:529:16: warning: static property 'smsReceived5' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smsReceived5 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:529:16: note: add '@MainActor' to make static property 'smsReceived5' part of global actor 'MainActor'
    static let smsReceived5 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:529:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smsReceived5 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:533:16: warning: static property 'smsReceived6' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let smsReceived6 = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:533:16: note: add '@MainActor' to make static property 'smsReceived6' part of global actor 'MainActor'
    static let smsReceived6 = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:533:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let smsReceived6 = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:537:16: warning: static property 'swish' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let swish = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:537:16: note: add '@MainActor' to make static property 'swish' part of global actor 'MainActor'
    static let swish = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:537:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let swish = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:541:16: warning: static property 'tink' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tink = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:541:16: note: add '@MainActor' to make static property 'tink' part of global actor 'MainActor'
    static let tink = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:541:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tink = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:545:16: warning: static property 'tock' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tock = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:545:16: note: add '@MainActor' to make static property 'tock' part of global actor 'MainActor'
    static let tock = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:545:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tock = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:549:16: warning: static property 'tweetSent' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tweetSent = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:549:16: note: add '@MainActor' to make static property 'tweetSent' part of global actor 'MainActor'
    static let tweetSent = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:549:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tweetSent = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:553:16: warning: static property 'ussd' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ussd = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:553:16: note: add '@MainActor' to make static property 'ussd' part of global actor 'MainActor'
    static let ussd = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:553:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ussd = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:557:16: warning: static property 'warsaw' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let warsaw = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:557:16: note: add '@MainActor' to make static property 'warsaw' part of global actor 'MainActor'
    static let warsaw = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:557:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let warsaw = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:561:16: warning: static property 'webcamStart' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let webcamStart = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:561:16: note: add '@MainActor' to make static property 'webcamStart' part of global actor 'MainActor'
    static let webcamStart = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:561:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let webcamStart = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:565:16: warning: static property 'wheelsOfTime' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wheelsOfTime = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:565:16: note: add '@MainActor' to make static property 'wheelsOfTime' part of global actor 'MainActor'
    static let wheelsOfTime = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:565:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wheelsOfTime = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:569:16: warning: static property 'anticipate' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let anticipate = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:569:16: note: add '@MainActor' to make static property 'anticipate' part of global actor 'MainActor'
    static let anticipate = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:569:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let anticipate = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:573:16: warning: static property 'bloom' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bloom = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:573:16: note: add '@MainActor' to make static property 'bloom' part of global actor 'MainActor'
    static let bloom = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:573:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bloom = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:577:16: warning: static property 'calypso' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let calypso = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:577:16: note: add '@MainActor' to make static property 'calypso' part of global actor 'MainActor'
    static let calypso = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:577:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let calypso = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:581:16: warning: static property 'chooChoo' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let chooChoo = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:581:16: note: add '@MainActor' to make static property 'chooChoo' part of global actor 'MainActor'
    static let chooChoo = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:581:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let chooChoo = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:585:16: warning: static property 'descent' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let descent = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:585:16: note: add '@MainActor' to make static property 'descent' part of global actor 'MainActor'
    static let descent = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:585:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let descent = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:589:16: warning: static property 'fanfare' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fanfare = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:589:16: note: add '@MainActor' to make static property 'fanfare' part of global actor 'MainActor'
    static let fanfare = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:589:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fanfare = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:593:16: warning: static property 'ladder' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ladder = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:593:16: note: add '@MainActor' to make static property 'ladder' part of global actor 'MainActor'
    static let ladder = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:593:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ladder = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:597:16: warning: static property 'minuet' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let minuet = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:597:16: note: add '@MainActor' to make static property 'minuet' part of global actor 'MainActor'
    static let minuet = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:597:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let minuet = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:601:16: warning: static property 'newsFlash' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let newsFlash = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:601:16: note: add '@MainActor' to make static property 'newsFlash' part of global actor 'MainActor'
    static let newsFlash = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:601:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let newsFlash = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:605:16: warning: static property 'noir' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let noir = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:605:16: note: add '@MainActor' to make static property 'noir' part of global actor 'MainActor'
    static let noir = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:605:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let noir = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:609:16: warning: static property 'sherwoodForest' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sherwoodForest = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:609:16: note: add '@MainActor' to make static property 'sherwoodForest' part of global actor 'MainActor'
    static let sherwoodForest = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:609:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sherwoodForest = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:613:16: warning: static property 'spell' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let spell = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:613:16: note: add '@MainActor' to make static property 'spell' part of global actor 'MainActor'
    static let spell = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:613:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let spell = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:617:16: warning: static property 'suspense' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let suspense = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:617:16: note: add '@MainActor' to make static property 'suspense' part of global actor 'MainActor'
    static let suspense = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:617:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let suspense = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:621:16: warning: static property 'telegraph' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let telegraph = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:621:16: note: add '@MainActor' to make static property 'telegraph' part of global actor 'MainActor'
    static let telegraph = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:621:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let telegraph = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:625:16: warning: static property 'tiptoes' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tiptoes = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:625:16: note: add '@MainActor' to make static property 'tiptoes' part of global actor 'MainActor'
    static let tiptoes = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:625:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tiptoes = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:629:16: warning: static property 'typewriters' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let typewriters = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:629:16: note: add '@MainActor' to make static property 'typewriters' part of global actor 'MainActor'
    static let typewriters = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:629:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let typewriters = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:633:16: warning: static property 'update' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let update = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:633:16: note: add '@MainActor' to make static property 'update' part of global actor 'MainActor'
    static let update = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:633:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let update = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:637:16: warning: static property 'cameraShutterBurst' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let cameraShutterBurst = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:637:16: note: add '@MainActor' to make static property 'cameraShutterBurst' part of global actor 'MainActor'
    static let cameraShutterBurst = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:637:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let cameraShutterBurst = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:641:16: warning: static property 'cameraShutterBurstBegin' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let cameraShutterBurstBegin = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:641:16: note: add '@MainActor' to make static property 'cameraShutterBurstBegin' part of global actor 'MainActor'
    static let cameraShutterBurstBegin = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:641:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let cameraShutterBurstBegin = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:645:16: warning: static property 'cameraShutterBurstEnd' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
    static let cameraShutterBurstEnd = Self(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:645:16: note: add '@MainActor' to make static property 'cameraShutterBurstEnd' part of global actor 'MainActor'
    static let cameraShutterBurstEnd = Self(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:645:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let cameraShutterBurstEnd = Self(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:12:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue: AudioPlayer = .init()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:12:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue: AudioPlayer = .init()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:12:16: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    static var defaultValue: AudioPlayer = .init()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue: AudioPlayer = .init()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:5:10: warning: associated value 'badUrl' of 'Sendable'-conforming enum 'PlayerError' has non-sendable type 'Audio'; this is an error in the Swift 6 language mode
    case badUrl(Audio)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:41:10: warning: main actor-isolated instance method 'audioPlayerDidFinishPlaying(_:successfully:)' cannot be used to satisfy nonisolated requirement from protocol 'AVAudioPlayerDelegate'; this is an error in the Swift 6 language mode
    func audioPlayerDidFinishPlaying(_ player: AVAudioPlayer, successfully flag: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:14:63: note: add '@preconcurrency' to the 'AVAudioPlayerDelegate' conformance to defer isolation checking to run time
internal final class AudioPlayer: NSObject, ObservableObject, AVAudioPlayerDelegate {
                                                              ^
                                                              @preconcurrency
SwiftCompile normal arm64 Compiling\ OnChange.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift (in target 'Feedback' from project 'Feedback')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:10:30: warning: call to main actor-isolated initializer 'init(value:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.modifier(ChangeModifier(value: value, action: action))
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:22:5: note: calls to initializer 'init(value:action:)' from outside of its actor context are implicitly asynchronous
    init(value: Value, action: @escaping (Value) -> Void) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:22:5: note: main actor isolation inferred from conformance to protocol 'ViewModifier'
    init(value: Value, action: @escaping (Value) -> Void) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:6:10: note: add '@MainActor' to make instance method 'onChange(of:perform:)' part of global actor 'MainActor'
    func onChange<Value: Equatable>(of value: Value, perform action: @escaping (Value) -> Void) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:10:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
            content.modifier(ChangeModifier(value: value, action: action))
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:10:30: note: sending task-isolated 'value' to main actor-isolated initializer 'init(value:action:)' risks causing data races between main actor-isolated and task-isolated uses
            content.modifier(ChangeModifier(value: value, action: action))
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:10:30: warning: sending 'action' risks causing data races; this is an error in the Swift 6 language mode
            content.modifier(ChangeModifier(value: value, action: action))
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift:10:30: note: sending task-isolated 'action' to main actor-isolated initializer 'init(value:action:)' risks causing data races between main actor-isolated and task-isolated uses
            content.modifier(ChangeModifier(value: value, action: action))
                             ^
SwiftCompile normal arm64 Compiling\ AudioPlayer.swift,\ Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift (in target 'Feedback' from project 'Feedback')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:5:10: warning: associated value 'badUrl' of 'Sendable'-conforming enum 'PlayerError' has non-sendable type 'Audio'; this is an error in the Swift 6 language mode
    case badUrl(Audio)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:41:10: warning: main actor-isolated instance method 'audioPlayerDidFinishPlaying(_:successfully:)' cannot be used to satisfy nonisolated requirement from protocol 'AVAudioPlayerDelegate'; this is an error in the Swift 6 language mode
    func audioPlayerDidFinishPlaying(_ player: AVAudioPlayer, successfully flag: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:14:63: note: add '@preconcurrency' to the 'AVAudioPlayerDelegate' conformance to defer isolation checking to run time
internal final class AudioPlayer: NSObject, ObservableObject, AVAudioPlayerDelegate {
                                                              ^
                                                              @preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:15:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    Task { await feedback.perform() }
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:15:18: note: closure captures 'feedback' which is accessible to code in the current task
    Task { await feedback.perform() }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:42:29: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let c: Void = content.perform()
                            ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:42:29: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let c: Void = content.perform()
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:43:29: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        async let m: Void = modifier.perform()
                            ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:43:29: note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
        async let m: Void = modifier.perform()
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:64:39: warning: sending 'self.feedback' risks causing data races; this is an error in the Swift 6 language mode
                Task { await feedback.perform() }
                             ~~~~~~~~~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:64:39: note: sending main actor-isolated 'self.feedback' to nonisolated instance method 'perform()' risks causing data races between nonisolated and main actor-isolated uses
                Task { await feedback.perform() }
                                      ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Feedback (in target 'Feedback' from project 'Feedback')
SwiftDriver\ Compilation\ Requirements Feedback normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Feedback -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DelayedFeedback.swift (in target 'Feedback' from project 'Feedback')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Feedback-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Feedback-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftdoc (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.abi.json (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftsourceinfo (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Flash.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling AnyFeedback.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling SystemHaptic.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling OnChange.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling Backport.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling Audio.swift, AudioFeedback.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling Feedback+Binding.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling PatternHaptic.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling AudioPlayer.swift, Feedback.swift (in target 'Feedback' from project 'Feedback')
SwiftDriver\ Compilation Feedback normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Feedback -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o normal (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o
ExtractAppIntentsMetadata (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Feedback --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.Feedback --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Feedback.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Feedback.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 05:37:09.837 appintentsmetadataprocessor[717:4083] Starting appintentsmetadataprocessor export
2025-04-27 05:37:09.880 appintentsmetadataprocessor[717:4083] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Feedback",
  "name" : "Feedback",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Feedback",
      "targets" : [
        "Feedback"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Feedback",
      "module_type" : "SwiftTarget",
      "name" : "Feedback",
      "path" : "Sources/Feedback",
      "product_memberships" : [
        "Feedback"
      ],
      "sources" : [
        "Audio/Audio.swift",
        "Audio/AudioFeedback.swift",
        "Audio/AudioPlayer.swift",
        "Feedback.swift",
        "Feedback/AnyFeedback.swift",
        "Feedback/Feedback+Binding.swift",
        "Flash/Flash.swift",
        "Haptic/PatternHaptic.swift",
        "Haptic/SystemHaptic.swift",
        "Miscellaneous/DelayedFeedback.swift",
        "Support/Backport.swift",
        "Support/OnChange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.