Build Information
Failed to build SystemSound, reference 0.7.0 (cb4327
), with Swift 6.0 for visionOS using Xcode 16.2 on 21 Mar 2025 05:55:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SystemSound -destination generic/platform=xrOS
Build Log
public static let senderConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2185:19: note: consider making struct 'IdCardSenderConfirmation' conform to the 'Sendable' protocol
public struct IdCardSenderConfirmation: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2200:27: note: annotate 'senderConfirmation' with '@MainActor' if property should only be accessed from the main actor
public static let senderConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2200:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let senderConfirmation: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2232:27: warning: static property 'receiverConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConfirmation' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receiverConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2217:19: note: consider making struct 'IdCardReceiverConfirmation' conform to the 'Sendable' protocol
public struct IdCardReceiverConfirmation: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2232:27: note: annotate 'receiverConfirmation' with '@MainActor' if property should only be accessed from the main actor
public static let receiverConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2232:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receiverConfirmation: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2264:27: warning: static property 'receiverConnect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConnect' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receiverConnect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2249:19: note: consider making struct 'IdCardReceiverConnect' conform to the 'Sendable' protocol
public struct IdCardReceiverConnect: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2264:27: note: annotate 'receiverConnect' with '@MainActor' if property should only be accessed from the main actor
public static let receiverConnect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2264:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receiverConnect: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2326:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived1: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2326:27: note: annotate 'smsReceived1' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived1: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2326:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived1: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2333:27: warning: static property 'receivedMessage' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receivedMessage: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2333:27: note: annotate 'receivedMessage' with '@MainActor' if property should only be accessed from the main actor
public static let receivedMessage: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2333:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receivedMessage: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2340:27: warning: static property 'newMail' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let newMail: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2340:27: note: annotate 'newMail' with '@MainActor' if property should only be accessed from the main actor
public static let newMail: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2340:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let newMail: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2347:27: warning: static property 'mailSent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mailSent: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2347:27: note: annotate 'mailSent' with '@MainActor' if property should only be accessed from the main actor
public static let mailSent: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2347:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mailSent: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2354:27: warning: static property 'alarm' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alarm: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2314:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitch' conform to the 'Sendable' protocol
public struct SystemSoundPreviewIgnoreRingerSwitch: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2354:27: note: annotate 'alarm' with '@MainActor' if property should only be accessed from the main actor
public static let alarm: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2354:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alarm: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2383:27: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreview' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lock: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2371:19: note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
public struct SystemSoundPreview: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2383:27: note: annotate 'lock' with '@MainActor' if property should only be accessed from the main actor
public static let lock: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2383:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lock: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2390:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreview' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived1: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2371:19: note: consider making struct 'SystemSoundPreview' conform to the 'Sendable' protocol
public struct SystemSoundPreview: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2390:27: note: annotate 'smsReceived1' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived1: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2390:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived1: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2419:27: warning: static property 'keyPressClick' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.KeyPressClickPreview' may have shared mutable state; this is an error in the Swift 6 language mode
public static let keyPressClick: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2407:19: note: consider making struct 'KeyPressClickPreview' conform to the 'Sendable' protocol
public struct KeyPressClickPreview: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2419:27: note: annotate 'keyPressClick' with '@MainActor' if property should only be accessed from the main actor
public static let keyPressClick: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2419:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keyPressClick: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448:27: warning: static property 'smsReceived1' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived1: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448:27: note: annotate 'smsReceived1' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived1: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2448:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived1: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455:27: warning: static property 'smsReceived2' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived2: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455:27: note: annotate 'smsReceived2' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived2: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2455:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived2: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462:27: warning: static property 'smsReceived3' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived3: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462:27: note: annotate 'smsReceived3' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived3: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2462:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived3: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2469:27: warning: static property 'smsReceived4' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived4: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2469:27: note: annotate 'smsReceived4' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived4: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2469:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived4: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2476:27: warning: static property 'smsReceived5' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived5: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2476:27: note: annotate 'smsReceived5' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived5: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2476:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived5: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2483:27: warning: static property 'smsReceived6' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let smsReceived6: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2483:27: note: annotate 'smsReceived6' with '@MainActor' if property should only be accessed from the main actor
public static let smsReceived6: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2483:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let smsReceived6: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2490:27: warning: static property 'anticipate' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let anticipate: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2490:27: note: annotate 'anticipate' with '@MainActor' if property should only be accessed from the main actor
public static let anticipate: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2490:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let anticipate: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2497:27: warning: static property 'bloom' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let bloom: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2497:27: note: annotate 'bloom' with '@MainActor' if property should only be accessed from the main actor
public static let bloom: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2497:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bloom: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2504:27: warning: static property 'calypso' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let calypso: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2504:27: note: annotate 'calypso' with '@MainActor' if property should only be accessed from the main actor
public static let calypso: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2504:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let calypso: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2511:27: warning: static property 'chooChoo' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let chooChoo: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2511:27: note: annotate 'chooChoo' with '@MainActor' if property should only be accessed from the main actor
public static let chooChoo: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2511:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let chooChoo: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2518:27: warning: static property 'descent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let descent: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2518:27: note: annotate 'descent' with '@MainActor' if property should only be accessed from the main actor
public static let descent: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2518:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let descent: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2525:27: warning: static property 'fanfare' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fanfare: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2525:27: note: annotate 'fanfare' with '@MainActor' if property should only be accessed from the main actor
public static let fanfare: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2525:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fanfare: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2532:27: warning: static property 'ladder' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ladder: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2532:27: note: annotate 'ladder' with '@MainActor' if property should only be accessed from the main actor
public static let ladder: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2532:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ladder: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2539:27: warning: static property 'minuet' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let minuet: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2539:27: note: annotate 'minuet' with '@MainActor' if property should only be accessed from the main actor
public static let minuet: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2539:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let minuet: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2546:27: warning: static property 'newsFlash' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let newsFlash: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2546:27: note: annotate 'newsFlash' with '@MainActor' if property should only be accessed from the main actor
public static let newsFlash: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2546:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let newsFlash: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2553:27: warning: static property 'noir' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let noir: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2553:27: note: annotate 'noir' with '@MainActor' if property should only be accessed from the main actor
public static let noir: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2553:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let noir: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560:27: warning: static property 'sherwoodForest' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sherwoodForest: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560:27: note: annotate 'sherwoodForest' with '@MainActor' if property should only be accessed from the main actor
public static let sherwoodForest: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2560:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sherwoodForest: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2567:27: warning: static property 'spell' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let spell: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2567:27: note: annotate 'spell' with '@MainActor' if property should only be accessed from the main actor
public static let spell: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2567:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let spell: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2574:27: warning: static property 'suspense' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let suspense: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2574:27: note: annotate 'suspense' with '@MainActor' if property should only be accessed from the main actor
public static let suspense: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2574:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let suspense: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2581:27: warning: static property 'telegraph' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let telegraph: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2581:27: note: annotate 'telegraph' with '@MainActor' if property should only be accessed from the main actor
public static let telegraph: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2581:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let telegraph: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2588:27: warning: static property 'tiptoes' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tiptoes: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2588:27: note: annotate 'tiptoes' with '@MainActor' if property should only be accessed from the main actor
public static let tiptoes: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2588:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tiptoes: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2595:27: warning: static property 'typewriters' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let typewriters: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2595:27: note: annotate 'typewriters' with '@MainActor' if property should only be accessed from the main actor
public static let typewriters: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2595:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let typewriters: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2602:27: warning: static property 'update' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SMSReceivedSelection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let update: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2436:19: note: consider making struct 'SMSReceivedSelection' conform to the 'Sendable' protocol
public struct SMSReceivedSelection: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2602:27: note: annotate 'update' with '@MainActor' if property should only be accessed from the main actor
public static let update: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2602:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let update: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631:27: warning: static property 'swish' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.SystemSoundPreviewIgnoreRingerSwitchNoVibe' may have shared mutable state; this is an error in the Swift 6 language mode
public static let swish: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2619:19: note: consider making struct 'SystemSoundPreviewIgnoreRingerSwitchNoVibe' conform to the 'Sendable' protocol
public struct SystemSoundPreviewIgnoreRingerSwitchNoVibe: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631:27: note: annotate 'swish' with '@MainActor' if property should only be accessed from the main actor
public static let swish: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2631:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let swish: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2786:27: warning: static property 'paymentFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentFailure' may have shared mutable state; this is an error in the Swift 6 language mode
public static let paymentFailure: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2774:19: note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
public struct PaymentFailure: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2786:27: note: annotate 'paymentFailure' with '@MainActor' if property should only be accessed from the main actor
public static let paymentFailure: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2786:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let paymentFailure: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2793:27: warning: static property 'nfcScanFailure' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PaymentFailure' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nfcScanFailure: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2774:19: note: consider making struct 'PaymentFailure' conform to the 'Sendable' protocol
public struct PaymentFailure: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2793:27: note: annotate 'nfcScanFailure' with '@MainActor' if property should only be accessed from the main actor
public static let nfcScanFailure: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:2793:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nfcScanFailure: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3152:27: warning: static property 'alertBatteryLow10pHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryLowHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alertBatteryLow10pHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3140:19: note: consider making struct 'AlertBatteryLowHaptic' conform to the 'Sendable' protocol
public struct AlertBatteryLowHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3152:27: note: annotate 'alertBatteryLow10pHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let alertBatteryLow10pHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3152:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alertBatteryLow10pHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3181:27: warning: static property 'alertBatteryLow5pHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryCriticalHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alertBatteryLow5pHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3169:19: note: consider making struct 'AlertBatteryCriticalHaptic' conform to the 'Sendable' protocol
public struct AlertBatteryCriticalHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3181:27: note: annotate 'alertBatteryLow5pHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let alertBatteryLow5pHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3181:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alertBatteryLow5pHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3220:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3208:19: note: consider making struct 'AlertMailHaptic' conform to the 'Sendable' protocol
public struct AlertMailHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3220:27: note: annotate 'notificationHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3220:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3249:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages1Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3237:19: note: consider making struct 'AlertMessages1Haptic' conform to the 'Sendable' protocol
public struct AlertMessages1Haptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3249:27: note: annotate 'notificationHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3249:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3278:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages2Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3266:19: note: consider making struct 'AlertMessages2Haptic' conform to the 'Sendable' protocol
public struct AlertMessages2Haptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3278:27: note: annotate 'notificationHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3278:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3307:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages3Haptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3295:19: note: consider making struct 'AlertMessages3Haptic' conform to the 'Sendable' protocol
public struct AlertMessages3Haptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3307:27: note: annotate 'notificationHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3307:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376:27: warning: static property 'notificationHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVoicemailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3364:19: note: consider making struct 'AlertVoicemailHaptic' conform to the 'Sendable' protocol
public struct AlertVoicemailHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376:27: note: annotate 'notificationHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3376:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3445:27: warning: static property 'cameraShutterHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cameraShutterHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3433:19: note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
public struct CameraShutterHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3445:27: note: annotate 'cameraShutterHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let cameraShutterHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3445:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cameraShutterHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3452:27: warning: static property 'screenCapture' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.CameraShutterHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let screenCapture: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3433:19: note: consider making struct 'CameraShutterHaptic' conform to the 'Sendable' protocol
public struct CameraShutterHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3452:27: note: annotate 'screenCapture' with '@MainActor' if property should only be accessed from the main actor
public static let screenCapture: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3452:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let screenCapture: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3921:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMailSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationSalientHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3909:19: note: consider making struct 'AlertMailSalientHaptic' conform to the 'Sendable' protocol
public struct AlertMailSalientHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3921:27: note: annotate 'notificationSalientHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationSalientHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3921:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationSalientHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3950:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertMessages1SalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationSalientHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3938:19: note: consider making struct 'AlertMessages1SalientHaptic' conform to the 'Sendable' protocol
public struct AlertMessages1SalientHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3950:27: note: annotate 'notificationSalientHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationSalientHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3950:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationSalientHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3989:27: warning: static property 'notificationSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVoicemailSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notificationSalientHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3977:19: note: consider making struct 'AlertVoicemailSalientHaptic' conform to the 'Sendable' protocol
public struct AlertVoicemailSalientHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3989:27: note: annotate 'notificationSalientHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let notificationSalientHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:3989:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notificationSalientHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4108:27: warning: static property 'alertBatteryLow5pSalientHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertBatteryCriticalSalientHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alertBatteryLow5pSalientHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4096:19: note: consider making struct 'AlertBatteryCriticalSalientHaptic' conform to the 'Sendable' protocol
public struct AlertBatteryCriticalSalientHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4108:27: note: annotate 'alertBatteryLow5pSalientHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let alertBatteryLow5pSalientHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4108:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alertBatteryLow5pSalientHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4497:27: warning: static property 'workoutStartAutodetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutStartAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let workoutStartAutodetect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4485:19: note: consider making struct 'WorkoutStartAutoDetectedHaptic' conform to the 'Sendable' protocol
public struct WorkoutStartAutoDetectedHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4497:27: note: annotate 'workoutStartAutodetect' with '@MainActor' if property should only be accessed from the main actor
public static let workoutStartAutodetect: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4497:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let workoutStartAutodetect: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4526:27: warning: static property 'workoutCompleteAutodetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutCompleteAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let workoutCompleteAutodetect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4514:19: note: consider making struct 'WorkoutCompleteAutoDetectedHaptic' conform to the 'Sendable' protocol
public struct WorkoutCompleteAutoDetectedHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4526:27: note: annotate 'workoutCompleteAutodetect' with '@MainActor' if property should only be accessed from the main actor
public static let workoutCompleteAutodetect: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4526:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let workoutCompleteAutodetect: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4555:27: warning: static property 'workoutPausedAutoDetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutPausedAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let workoutPausedAutoDetect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4543:19: note: consider making struct 'WorkoutPausedAutoDetectedHaptic' conform to the 'Sendable' protocol
public struct WorkoutPausedAutoDetectedHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4555:27: note: annotate 'workoutPausedAutoDetect' with '@MainActor' if property should only be accessed from the main actor
public static let workoutPausedAutoDetect: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4555:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let workoutPausedAutoDetect: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4584:27: warning: static property 'workoutResumedAutoDetect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.WorkoutResumedAutoDetectedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let workoutResumedAutoDetect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4572:19: note: consider making struct 'WorkoutResumedAutoDetectedHaptic' conform to the 'Sendable' protocol
public struct WorkoutResumedAutoDetectedHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4584:27: note: annotate 'workoutResumedAutoDetect' with '@MainActor' if property should only be accessed from the main actor
public static let workoutResumedAutoDetect: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4584:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let workoutResumedAutoDetect: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4613:27: warning: static property 'workoutPaceAbove' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertPaceAboveHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let workoutPaceAbove: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4601:19: note: consider making struct 'AlertPaceAboveHaptic' conform to the 'Sendable' protocol
public struct AlertPaceAboveHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4613:27: note: annotate 'workoutPaceAbove' with '@MainActor' if property should only be accessed from the main actor
public static let workoutPaceAbove: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4613:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let workoutPaceAbove: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4642:27: warning: static property 'workoutPaceBelow' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertPaceBelowHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let workoutPaceBelow: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4630:19: note: consider making struct 'AlertPaceBelowHaptic' conform to the 'Sendable' protocol
public struct AlertPaceBelowHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4642:27: note: annotate 'workoutPaceBelow' with '@MainActor' if property should only be accessed from the main actor
public static let workoutPaceBelow: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4642:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let workoutPaceBelow: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4701:27: warning: static property 'multiwayInvitation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertVCGroupInvitationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let multiwayInvitation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4689:19: note: consider making struct 'AlertVCGroupInvitationHaptic' conform to the 'Sendable' protocol
public struct AlertVCGroupInvitationHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4701:27: note: annotate 'multiwayInvitation' with '@MainActor' if property should only be accessed from the main actor
public static let multiwayInvitation: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4701:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let multiwayInvitation: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4730:27: warning: static property '_3rdPartyCriticalHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertCriticalHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _3rdPartyCriticalHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4718:19: note: consider making struct 'AlertCriticalHaptic' conform to the 'Sendable' protocol
public struct AlertCriticalHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4730:27: note: annotate '_3rdPartyCriticalHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let _3rdPartyCriticalHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4730:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _3rdPartyCriticalHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4759:27: warning: static property 'alert1stPartyHaptic' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertFirstPartyHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alert1stPartyHaptic: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4747:19: note: consider making struct 'AlertFirstPartyHaptic' conform to the 'Sendable' protocol
public struct AlertFirstPartyHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4759:27: note: annotate 'alert1stPartyHaptic' with '@MainActor' if property should only be accessed from the main actor
public static let alert1stPartyHaptic: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4759:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alert1stPartyHaptic: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4788:27: warning: static property 'healthNotificationUrgent' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertHealthNotificationUrgentHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let healthNotificationUrgent: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4776:19: note: consider making struct 'AlertHealthNotificationUrgentHaptic' conform to the 'Sendable' protocol
public struct AlertHealthNotificationUrgentHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4788:27: note: annotate 'healthNotificationUrgent' with '@MainActor' if property should only be accessed from the main actor
public static let healthNotificationUrgent: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4788:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let healthNotificationUrgent: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4922:27: warning: static property 'headphoneAudioExposureLimitExceeded' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.HeadphoneAudioExposureLimitExceededHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let headphoneAudioExposureLimitExceeded: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4910:19: note: consider making struct 'HeadphoneAudioExposureLimitExceededHaptic' conform to the 'Sendable' protocol
public struct HeadphoneAudioExposureLimitExceededHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4922:27: note: annotate 'headphoneAudioExposureLimitExceeded' with '@MainActor' if property should only be accessed from the main actor
public static let headphoneAudioExposureLimitExceeded: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4922:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let headphoneAudioExposureLimitExceeded: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4976:27: warning: static property 'pushToTalkJoined' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkJoinedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pushToTalkJoined: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4961:19: note: consider making struct 'PushToTalkJoinedHaptic' conform to the 'Sendable' protocol
public struct PushToTalkJoinedHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4976:27: note: annotate 'pushToTalkJoined' with '@MainActor' if property should only be accessed from the main actor
public static let pushToTalkJoined: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4976:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pushToTalkJoined: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5008:27: warning: static property 'pushToTalkLeft' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkLeftHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pushToTalkLeft: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:4993:19: note: consider making struct 'PushToTalkLeftHaptic' conform to the 'Sendable' protocol
public struct PushToTalkLeftHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5008:27: note: annotate 'pushToTalkLeft' with '@MainActor' if property should only be accessed from the main actor
public static let pushToTalkLeft: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5008:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pushToTalkLeft: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5040:27: warning: static property 'pushToTalkUnmute' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkUnmuteHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pushToTalkUnmute: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5025:19: note: consider making struct 'PushToTalkUnmuteHaptic' conform to the 'Sendable' protocol
public struct PushToTalkUnmuteHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5040:27: note: annotate 'pushToTalkUnmute' with '@MainActor' if property should only be accessed from the main actor
public static let pushToTalkUnmute: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5040:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pushToTalkUnmute: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5072:27: warning: static property 'pushToTalkMute' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkMuteHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pushToTalkMute: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5057:19: note: consider making struct 'PushToTalkMuteHaptic' conform to the 'Sendable' protocol
public struct PushToTalkMuteHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5072:27: note: annotate 'pushToTalkMute' with '@MainActor' if property should only be accessed from the main actor
public static let pushToTalkMute: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5072:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pushToTalkMute: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5104:27: warning: static property 'pushToTalkUnmuteFail' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.PushToTalkUnmuteFailHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pushToTalkUnmuteFail: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5089:19: note: consider making struct 'PushToTalkUnmuteFailHaptic' conform to the 'Sendable' protocol
public struct PushToTalkUnmuteFailHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5104:27: note: annotate 'pushToTalkUnmuteFail' with '@MainActor' if property should only be accessed from the main actor
public static let pushToTalkUnmuteFail: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5104:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pushToTalkUnmuteFail: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5147:27: warning: static property 'intervalEnded' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertIntervalEndedHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let intervalEnded: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5132:19: note: consider making struct 'AlertIntervalEndedHaptic' conform to the 'Sendable' protocol
public struct AlertIntervalEndedHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5147:27: note: annotate 'intervalEnded' with '@MainActor' if property should only be accessed from the main actor
public static let intervalEnded: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5147:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let intervalEnded: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5179:27: warning: static property 'intervalUpcoming' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.AlertIntervalUpcomingHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let intervalUpcoming: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5164:19: note: consider making struct 'AlertIntervalUpcomingHaptic' conform to the 'Sendable' protocol
public struct AlertIntervalUpcomingHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5179:27: note: annotate 'intervalUpcoming' with '@MainActor' if property should only be accessed from the main actor
public static let intervalUpcoming: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5179:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let intervalUpcoming: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5211:27: warning: static property 'elevation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.ElevationAlertHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let elevation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5196:19: note: consider making struct 'ElevationAlertHaptic' conform to the 'Sendable' protocol
public struct ElevationAlertHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5211:27: note: annotate 'elevation' with '@MainActor' if property should only be accessed from the main actor
public static let elevation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5211:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let elevation: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5243:27: warning: static property 'senderConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardSenderConfirmationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let senderConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5228:19: note: consider making struct 'IdCardSenderConfirmationHaptic' conform to the 'Sendable' protocol
public struct IdCardSenderConfirmationHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5243:27: note: annotate 'senderConfirmation' with '@MainActor' if property should only be accessed from the main actor
public static let senderConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5243:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let senderConfirmation: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5275:27: warning: static property 'receiverConfirmation' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConfirmationHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receiverConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5260:19: note: consider making struct 'IdCardReceiverConfirmationHaptic' conform to the 'Sendable' protocol
public struct IdCardReceiverConfirmationHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5275:27: note: annotate 'receiverConfirmation' with '@MainActor' if property should only be accessed from the main actor
public static let receiverConfirmation: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5275:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receiverConfirmation: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5307:27: warning: static property 'receiverConnect' is not concurrency-safe because non-'Sendable' type 'SystemSoundKey.IdCardReceiverConnectHaptic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let receiverConnect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5292:19: note: consider making struct 'IdCardReceiverConnectHaptic' conform to the 'Sendable' protocol
public struct IdCardReceiverConnectHaptic: CaseIterable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5307:27: note: annotate 'receiverConnect' with '@MainActor' if property should only be accessed from the main actor
public static let receiverConnect: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5307:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let receiverConnect: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: error: 'remoteAttentionRequestAlert' is only available in visionOS 2.2 or newer
result.append(.remoteAttentionRequestAlert)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: note: add 'if #available' version check
result.append(.remoteAttentionRequestAlert)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: error: 'nfcCardProvisioned' is only available in visionOS 2.0 or newer
result.append(.nfcCardProvisioned)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: note: add 'if #available' version check
result.append(.nfcCardProvisioned)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: error: 'nfcCardComplete' is only available in visionOS 2.0 or newer
result.append(.nfcCardComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: note: add 'if #available' version check
result.append(.nfcCardComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: error: 'nfcCardError' is only available in visionOS 2.0 or newer
result.append(.nfcCardError)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: note: add 'if #available' version check
result.append(.nfcCardError)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: error: 'headGesturesDoubleNod' is only available in visionOS 2.0 or newer
result.append(.headGesturesDoubleNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: note: add 'if #available' version check
result.append(.headGesturesDoubleNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: error: 'headGesturesDoubleShake' is only available in visionOS 2.0 or newer
result.append(.headGesturesDoubleShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: note: add 'if #available' version check
result.append(.headGesturesDoubleShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: error: 'headGesturesPartialNod' is only available in visionOS 2.0 or newer
result.append(.headGesturesPartialNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: note: add 'if #available' version check
result.append(.headGesturesPartialNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: error: 'headGesturesPartialShake' is only available in visionOS 2.0 or newer
result.append(.headGesturesPartialShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: note: add 'if #available' version check
result.append(.headGesturesPartialShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: error: 'regattaTimer' is only available in visionOS 2.0 or newer
result.append(.regattaTimer)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: note: add 'if #available' version check
result.append(.regattaTimer)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: error: 'earInteractionComplete' is only available in visionOS 2.1 or newer
result.append(.earInteractionComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: note: add 'if #available' version check
result.append(.earInteractionComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: error: 'dictationBegin' is only available in visionOS 2.0 or newer
result.append(.dictationBegin)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: note: add 'if #available' version check
result.append(.dictationBegin)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: error: 'dictationCancel' is only available in visionOS 2.0 or newer
result.append(.dictationCancel)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: note: add 'if #available' version check
result.append(.dictationCancel)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: error: 'dictationConfirm' is only available in visionOS 2.0 or newer
result.append(.dictationConfirm)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: note: add 'if #available' version check
result.append(.dictationConfirm)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
SwiftCompile normal arm64 Compiling\ SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.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/SystemSound/SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for SystemSound (in target 'SystemSound' from project 'SystemSound')
SwiftDriver\ Compilation\ Requirements SystemSound normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemSound -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.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/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SystemSound-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SystemSound-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdoc (in target 'SystemSound' from project 'SystemSound')
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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json (in target 'SystemSound' from project 'SystemSound')
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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule (in target 'SystemSound' from project 'SystemSound')
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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftsourceinfo (in target 'SystemSound' from project 'SystemSound')
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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
Building workspace spi-builder-workspace with scheme SystemSound
(3 failures)
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SystemSound: /Users/admin/builder/spi-builder-workspace
resolved source packages: SystemSound
{
"dependencies" : [
],
"manifest_display_name" : "SystemSound",
"name" : "SystemSound",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemSound",
"targets" : [
"SystemSound"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemSoundTests",
"module_type" : "SwiftTarget",
"name" : "SystemSoundTests",
"path" : "Tests/SystemSoundTests",
"sources" : [
"SystemSoundTests.swift"
],
"target_dependencies" : [
"SystemSound"
],
"type" : "test"
},
{
"c99name" : "SystemSound",
"module_type" : "SwiftTarget",
"name" : "SystemSound",
"path" : "Sources/SystemSound",
"product_memberships" : [
"SystemSound"
],
"sources" : [
"SystemSound.swift",
"SystemSoundKeys.swift",
"SystemSoundKind.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SystemSound"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SystemSound -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SystemSound -destination generic/platform=xrOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SystemSound: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SystemSound' in project 'SystemSound'
➜ Explicit dependency on target 'SystemSound' in project 'SystemSound'
Target 'SystemSound' in project 'SystemSound' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ade6b41a3a785fca270b7078a32a43e1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ade6b41a3a785fca270b7078a32a43e1.xcbuilddata
ClangStatCache /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache
SwiftDriver SystemSound normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemSound -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.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/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemSound (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json
EmitSwiftModule normal arm64 (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json
SwiftCompile normal arm64 Compiling\ SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.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/SystemSound/SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.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/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKeys.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: error: 'remoteAttentionRequestAlert' is only available in visionOS 2.2 or newer
result.append(.remoteAttentionRequestAlert)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5700:28: note: add 'if #available' version check
result.append(.remoteAttentionRequestAlert)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: error: 'nfcCardProvisioned' is only available in visionOS 2.0 or newer
result.append(.nfcCardProvisioned)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5703:28: note: add 'if #available' version check
result.append(.nfcCardProvisioned)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: error: 'nfcCardComplete' is only available in visionOS 2.0 or newer
result.append(.nfcCardComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5706:28: note: add 'if #available' version check
result.append(.nfcCardComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: error: 'nfcCardError' is only available in visionOS 2.0 or newer
result.append(.nfcCardError)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5709:28: note: add 'if #available' version check
result.append(.nfcCardError)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: error: 'headGesturesDoubleNod' is only available in visionOS 2.0 or newer
result.append(.headGesturesDoubleNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5712:28: note: add 'if #available' version check
result.append(.headGesturesDoubleNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: error: 'headGesturesDoubleShake' is only available in visionOS 2.0 or newer
result.append(.headGesturesDoubleShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5715:28: note: add 'if #available' version check
result.append(.headGesturesDoubleShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: error: 'headGesturesPartialNod' is only available in visionOS 2.0 or newer
result.append(.headGesturesPartialNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5718:28: note: add 'if #available' version check
result.append(.headGesturesPartialNod)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: error: 'headGesturesPartialShake' is only available in visionOS 2.0 or newer
result.append(.headGesturesPartialShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5721:28: note: add 'if #available' version check
result.append(.headGesturesPartialShake)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: error: 'regattaTimer' is only available in visionOS 2.0 or newer
result.append(.regattaTimer)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5724:28: note: add 'if #available' version check
result.append(.regattaTimer)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: error: 'earInteractionComplete' is only available in visionOS 2.1 or newer
result.append(.earInteractionComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5733:28: note: add 'if #available' version check
result.append(.earInteractionComplete)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: error: 'dictationBegin' is only available in visionOS 2.0 or newer
result.append(.dictationBegin)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5760:28: note: add 'if #available' version check
result.append(.dictationBegin)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: error: 'dictationCancel' is only available in visionOS 2.0 or newer
result.append(.dictationCancel)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5763:28: note: add 'if #available' version check
result.append(.dictationCancel)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: error: 'dictationConfirm' is only available in visionOS 2.0 or newer
result.append(.dictationConfirm)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5766:28: note: add 'if #available' version check
result.append(.dictationConfirm)
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5606:23: note: add @available attribute to enclosing static property
public static var allCases: [Self] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift:5605:1: note: add @available attribute to enclosing extension
extension SystemSoundKey {
^
SwiftCompile normal arm64 Compiling\ SystemSoundKind.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.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/SystemSound/SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSound.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKind.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.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.2.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/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SystemSound -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.o -index-unit-output-path /SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSoundKind.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling SystemSound.swift (in target 'SystemSound' from project 'SystemSound')
SwiftDriverJobDiscovery normal arm64 Emitting module for SystemSound (in target 'SystemSound' from project 'SystemSound')
SwiftDriver\ Compilation\ Requirements SystemSound normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemSound' from project 'SystemSound')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemSound -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.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/SystemSound.build/Debug-xros/SystemSound.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json (in target 'SystemSound' from project 'SystemSound')
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/SystemSound.build/Debug-xros/SystemSound.build/Objects-normal/arm64/SystemSound.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SystemSound.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling SystemSoundKind.swift (in target 'SystemSound' from project 'SystemSound')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
SwiftCompile normal arm64 Compiling\ SystemSoundKeys.swift /Users/admin/builder/spi-builder-workspace/Sources/SystemSound/SystemSoundKeys.swift (in target 'SystemSound' from project 'SystemSound')
Building workspace spi-builder-workspace with scheme SystemSound
(3 failures)
BUILD FAILURE 6.0 visionOS