Build Information
Successful build of Feedback, reference 1.1.0 (64fb2c
), with Swift 6.0 for iOS using Xcode 16.0 on 3 Nov 2024 03:50:25 UTC.
Swift 6 data race errors: 157
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Feedback -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
static let micUnmuteFail = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:133:16: warning: static property 'multiwayJoin' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let multiwayJoin = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:133:16: note: annotate 'multiwayJoin' with '@MainActor' if property should only be accessed from the main actor
static let multiwayJoin = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let multiwayJoin = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:137:16: warning: static property 'multiwayLeave' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let multiwayLeave = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:137:16: note: annotate 'multiwayLeave' with '@MainActor' if property should only be accessed from the main actor
static let multiwayLeave = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:137:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let multiwayLeave = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:141:16: warning: static property 'pushToTalkJoined' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let pushToTalkJoined = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:141:16: note: annotate 'pushToTalkJoined' with '@MainActor' if property should only be accessed from the main actor
static let pushToTalkJoined = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:141:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pushToTalkJoined = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:145:16: warning: static property 'pushToTalkLeft' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let pushToTalkLeft = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:145:16: note: annotate 'pushToTalkLeft' with '@MainActor' if property should only be accessed from the main actor
static let pushToTalkLeft = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:145:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pushToTalkLeft = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:149:16: warning: static property 'pushToTalkMute' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let pushToTalkMute = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:149:16: note: annotate 'pushToTalkMute' with '@MainActor' if property should only be accessed from the main actor
static let pushToTalkMute = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pushToTalkMute = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:153:16: warning: static property 'pushToTalkUnmute' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let pushToTalkUnmute = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:153:16: note: annotate 'pushToTalkUnmute' with '@MainActor' if property should only be accessed from the main actor
static let pushToTalkUnmute = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:153:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pushToTalkUnmute = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:157:16: warning: static property 'pushToTalkUnmuteFail' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let pushToTalkUnmuteFail = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:157:16: note: annotate 'pushToTalkUnmuteFail' with '@MainActor' if property should only be accessed from the main actor
static let pushToTalkUnmuteFail = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:157:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pushToTalkUnmuteFail = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:161:16: warning: static property 'ringbackToneANSI' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let ringbackToneANSI = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:161:16: note: annotate 'ringbackToneANSI' with '@MainActor' if property should only be accessed from the main actor
static let ringbackToneANSI = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:161:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ringbackToneANSI = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:165:16: warning: static property 'ringbackToneAUS' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let ringbackToneAUS = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:165:16: note: annotate 'ringbackToneAUS' with '@MainActor' if property should only be accessed from the main actor
static let ringbackToneAUS = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:165:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ringbackToneAUS = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:169:16: warning: static property 'ringbackToneCEPT' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let ringbackToneCEPT = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:169:16: note: annotate 'ringbackToneCEPT' with '@MainActor' if property should only be accessed from the main actor
static let ringbackToneCEPT = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ringbackToneCEPT = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:173:16: warning: static property 'ringbackToneHK' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let ringbackToneHK = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:173:16: note: annotate 'ringbackToneHK' with '@MainActor' if property should only be accessed from the main actor
static let ringbackToneHK = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:173:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ringbackToneHK = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:177:16: warning: static property 'ringbackToneUK' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let ringbackToneUK = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:177:16: note: annotate 'ringbackToneUK' with '@MainActor' if property should only be accessed from the main actor
static let ringbackToneUK = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:177:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ringbackToneUK = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:181:16: warning: static property 'screenCapture' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let screenCapture = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:181:16: note: annotate 'screenCapture' with '@MainActor' if property should only be accessed from the main actor
static let screenCapture = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:181:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let screenCapture = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:185:16: warning: static property 'screenSharingStarted' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let screenSharingStarted = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:185:16: note: annotate 'screenSharingStarted' with '@MainActor' if property should only be accessed from the main actor
static let screenSharingStarted = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:185:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let screenSharingStarted = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:189:16: warning: static property 'vcEnded' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let vcEnded = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:189:16: note: annotate 'vcEnded' with '@MainActor' if property should only be accessed from the main actor
static let vcEnded = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vcEnded = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:193:16: warning: static property 'vcInvitationAccepted' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let vcInvitationAccepted = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:193:16: note: annotate 'vcInvitationAccepted' with '@MainActor' if property should only be accessed from the main actor
static let vcInvitationAccepted = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:193:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vcInvitationAccepted = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:197:16: warning: static property 'vcRinging' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let vcRinging = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:197:16: note: annotate 'vcRinging' with '@MainActor' if property should only be accessed from the main actor
static let vcRinging = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:197:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vcRinging = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:201:16: warning: static property 'vcRingingWatch' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let vcRingingWatch = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:201:16: note: annotate 'vcRingingWatch' with '@MainActor' if property should only be accessed from the main actor
static let vcRingingWatch = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:201:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vcRingingWatch = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:205:16: warning: static property 'workoutCompleteAutodetect' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let workoutCompleteAutodetect = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:205:16: note: annotate 'workoutCompleteAutodetect' with '@MainActor' if property should only be accessed from the main actor
static let workoutCompleteAutodetect = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:205:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let workoutCompleteAutodetect = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:209:16: warning: static property 'workoutPaceAbove' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let workoutPaceAbove = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:209:16: note: annotate 'workoutPaceAbove' with '@MainActor' if property should only be accessed from the main actor
static let workoutPaceAbove = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:209:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let workoutPaceAbove = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:213:16: warning: static property 'workoutPaceBelow' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let workoutPaceBelow = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:213:16: note: annotate 'workoutPaceBelow' with '@MainActor' if property should only be accessed from the main actor
static let workoutPaceBelow = Self(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:213:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let workoutPaceBelow = Self(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:217:16: warning: static property 'workoutPausedAutoDetect' is not concurrency-safe because non-'Sendable' type 'Audio' may have shared mutable state; this is an error in the Swift 6 language mode
static let workoutPausedAutoDetect = Self(
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:4:15: note: consider making struct 'Audio' conform to the 'Sendable' protocol
public struct Audio: Identifiable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/Audio.swift:217:16: note: 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/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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-iphoneos/Feedback.build/Objects-normal/arm64/Audio.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Audio.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Audio.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Audio.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/AudioFeedback.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/AudioFeedback.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/AudioFeedback.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/AudioFeedback.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.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-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Audio.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/AudioFeedback.o -index-unit-output-path /Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Audio.o -index-unit-output-path /Feedback.build/Debug-iphoneos/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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: AudioPlayer = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:12:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: AudioPlayer = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:12:16: note: 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:7:15: warning: call to main actor-isolated initializer 'init(audio:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
.init(AudioFeedback(audio: audio))
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:28:5: note: calls to initializer 'init(audio:)' from outside of its actor context are implicitly asynchronous
init(audio: Audio) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:6:17: note: add '@MainActor' to make static method 'audio' part of global actor 'MainActor'
static func audio(_ audio: Audio) -> Self {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:7:15: warning: sending 'audio' risks causing data races; this is an error in the Swift 6 language mode
.init(AudioFeedback(audio: audio))
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioFeedback.swift:7:15: note: sending task-isolated 'audio' to main actor-isolated initializer 'init(audio:)' risks causing data races between main actor-isolated and task-isolated uses
.init(AudioFeedback(audio: audio))
^
SwiftCompile normal arm64 Compiling\ Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -primary-file /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-iphoneos/Feedback.build/Objects-normal/arm64/Flash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.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-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.o -index-unit-output-path /Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.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/Flash/Flash.swift (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -primary-file /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-iphoneos/Feedback.build/Objects-normal/arm64/Flash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.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-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.o -index-unit-output-path /Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Flash.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/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.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-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.o -index-unit-output-path /Feedback.build/Debug-iphoneos/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/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.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-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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/.swiftpm/xcode/.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-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Feedback -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/PatternHaptic.o -index-unit-output-path /Feedback.build/Debug-iphoneos/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')
SwiftDriver\ Compilation\ Requirements Feedback normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Feedback -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Audio.swift, AudioFeedback.swift (in target 'Feedback' from project 'Feedback')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Feedback-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Feedback-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftdoc (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.abi.json (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling OnChange.swift (in target 'Feedback' from project 'Feedback')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftsourceinfo (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DelayedFeedback.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling PatternHaptic.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling Flash.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling SystemHaptic.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling Feedback+Binding.swift (in target 'Feedback' from project 'Feedback')
SwiftDriverJobDiscovery normal arm64 Compiling Backport.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/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Feedback -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o normal (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Feedback.build/Debug-iphoneos/Feedback.build/Objects-normal/arm64/Feedback_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o (in target 'Feedback' from project 'Feedback')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Feedback.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Feedback",
"name" : "Feedback",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Feedback",
"targets" : [
"Feedback"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Feedback",
"module_type" : "SwiftTarget",
"name" : "Feedback",
"path" : "Sources/Feedback",
"product_memberships" : [
"Feedback"
],
"sources" : [
"Audio/Audio.swift",
"Audio/AudioFeedback.swift",
"Audio/AudioPlayer.swift",
"Feedback.swift",
"Feedback/AnyFeedback.swift",
"Feedback/Feedback+Binding.swift",
"Flash/Flash.swift",
"Haptic/PatternHaptic.swift",
"Haptic/SystemHaptic.swift",
"Miscellaneous/DelayedFeedback.swift",
"Support/Backport.swift",
"Support/OnChange.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.