This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (Xcode) using Xcode 16.0.

Swift 6 data race errors: 156

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Feedback -destination platform=macos,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:217:16: note: annotate 'workoutPausedAutoDetect' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'workoutResumedAutoDetect' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'workoutStartAutodetect' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'critical' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'accessScanComplete' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'acknowledgmentReceived' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'acknowledgmentSent' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'alarm' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'beginRecord' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'cameraTimerCountdown' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'cameraTimerFinalSecond' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'connectPower' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ctBusy' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ctCongestion' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ctError' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ctKeytone2' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ctPathACK' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'deviceShutdown' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'doorbell' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'endRecord' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'focusChangeAppIcon' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'focusChangeKeyboard' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'focusChangeLarge' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'focusChangeSmall' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'gotoSleepAlert' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'healthNotification' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'jblAmbiguous' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'jblBegin' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'jblBeginShort' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'jblBeginShortCarplay' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'jblCancel' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'jblConfirm' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'jblNoMatch' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'keyPressClick' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'keyPressDelete' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'keyPressModifier' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'keyboardPressClear' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'keyboardPressDelete' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'keyboardPressNormal' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'lock' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'longLowShortHigh' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'lowPower' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'mailSent' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'middle9ShortDoubleLow' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'multiwayInvitation' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'navigationPop' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'navigationPush' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'navigationGenericManeuver' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'newMail' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nfcScanComplete' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nfcScanFailure' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'paymentFailure' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'paymentSuccess' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'paymentReceived' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'paymentReceivedFailure' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'photoShutter' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'pinDelete' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'pinDeleteAX' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'pinEnterDigit' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'pinEnterDigitAX' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'pinSubmitAX' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'pinUnexpected' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'receivedMessage' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ringerChanged' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'sentMessage' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'shake' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'shortDoubleHigh' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'shortDoubleLow' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'shortLowHigh' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'simToolkitCallDropped' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'simToolkitGeneralBeep' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'simToolkitNegativeACK' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'simToolkitPositiveACK' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'simToolkitSMS' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'smsReceived1' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'smsReceived2' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'smsReceived3' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'smsReceived4' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'smsReceived5' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'smsReceived6' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'swish' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'tink' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'tock' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'tweetSent' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ussd' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'warsaw' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'webcamStart' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'wheelsOfTime' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'anticipate' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'bloom' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'calypso' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'chooChoo' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'descent' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'fanfare' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ladder' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'minuet' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'newsFlash' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'noir' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'sherwoodForest' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'spell' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'suspense' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'telegraph' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'tiptoes' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'typewriters' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'update' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'cameraShutterBurst' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'cameraShutterBurstBegin' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'cameraShutterBurstEnd' with '@MainActor' if property should only be accessed from the main actor
    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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Audio.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Audio.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Audio.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Audio.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AudioFeedback.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AudioFeedback.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AudioFeedback.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AudioFeedback.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Audio.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AudioFeedback.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Audio.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AudioFeedback.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:12:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated 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: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    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/AudioFeedback.swift:34:30: warning: sending 'self.audio' risks causing data races; this is an error in the Swift 6 language mode
            try await player.play(audio: audio)
                      ~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:34:30: note: sending task-isolated 'self.audio' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            try await player.play(audio: audio)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:34:30: warning: sending 'self.player' risks causing data races; this is an error in the Swift 6 language mode
            try await player.play(audio: audio)
                      ~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:34:30: note: sending task-isolated 'self.player' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
            try await player.play(audio: audio)
                             ^
SwiftCompile normal arm64 Compiling\ OnChange.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/OnChange.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback+Binding.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/PatternHaptic.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift:93:17: warning: capture of 'engine' with non-sendable type 'CHHapticEngine' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                engine.stop()
                ^
CoreHaptics.CHHapticEngine:2:12: note: class 'CHHapticEngine' does not conform to the 'Sendable' protocol
open class CHHapticEngine : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreHaptics'
import CoreHaptics
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift:93:17: warning: sending 'engine' risks causing data races; this is an error in the Swift 6 language mode
                engine.stop()
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift:93:17: note: task-isolated 'engine' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                engine.stop()
                ^~~~~~
SwiftDriverJobDiscovery normal arm64 Emitting module for Feedback (in target 'Feedback' from project 'Feedback')
SwiftCompile normal arm64 Compiling\ AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/AnyFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Feedback/Feedback+Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/SystemHaptic.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Miscellaneous/DelayedFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/Backport.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Support/OnChange.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.dia -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.o -index-unit-output-path /Feedback.build/Debug/Feedback.build/Objects-normal/arm64/AnyFeedback.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Feedback -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.15 -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/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/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/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Backport.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling DelayedFeedback.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling OnChange.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling Flash.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 SystemHaptic.swift (in target 'Feedback' from project 'Feedback')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Feedback-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Feedback-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Audio.swift, AudioFeedback.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling AnyFeedback.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
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Feedback -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.15 -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 -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/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/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/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.o normal (in target 'Feedback' from project 'Feedback')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/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/Feedback.build/Objects-normal/arm64/Feedback_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug/Feedback.build/Objects-normal/arm64/Feedback_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Feedback.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Feedback.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Feedback' from project 'Feedback')
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:tvOS Simulator, id:8B1ABE64-0401-443E-812F-247A4FBB5BDB, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:1CFD7C1E-15D0-43C5-AF27-909F7506EEF8, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:2F8EA46A-629D-4072-B00C-F903D55C3177, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:91219D42-BD52-4AED-96DD-B55E31EB00BB, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:DE04AC0A-986B-4FBA-9496-F35677425C97, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:4BE5427F-5FC7-449C-B254-3F404CE79B2F, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:B1E30F2A-196D-43FB-B903-C3CF777EDD8E, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:2F36C8D1-FB3D-4D85-A931-07B6EFBD4E4F, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:CF595720-5AAE-408E-8353-1C54D9068D3E, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:8F6954D5-8415-4A06-8701-3C7F4ACB2488, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:F60A3AB2-C846-4E63-9A50-5E6DBD6A2777, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F72F2121-983A-4C32-A0D4-0C7BA61073C9, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:86A5CFD7-08C3-40A4-B2A6-2F3A8CB8BDA5, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:B22A08B0-18B6-43BC-94F1-5C2F83724B73, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:797FC64C-7930-4151-8822-6349FA58EFA0, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:80B3B926-14C6-407B-AD45-937DD9D118A2, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:DCA453EF-4DA0-4BCB-9EDB-B627F480EC88, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:1DD2445B-C99B-432E-99AB-F239A53F76A7, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:63A2100A-3ABC-479B-927E-0927E96A78B0, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:182006EF-3CD1-439B-B898-2FF003963B39, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E86EA00F-56E9-4BD5-BE25-B4AE5E09CD43, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:724EDFB5-2285-4CCF-A274-5CEAC57CE7ED, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:FA8EB545-B4CA-4062-86F4-C39DEAD04F1E, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4C84A4B0-ABA2-4072-B35C-2EF2B0D49AA7, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:82B3845C-C246-4FEC-B1FB-D4892A314D10, OS:17.4, name:iPhone SE (3rd generation) }
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.