The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build CAAudioHardware, reference 0.7.1 (d92796), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 20 Jun 2025 18:29:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CAAudioHardware -destination generic/platform=tvOS

Build Log

                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:14:29: error: cannot find type 'AudioObjectID' in scope
        public final let objectID: AudioObjectID
                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:35:39: error: cannot find type 'AudioObjectPropertyListenerBlock' in scope
        typealias PropertyListener = (block: AudioObjectPropertyListenerBlock, queue: DispatchQueue?)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:252:24: error: cannot find type 'AudioClassID' in scope
        public var baseClass: AudioClassID {
                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:253:3: error: getter of noncopyable type cannot be 'async' or 'throws'
                get throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:260:22: error: cannot find type 'AudioClassID' in scope
        public var `class`: AudioClassID {
                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:261:3: error: getter of noncopyable type cannot be 'async' or 'throws'
                get throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:334:42: error: cannot find type 'AudioClassID' in scope
        public func ownedObjectsOfType(_ type: [AudioClassID]) throws -> [AudioObject] {
                                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:381:60: error: cannot find type 'AudioClassID' in scope
        static func getClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:381:35: error: cannot find type 'AudioObjectID' in scope
        static func getClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:386:64: error: cannot find type 'AudioClassID' in scope
        static func getBaseClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:386:39: error: cannot find type 'AudioObjectID' in scope
        static func getBaseClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                             ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:409:38: error: cannot find type 'AudioObjectID' in scope
        public static func make(_ objectID: AudioObjectID) throws -> AudioObject {
                                            ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:458:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        let rawValue: AudioObjectPropertySelector
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:456:15: error: type 'AudioObjectSelector' does not conform to protocol 'Hashable'
public struct AudioObjectSelector<T: AudioObject>: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:458:6: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioObjectSelector<T>' to 'Hashable'
        let rawValue: AudioObjectPropertySelector
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:456:15: error: type 'AudioObjectSelector<T>' does not conform to protocol 'Equatable'
public struct AudioObjectSelector<T: AudioObject>: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:458:6: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioObjectSelector<T>' to 'Equatable'
        let rawValue: AudioObjectPropertySelector
            ^
Swift.==:1:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:456:15: note: add stubs for conformance
public struct AudioObjectSelector<T: AudioObject>: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioObjectSelector<T>, AudioObjectSelector<T>) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:499:51: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
        public static let wildcard = AudioObjectSelector(kAudioObjectPropertySelectorWildcard)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:502:50: error: cannot find 'kAudioObjectPropertyCreator' in scope
        public static let creator = AudioObjectSelector(kAudioObjectPropertyCreator)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:506:52: error: cannot find 'kAudioObjectPropertyBaseClass' in scope
        public static let baseClass = AudioObjectSelector(kAudioObjectPropertyBaseClass)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:508:50: error: cannot find 'kAudioObjectPropertyClass' in scope
        public static let `class` = AudioObjectSelector(kAudioObjectPropertyClass)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:510:48: error: cannot find 'kAudioObjectPropertyOwner' in scope
        public static let owner = AudioObjectSelector(kAudioObjectPropertyOwner)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:512:47: error: cannot find 'kAudioObjectPropertyName' in scope
        public static let name = AudioObjectSelector(kAudioObjectPropertyName)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:514:52: error: cannot find 'kAudioObjectPropertyModelName' in scope
        public static let modelName = AudioObjectSelector(kAudioObjectPropertyModelName)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:516:55: error: cannot find 'kAudioObjectPropertyManufacturer' in scope
        public static let manufacturer = AudioObjectSelector(kAudioObjectPropertyManufacturer)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:518:54: error: cannot find 'kAudioObjectPropertyElementName' in scope
        public static let elementName = AudioObjectSelector(kAudioObjectPropertyElementName)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:520:62: error: cannot find 'kAudioObjectPropertyElementCategoryName' in scope
        public static let elementCategoryName = AudioObjectSelector(kAudioObjectPropertyElementCategoryName)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:522:60: error: cannot find 'kAudioObjectPropertyElementNumberName' in scope
        public static let elementNumberName = AudioObjectSelector(kAudioObjectPropertyElementNumberName)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:524:55: error: cannot find 'kAudioObjectPropertyOwnedObjects' in scope
        public static let ownedObjects = AudioObjectSelector(kAudioObjectPropertyOwnedObjects)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:526:51: error: cannot find 'kAudioObjectPropertyIdentify' in scope
        public static let identify = AudioObjectSelector(kAudioObjectPropertyIdentify)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:528:55: error: cannot find 'kAudioObjectPropertySerialNumber' in scope
        public static let serialNumber = AudioObjectSelector(kAudioObjectPropertySerialNumber)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:530:58: error: cannot find 'kAudioObjectPropertyFirmwareVersion' in scope
        public static let firmwareVersion = AudioObjectSelector(kAudioObjectPropertyFirmwareVersion)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:141:54: error: cannot find 'kAudioTapPropertyDescription' in scope
        public static let description = AudioObjectSelector(kAudioTapPropertyDescription)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:542:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioObject(_ objectID: AudioObjectID) throws -> AudioObject {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:21:48: error: cannot find type 'AudioObjectID' in scope
        public static func propertyDataSize(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> Int {
                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:43:51: error: cannot find type 'AudioObjectID' in scope
        public static func readRawPropertyData(objectID: AudioObjectID, property: PropertyAddress, into buffer: UnsafeMutableRawPointer, size: Int, qualifier: PropertyQualifier? = nil) throws -> Int {
                                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:62:52: error: cannot find type 'AudioObjectID' in scope
        public static func writeRawPropertyData(objectID: AudioObjectID, property: PropertyAddress, data: UnsafeRawPointer, size: Int, qualifier: PropertyQualifier? = nil) throws {
                                                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:83:59: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: Numeric>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil, initialValue: T = 0) throws -> T {
                                                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:98:61: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> T {
                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:110:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioValueRange {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:122:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioStreamBasicDescription {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:134:50: error: cannot find type 'AudioObjectID' in scope
        public static func setPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, value: T, qualifier: PropertyQualifier? = nil) throws {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:149:50: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, elementType type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> [T] {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:166:50: error: cannot find type 'AudioObjectID' in scope
        public static func setPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, to value: [T], qualifier: PropertyQualifier? = nil) throws {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:189:65: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: Numeric>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:211:67: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:164:51: error: cannot find 'kAudioPlugInPropertyBundleID' in scope
        public static let bundleID = AudioObjectSelector(kAudioPlugInPropertyBundleID)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:166:53: error: cannot find 'kAudioPlugInPropertyDeviceList' in scope
        public static let deviceList = AudioObjectSelector(kAudioPlugInPropertyDeviceList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:168:63: error: cannot find 'kAudioPlugInPropertyTranslateUIDToDevice' in scope
        public static let translateUIDToDevice = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToDevice)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:170:50: error: cannot find 'kAudioPlugInPropertyBoxList' in scope
        public static let boxList = AudioObjectSelector(kAudioPlugInPropertyBoxList)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:172:60: error: cannot find 'kAudioPlugInPropertyTranslateUIDToBox' in scope
        public static let translateUIDToBox = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToBox)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:174:58: error: cannot find 'kAudioPlugInPropertyClockDeviceList' in scope
        public static let clockDeviceList = AudioObjectSelector(kAudioPlugInPropertyClockDeviceList)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:176:68: error: cannot find 'kAudioPlugInPropertyTranslateUIDToClockDevice' in scope
        public static let translateUIDToClockDevice = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToClockDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:182:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioPlugIn(_ objectID: AudioObjectID) throws -> AudioPlugIn {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:124:46: error: cannot find 'kAudioProcessPropertyPID' in scope
        public static let pid = AudioObjectSelector(kAudioProcessPropertyPID)
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:126:51: error: cannot find 'kAudioProcessPropertyBundleID' in scope
        public static let bundleID = AudioObjectSelector(kAudioProcessPropertyBundleID)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:128:50: error: cannot find 'kAudioProcessPropertyDevices' in scope
        public static let devices = AudioObjectSelector(kAudioProcessPropertyDevices)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:130:52: error: cannot find 'kAudioProcessPropertyIsRunning' in scope
        public static let isRunning = AudioObjectSelector(kAudioProcessPropertyIsRunning)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:132:57: error: cannot find 'kAudioProcessPropertyIsRunningInput' in scope
        public static let isRunningInput = AudioObjectSelector(kAudioProcessPropertyIsRunningInput)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:134:58: error: cannot find 'kAudioProcessPropertyIsRunningOutput' in scope
        public static let isRunningOutput = AudioObjectSelector(kAudioProcessPropertyIsRunningOutput)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:38:60: error: cannot find 'kAudioStreamTerminalTypeUnknown' in scope
        public static let unknown                                       = AudioStream.TerminalType(kAudioStreamTerminalTypeUnknown)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:40:58: error: cannot find 'kAudioStreamTerminalTypeLine' in scope
        public static let line                                          = AudioStream.TerminalType(kAudioStreamTerminalTypeLine)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:42:70: error: cannot find 'kAudioStreamTerminalTypeDigitalAudioInterface' in scope
        public static let digitalAudioInterface         = AudioStream.TerminalType(kAudioStreamTerminalTypeDigitalAudioInterface)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:44:60: error: cannot find 'kAudioStreamTerminalTypeSpeaker' in scope
        public static let speaker                                       = AudioStream.TerminalType(kAudioStreamTerminalTypeSpeaker)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:46:62: error: cannot find 'kAudioStreamTerminalTypeHeadphones' in scope
        public static let headphones                            = AudioStream.TerminalType(kAudioStreamTerminalTypeHeadphones)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:48:62: error: cannot find 'kAudioStreamTerminalTypeLFESpeaker' in scope
        public static let lfeSpeaker                            = AudioStream.TerminalType(kAudioStreamTerminalTypeLFESpeaker)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:50:66: error: cannot find 'kAudioStreamTerminalTypeReceiverSpeaker' in scope
        public static let receiverSpeaker                       = AudioStream.TerminalType(kAudioStreamTerminalTypeReceiverSpeaker)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:52:62: error: cannot find 'kAudioStreamTerminalTypeMicrophone' in scope
        public static let microphone                            = AudioStream.TerminalType(kAudioStreamTerminalTypeMicrophone)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:54:67: error: cannot find 'kAudioStreamTerminalTypeHeadsetMicrophone' in scope
        public static let headsetMicrophone             = AudioStream.TerminalType(kAudioStreamTerminalTypeHeadsetMicrophone)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:56:68: error: cannot find 'kAudioStreamTerminalTypeReceiverMicrophone' in scope
        public static let receiverMicrophone            = AudioStream.TerminalType(kAudioStreamTerminalTypeReceiverMicrophone)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:58:57: error: cannot find 'kAudioStreamTerminalTypeTTY' in scope
        public static let tty                                           = AudioStream.TerminalType(kAudioStreamTerminalTypeTTY)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:60:58: error: cannot find 'kAudioStreamTerminalTypeHDMI' in scope
        public static let hdmi                                          = AudioStream.TerminalType(kAudioStreamTerminalTypeHDMI)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:62:63: error: cannot find 'kAudioStreamTerminalTypeDisplayPort' in scope
        public static let displayPort                           = AudioStream.TerminalType(kAudioStreamTerminalTypeDisplayPort)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:137:51: error: cannot find 'kAudioStreamPropertyIsActive' in scope
        public static let isActive = AudioObjectSelector(kAudioStreamPropertyIsActive)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:139:52: error: cannot find 'kAudioStreamPropertyDirection' in scope
        public static let direction = AudioObjectSelector(kAudioStreamPropertyDirection)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:141:55: error: cannot find 'kAudioStreamPropertyTerminalType' in scope
        public static let terminalType = AudioObjectSelector(kAudioStreamPropertyTerminalType)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:143:58: error: cannot find 'kAudioStreamPropertyStartingChannel' in scope
        public static let startingChannel = AudioObjectSelector(kAudioStreamPropertyStartingChannel)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:145:50: error: cannot find 'kAudioStreamPropertyLatency' in scope
        public static let latency = AudioObjectSelector(kAudioStreamPropertyLatency)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:147:56: error: cannot find 'kAudioStreamPropertyVirtualFormat' in scope
        public static let virtualFormat = AudioObjectSelector(kAudioStreamPropertyVirtualFormat)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:149:66: error: cannot find 'kAudioStreamPropertyAvailableVirtualFormats' in scope
        public static let availableVirtualFormats = AudioObjectSelector(kAudioStreamPropertyAvailableVirtualFormats)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:151:57: error: cannot find 'kAudioStreamPropertyPhysicalFormat' in scope
        public static let physicalFormat = AudioObjectSelector(kAudioStreamPropertyPhysicalFormat)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:153:67: error: cannot find 'kAudioStreamPropertyAvailablePhysicalFormats' in scope
        public static let availablePhysicalFormats = AudioObjectSelector(kAudioStreamPropertyAvailablePhysicalFormats)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:39:68: error: cannot find 'kAudioSubDeviceDriftCompensationMinQuality' in scope
        public static let min           = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationMinQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:44:68: error: cannot find 'kAudioSubDeviceDriftCompensationLowQuality' in scope
        public static let low           = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationLowQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:49:70: error: cannot find 'kAudioSubDeviceDriftCompensationMediumQuality' in scope
        public static let medium        = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationMediumQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:54:69: error: cannot find 'kAudioSubDeviceDriftCompensationHighQuality' in scope
        public static let high          = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationHighQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:59:68: error: cannot find 'kAudioSubDeviceDriftCompensationMaxQuality' in scope
        public static let max           = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationMaxQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:80:55: error: cannot find 'kAudioSubDevicePropertyExtraLatency' in scope
        public static let extraLatency = AudioObjectSelector(kAudioSubDevicePropertyExtraLatency)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:82:60: error: cannot find 'kAudioSubDevicePropertyDriftCompensation' in scope
        public static let driftCompensation = AudioObjectSelector(kAudioSubDevicePropertyDriftCompensation)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:84:67: error: cannot find 'kAudioSubDevicePropertyDriftCompensationQuality' in scope
        public static let driftCompensationQuality = AudioObjectSelector(kAudioSubDevicePropertyDriftCompensationQuality)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:82:55: error: cannot find 'kAudioSubTapPropertyExtraLatency' in scope
        public static let extraLatency = AudioObjectSelector(kAudioSubTapPropertyExtraLatency)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:84:60: error: cannot find 'kAudioSubTapPropertyDriftCompensation' in scope
        public static let driftCompensation = AudioObjectSelector(kAudioSubTapPropertyDriftCompensation)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:86:67: error: cannot find 'kAudioSubTapPropertyDriftCompensationQuality' in scope
        public static let driftCompensationQuality = AudioObjectSelector(kAudioSubTapPropertyDriftCompensationQuality)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:11:11: error: cannot find type 'AudioObjectID' in scope
extension AudioObjectID {
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:25:36: error: cannot find type 'AudioObjectID' in scope
        private override init(_ objectID: AudioObjectID) {
                                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:37:53: error: cannot find type 'AudioObjectID' in scope
        public func deviceID(forUID uid: String) throws -> AudioObjectID? {
                                                           ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:62:63: error: cannot find type 'AudioObjectID' in scope
        public func plugInID(forBundleID bundleID: String) throws -> AudioObjectID? {
                                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:74:73: error: cannot find type 'AudioObjectID' in scope
        public func transportManagerID(forBundleID bundleID: String) throws -> AudioObjectID? {
                                                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:86:50: error: cannot find type 'AudioObjectID' in scope
        public func boxID(forUID uid: String) throws -> AudioObjectID? {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:98:58: error: cannot find type 'AudioObjectID' in scope
        public func clockDeviceID(forUID uid: String) throws -> AudioObjectID? {
                                                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:215:24: error: cannot find type 'AudioHardwarePowerHint' in scope
        public var powerHint: AudioHardwarePowerHint {
                              ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:216:3: error: getter of noncopyable type cannot be 'async' or 'throws'
                get throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:222:36: error: cannot find type 'AudioHardwarePowerHint' in scope
        public func setPowerHint(_ value: AudioHardwarePowerHint) throws {
                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:253:50: error: cannot find 'kAudioHardwarePropertyDevices' in scope
        public static let devices = AudioObjectSelector(kAudioHardwarePropertyDevices)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:255:61: error: cannot find 'kAudioHardwarePropertyDefaultInputDevice' in scope
        public static let defaultInputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultInputDevice)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:257:62: error: cannot find 'kAudioHardwarePropertyDefaultOutputDevice' in scope
        public static let defaultOutputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultOutputDevice)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:259:68: error: cannot find 'kAudioHardwarePropertyDefaultSystemOutputDevice' in scope
        public static let defaultSystemOutputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultSystemOutputDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:261:63: error: cannot find 'kAudioHardwarePropertyTranslateUIDToDevice' in scope
        public static let translateUIDToDevice = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToDevice)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:263:58: error: cannot find 'kAudioHardwarePropertyMixStereoToMono' in scope
        public static let mixStereoToMono = AudioObjectSelector(kAudioHardwarePropertyMixStereoToMono)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:265:53: error: cannot find 'kAudioHardwarePropertyPlugInList' in scope
        public static let plugInList = AudioObjectSelector(kAudioHardwarePropertyPlugInList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:267:68: error: cannot find 'kAudioHardwarePropertyTranslateBundleIDToPlugIn' in scope
        public static let translateBundleIDToPlugIn = AudioObjectSelector(kAudioHardwarePropertyTranslateBundleIDToPlugIn)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:269:63: error: cannot find 'kAudioHardwarePropertyTransportManagerList' in scope
        public static let transportManagerList = AudioObjectSelector(kAudioHardwarePropertyTransportManagerList)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:271:78: error: cannot find 'kAudioHardwarePropertyTranslateBundleIDToTransportManager' in scope
        public static let translateBundleIDToTransportManager = AudioObjectSelector(kAudioHardwarePropertyTranslateBundleIDToTransportManager)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:273:50: error: cannot find 'kAudioHardwarePropertyBoxList' in scope
        public static let boxList = AudioObjectSelector(kAudioHardwarePropertyBoxList)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:275:60: error: cannot find 'kAudioHardwarePropertyTranslateUIDToBox' in scope
        public static let translateUIDToBox = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToBox)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:277:58: error: cannot find 'kAudioHardwarePropertyClockDeviceList' in scope
        public static let clockDeviceList = AudioObjectSelector(kAudioHardwarePropertyClockDeviceList)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:279:68: error: cannot find 'kAudioHardwarePropertyTranslateUIDToClockDevice' in scope
        public static let translateUIDToClockDevice = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToClockDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:281:56: error: cannot find 'kAudioHardwarePropertyProcessIsMain' in scope
        public static let processIsMain = AudioObjectSelector(kAudioHardwarePropertyProcessIsMain)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:284:58: error: cannot find 'kAudioHardwarePropertyProcessIsMaster' in scope
        public static let processIsMaster = AudioObjectSelector(kAudioHardwarePropertyProcessIsMaster)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:286:61: error: cannot find 'kAudioHardwarePropertyIsInitingOrExiting' in scope
        public static let isInitingOrExiting = AudioObjectSelector(kAudioHardwarePropertyIsInitingOrExiting)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:288:56: error: cannot find 'kAudioHardwarePropertyUserIDChanged' in scope
        public static let userIDChanged = AudioObjectSelector(kAudioHardwarePropertyUserIDChanged)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:291:59: error: cannot find 'kAudioHardwarePropertyProcessInputMute' in scope
        public static let processInputMute = AudioObjectSelector(kAudioHardwarePropertyProcessInputMute)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:293:59: error: cannot find 'kAudioHardwarePropertyProcessIsAudible' in scope
        public static let processIsAudible = AudioObjectSelector(kAudioHardwarePropertyProcessIsAudible)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:295:60: error: cannot find 'kAudioHardwarePropertySleepingIsAllowed' in scope
        public static let sleepingIsAllowed = AudioObjectSelector(kAudioHardwarePropertySleepingIsAllowed)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:297:61: error: cannot find 'kAudioHardwarePropertyUnloadingIsAllowed' in scope
        public static let unloadingIsAllowed = AudioObjectSelector(kAudioHardwarePropertyUnloadingIsAllowed)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:299:59: error: cannot find 'kAudioHardwarePropertyHogModeIsAllowed' in scope
        public static let hogModeIsAllowed = AudioObjectSelector(kAudioHardwarePropertyHogModeIsAllowed)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:301:72: error: cannot find 'kAudioHardwarePropertyUserSessionIsActiveOrHeadless' in scope
        public static let userSessionIsActiveOrHeadless = AudioObjectSelector(kAudioHardwarePropertyUserSessionIsActiveOrHeadless)
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:303:59: error: cannot find 'kAudioHardwarePropertyServiceRestarted' in scope
        public static let serviceRestarted = AudioObjectSelector(kAudioHardwarePropertyServiceRestarted)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:305:52: error: cannot find 'kAudioHardwarePropertyPowerHint' in scope
        public static let powerHint = AudioObjectSelector(kAudioHardwarePropertyPowerHint)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:43:41: error: cannot find type 'CATapDescription' in scope
        public static func create(description: CATapDescription) throws -> AudioTap {
                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:82:26: error: cannot find type 'CATapDescription' in scope
        public var description: CATapDescription {
                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:83:3: error: getter of noncopyable type cannot be 'async' or 'throws'
                get throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:89:38: error: cannot find type 'CATapDescription' in scope
        public func setDescription(_ value: CATapDescription) throws {
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:139:46: error: cannot find 'kAudioTapPropertyUID' in scope
        public static let uid = AudioObjectSelector(kAudioTapPropertyUID)
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:143:49: error: cannot find 'kAudioTapPropertyFormat' in scope
        public static let format = AudioObjectSelector(kAudioTapPropertyFormat)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:124:55: error: cannot find 'kAudioTransportManagerPropertyEndPointList' in scope
        public static let endpointList = AudioObjectSelector(kAudioTransportManagerPropertyEndPointList)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:126:65: error: cannot find 'kAudioTransportManagerPropertyTranslateUIDToEndPoint' in scope
        public static let translateUIDToEndpoint = AudioObjectSelector(kAudioTransportManagerPropertyTranslateUIDToEndPoint)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:128:56: error: cannot find 'kAudioTransportManagerPropertyTransportType' in scope
        public static let transportType = AudioObjectSelector(kAudioTransportManagerPropertyTransportType)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:63:48: error: cannot find 'kAudioBooleanControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioBooleanControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:116:37: error: cannot find type 'AudioObjectID' in scope
func makeBooleanControl(_ objectID: AudioObjectID) throws -> BooleanControl {
                                    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:99:54: error: cannot find 'kAudioLevelControlPropertyScalarValue' in scope
        public static let scalarValue = AudioObjectSelector(kAudioLevelControlPropertyScalarValue)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:101:55: error: cannot find 'kAudioLevelControlPropertyDecibelValue' in scope
        public static let decibelValue = AudioObjectSelector(kAudioLevelControlPropertyDecibelValue)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:103:55: error: cannot find 'kAudioLevelControlPropertyDecibelRange' in scope
        public static let decibelRange = AudioObjectSelector(kAudioLevelControlPropertyDecibelRange)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:105:59: error: cannot find 'kAudioLevelControlPropertyConvertScalarToDecibels' in scope
        public static let scalarToDecibels = AudioObjectSelector(kAudioLevelControlPropertyConvertScalarToDecibels)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:107:59: error: cannot find 'kAudioLevelControlPropertyConvertDecibelsToScalar' in scope
        public static let decibelsToScalar = AudioObjectSelector(kAudioLevelControlPropertyConvertDecibelsToScalar)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:125:35: error: cannot find type 'AudioObjectID' in scope
func makeLevelControl(_ objectID: AudioObjectID) throws -> LevelControl {
                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:13:23: error: cannot find type 'AudioObjectPropertyAddress' in scope
        public let rawValue: AudioObjectPropertyAddress
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:17:23: error: cannot find type 'AudioObjectPropertyAddress' in scope
        public init(_ value: AudioObjectPropertyAddress) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:26: error: cannot find type 'AudioObjectPropertySelector' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:62: error: cannot find type 'AudioObjectPropertyScope' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:131: error: cannot find type 'AudioObjectPropertyElement' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:23: error: cannot find type 'AudioObjectPropertyElement' in scope
        public let rawValue: AudioObjectPropertyElement
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: error: type 'PropertyElement' does not conform to protocol 'Hashable'
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertyElement' to 'Hashable'
        public let rawValue: AudioObjectPropertyElement
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: error: type 'PropertyElement' does not conform to protocol 'Equatable'
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertyElement' to 'Equatable'
        public let rawValue: AudioObjectPropertyElement
                   ^
Swift.==:1:24: note: candidate would match if 'PropertyElement' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'PropertyElement' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'PropertyElement' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'PropertyElement' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'PropertyElement' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'PropertyElement' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'PropertyElement' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: note: add stubs for conformance
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(PropertyElement, PropertyElement) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:39:46: error: cannot find 'kAudioObjectPropertyElementMaster' in scope
        public static let master        = PropertyElement(kAudioObjectPropertyElementMaster)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:39:30: error: no exact matches in call to initializer
        public static let master        = PropertyElement(kAudioObjectPropertyElementMaster)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:41:48: error: cannot find 'kAudioObjectPropertyElementWildcard' in scope
        public static let wildcard      = PropertyElement(kAudioObjectPropertyElementWildcard)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:41:32: error: no exact matches in call to initializer
        public static let wildcard      = PropertyElement(kAudioObjectPropertyElementWildcard)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: error: type 'PropertyScope' does not conform to protocol 'Hashable'
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertyScope' to 'Hashable'
        public let rawValue: AudioObjectPropertyScope
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: error: type 'PropertyScope' does not conform to protocol 'Equatable'
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertyScope' to 'Equatable'
        public let rawValue: AudioObjectPropertyScope
                   ^
Swift.==:1:24: note: candidate would match if 'PropertyScope' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'PropertyScope' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'PropertyScope' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'PropertyScope' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'PropertyScope' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'PropertyScope' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'PropertyScope' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: note: add stubs for conformance
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(PropertyScope, PropertyScope) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:38:44: error: cannot find 'kAudioObjectPropertyScopeInput' in scope
        public static let input                 = PropertyScope(kAudioObjectPropertyScopeInput)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:38:30: error: no exact matches in call to initializer
        public static let input                 = PropertyScope(kAudioObjectPropertyScopeInput)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:40:45: error: cannot find 'kAudioObjectPropertyScopeOutput' in scope
        public static let output                = PropertyScope(kAudioObjectPropertyScopeOutput)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:40:31: error: no exact matches in call to initializer
        public static let output                = PropertyScope(kAudioObjectPropertyScopeOutput)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:42:49: error: cannot find 'kAudioObjectPropertyScopePlayThrough' in scope
        public static let playThrough   = PropertyScope(kAudioObjectPropertyScopePlayThrough)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:42:35: error: no exact matches in call to initializer
        public static let playThrough   = PropertyScope(kAudioObjectPropertyScopePlayThrough)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:44:47: error: cannot find 'kAudioObjectPropertyScopeWildcard' in scope
        public static let wildcard              = PropertyScope(kAudioObjectPropertyScopeWildcard)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:44:33: error: no exact matches in call to initializer
        public static let wildcard              = PropertyScope(kAudioObjectPropertyScopeWildcard)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:23: error: cannot find type 'AudioObjectPropertySelector' in scope
        public let rawValue: AudioObjectPropertySelector
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:17:23: error: cannot find type 'AudioObjectPropertySelector' in scope
        public init(_ value: AudioObjectPropertySelector) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: error: type 'PropertySelector' does not conform to protocol 'Hashable'
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertySelector' to 'Hashable'
        public let rawValue: AudioObjectPropertySelector
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: error: type 'PropertySelector' does not conform to protocol 'Equatable'
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertySelector' to 'Equatable'
        public let rawValue: AudioObjectPropertySelector
                   ^
Swift.==:1:24: note: candidate would match if 'PropertySelector' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'PropertySelector' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'PropertySelector' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'PropertySelector' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'PropertySelector' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'PropertySelector' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'PropertySelector' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: note: add stubs for conformance
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(PropertySelector, PropertySelector) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:36:48: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
        public static let wildcard = PropertySelector(kAudioObjectPropertySelectorWildcard)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:36:31: error: no exact matches in call to initializer
        public static let wildcard = PropertySelector(kAudioObjectPropertySelectorWildcard)
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:14:25: error: cannot find type 'AudioObjectID' in scope
                public let controlID: AudioObjectID
                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: error: type 'SelectorControl.Item' does not conform to protocol 'Hashable'
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'SelectorControl.Item' to 'Hashable'
                public let controlID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: error: type 'SelectorControl.Item' does not conform to protocol 'Equatable'
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'SelectorControl.Item' to 'Equatable'
                public let controlID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'SelectorControl.Item' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'SelectorControl.Item' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'SelectorControl.Item' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'SelectorControl.Item' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: note: add stubs for conformance
        public struct Item: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(SelectorControl.Item, SelectorControl.Item) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:85:54: error: cannot find 'kAudioSelectorControlPropertyCurrentItem' in scope
        public static let currentItem = AudioObjectSelector(kAudioSelectorControlPropertyCurrentItem)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:87:57: error: cannot find 'kAudioSelectorControlPropertyAvailableItems' in scope
        public static let availableItems = AudioObjectSelector(kAudioSelectorControlPropertyAvailableItems)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:89:51: error: cannot find 'kAudioSelectorControlPropertyItemName' in scope
        public static let itemName = AudioObjectSelector(kAudioSelectorControlPropertyItemName)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:91:51: error: cannot find 'kAudioSelectorControlPropertyItemKind' in scope
        public static let itemKind = AudioObjectSelector(kAudioSelectorControlPropertyItemKind)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:122:38: error: cannot find type 'AudioObjectID' in scope
func makeSelectorControl(_ objectID: AudioObjectID) throws -> SelectorControl {
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:72:48: error: cannot find 'kAudioSliderControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioSliderControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:74:48: error: cannot find 'kAudioSliderControlPropertyRange' in scope
        public static let range = AudioObjectSelector(kAudioSliderControlPropertyRange)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:78:48: error: cannot find 'kAudioStereoPanControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioStereoPanControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:80:58: error: cannot find 'kAudioStereoPanControlPropertyPanningChannels' in scope
        public static let panningChannels = AudioObjectSelector(kAudioStereoPanControlPropertyPanningChannels)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.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/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift -target arm64-apple-tvos12.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name CAAudioHardware -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.abi.json
SwiftCompile normal arm64 Compiling\ AudioControl.swift,\ AudioDevice+ChannelNominalLineLevel.swift,\ AudioDevice+ClockSource.swift,\ AudioDevice+DataSource.swift,\ AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioProcess.swift,\ AudioStream+TerminalType.swift,\ AudioStream.swift,\ AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioSubdevice.swift,\ AudioSubtap.swift,\ AudioSystem.swift,\ AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioDevice+PlayThroughDestination.swift,\ AudioDevice+TransportType.swift,\ AudioDevice.swift,\ AudioEndpoint.swift,\ AudioEndpointDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PropertyElement.swift,\ PropertyQualifier.swift,\ PropertyScope.swift,\ PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioHardwareIOProcStreamUsageWrapper.swift,\ AudioObject.swift,\ AudioObjectPropertyData.swift,\ AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SelectorControl+Item.swift,\ SelectorControl.swift,\ SliderControl.swift,\ StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AudioValueRange+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftCompile normal arm64 Compiling\ AudioAggregateDevice.swift,\ AudioBox.swift,\ AudioBufferListWrapper.swift,\ AudioChannelLayoutWrapper.swift,\ AudioClockDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AudioChannelLayout+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftCompile normal arm64 Compiling\ String+fourCC.swift,\ UInt32+fourCC.swift,\ UInt32+hexString.swift,\ UnfairLock.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AudioStreamBasicDescription+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftDriver\ Compilation CoreAudioExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreAudioExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.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/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.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/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
	Building workspace spi-builder-workspace with scheme CAAudioHardware
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CoreAudioExtensions: https://github.com/sbooth/CoreAudioExtensions @ 0.3.0
  CAAudioHardware: /Users/admin/builder/spi-builder-workspace
resolved source packages: CoreAudioExtensions, CAAudioHardware
{
  "dependencies" : [
    {
      "identity" : "coreaudioextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sbooth/CoreAudioExtensions"
    }
  ],
  "manifest_display_name" : "CAAudioHardware",
  "name" : "CAAudioHardware",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CAAudioHardware",
      "targets" : [
        "CAAudioHardware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAAudioHardwareTests",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardwareTests",
      "path" : "Tests/CAAudioHardwareTests",
      "sources" : [
        "CAAudioHardwareTests.swift"
      ],
      "target_dependencies" : [
        "CAAudioHardware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CAAudioHardware",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardware",
      "path" : "Sources/CAAudioHardware",
      "product_dependencies" : [
        "CoreAudioExtensions"
      ],
      "product_memberships" : [
        "CAAudioHardware"
      ],
      "sources" : [
        "AudioAggregateDevice.swift",
        "AudioBox.swift",
        "AudioBufferListWrapper.swift",
        "AudioChannelLayoutWrapper.swift",
        "AudioClockDevice.swift",
        "AudioControl.swift",
        "AudioDevice+ChannelNominalLineLevel.swift",
        "AudioDevice+ClockSource.swift",
        "AudioDevice+DataSource.swift",
        "AudioDevice+HighPassFilterSetting.swift",
        "AudioDevice+PlayThroughDestination.swift",
        "AudioDevice+TransportType.swift",
        "AudioDevice.swift",
        "AudioEndpoint.swift",
        "AudioEndpointDevice.swift",
        "AudioHardwareIOProcStreamUsageWrapper.swift",
        "AudioObject.swift",
        "AudioObjectPropertyData.swift",
        "AudioPlugIn.swift",
        "AudioProcess.swift",
        "AudioStream+TerminalType.swift",
        "AudioStream.swift",
        "AudioSubdevice+DriftCompensationQuality.swift",
        "AudioSubdevice.swift",
        "AudioSubtap.swift",
        "AudioSystem.swift",
        "AudioTap.swift",
        "AudioTransportManager.swift",
        "BooleanControl.swift",
        "LevelControl.swift",
        "PropertyAddress.swift",
        "PropertyElement.swift",
        "PropertyQualifier.swift",
        "PropertyScope.swift",
        "PropertySelector.swift",
        "SelectorControl+Item.swift",
        "SelectorControl.swift",
        "SliderControl.swift",
        "StereoPanControl.swift",
        "String+fourCC.swift",
        "UInt32+fourCC.swift",
        "UInt32+hexString.swift",
        "UnfairLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CAAudioHardware"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CAAudioHardware -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 CAAudioHardware -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  CoreAudioExtensions: https://github.com/sbooth/CoreAudioExtensions @ 0.3.0
  CAAudioHardware: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'CAAudioHardware' in project 'CAAudioHardware'
        ➜ Explicit dependency on target 'CAAudioHardware' in project 'CAAudioHardware'
        ➜ Explicit dependency on target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
    Target 'CAAudioHardware' in project 'CAAudioHardware'
        ➜ Explicit dependency on target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
    Target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
        ➜ Explicit dependency on target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
    Target 'CoreAudioExtensions' in project 'CoreAudioExtensions' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
SwiftDriver CAAudioHardware normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CAAudioHardware -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.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/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.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/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CoreAudioExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreAudioExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.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/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.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/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation CoreAudioExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreAudioExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.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/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.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/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CoreAudioExtensions.o normal (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-appletvos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CoreAudioExtensions.o
SwiftCompile normal arm64 Compiling\ AudioControl.swift,\ AudioDevice+ChannelNominalLineLevel.swift,\ AudioDevice+ClockSource.swift,\ AudioDevice+DataSource.swift,\ AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioDevice+PlayThroughDestination.swift,\ AudioDevice+TransportType.swift,\ AudioDevice.swift,\ AudioEndpoint.swift,\ AudioEndpointDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioProcess.swift,\ AudioStream+TerminalType.swift,\ AudioStream.swift,\ AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioHardwareIOProcStreamUsageWrapper.swift,\ AudioObject.swift,\ AudioObjectPropertyData.swift,\ AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioSubdevice.swift,\ AudioSubtap.swift,\ AudioSystem.swift,\ AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PropertyElement.swift,\ PropertyQualifier.swift,\ PropertyScope.swift,\ PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/supplementaryOutputs-8 -target arm64-apple-tvos12.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name CAAudioHardware -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name appletvos26.0 -clang-target arm64-apple-tvos26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertyElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertyQualifier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertyScope.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertySelector.o -index-unit-output-path /CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertyElement.o -index-unit-output-path /CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertyQualifier.o -index-unit-output-path /CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertyScope.o -index-unit-output-path /CAAudioHardware.build/Debug-appletvos/CAAudioHardware.build/Objects-normal/arm64/PropertySelector.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/CAAudioHardware/PropertyElement.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:23: error: cannot find type 'AudioObjectPropertyElement' in scope
        public let rawValue: AudioObjectPropertyElement
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:17:23: error: cannot find type 'AudioObjectPropertyElement' in scope
        public init(_ value: AudioObjectPropertyElement) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: error: type 'PropertyElement' does not conform to protocol 'Hashable'
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertyElement' to 'Hashable'
        public let rawValue: AudioObjectPropertyElement
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: error: type 'PropertyElement' does not conform to protocol 'Equatable'
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertyElement' to 'Equatable'
        public let rawValue: AudioObjectPropertyElement
                   ^
Swift.==:1:24: note: candidate would match if 'PropertyElement' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'PropertyElement' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'PropertyElement' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'PropertyElement' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'PropertyElement' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'PropertyElement' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'PropertyElement' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'PropertyElement' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: note: add stubs for conformance
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(PropertyElement, PropertyElement) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:36:45: error: cannot find 'kAudioObjectPropertyElementMain' in scope
        public static let main          = PropertyElement(kAudioObjectPropertyElementMain)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:36:29: error: no exact matches in call to initializer
        public static let main          = PropertyElement(kAudioObjectPropertyElementMain)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:39:46: error: cannot find 'kAudioObjectPropertyElementMaster' in scope
        public static let master        = PropertyElement(kAudioObjectPropertyElementMaster)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:39:30: error: no exact matches in call to initializer
        public static let master        = PropertyElement(kAudioObjectPropertyElementMaster)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:41:48: error: cannot find 'kAudioObjectPropertyElementWildcard' in scope
        public static let wildcard      = PropertyElement(kAudioObjectPropertyElementWildcard)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:41:32: error: no exact matches in call to initializer
        public static let wildcard      = PropertyElement(kAudioObjectPropertyElementWildcard)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:47:51: error: cannot find 'kAudioObjectPropertyElementWildcard' in scope
                lhs.rawValue == rhs.rawValue || lhs.rawValue == kAudioObjectPropertyElementWildcard || rhs.rawValue == kAudioObjectPropertyElementWildcard
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:47:106: error: cannot find 'kAudioObjectPropertyElementWildcard' in scope
                lhs.rawValue == rhs.rawValue || lhs.rawValue == kAudioObjectPropertyElementWildcard || rhs.rawValue == kAudioObjectPropertyElementWildcard
                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:54:8: error: cannot find 'kAudioObjectPropertyElementMain' in scope
                case kAudioObjectPropertyElementMain:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:56:8: error: cannot find 'kAudioObjectPropertyElementWildcard' in scope
                case kAudioObjectPropertyElementWildcard:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:23: error: cannot find type 'AudioObjectPropertyScope' in scope
        public let rawValue: AudioObjectPropertyScope
                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:17:23: error: cannot find type 'AudioObjectPropertyScope' in scope
        public init(_ value: AudioObjectPropertyScope) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: error: type 'PropertyScope' does not conform to protocol 'Hashable'
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertyScope' to 'Hashable'
        public let rawValue: AudioObjectPropertyScope
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: error: type 'PropertyScope' does not conform to protocol 'Equatable'
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertyScope' to 'Equatable'
        public let rawValue: AudioObjectPropertyScope
                   ^
Swift.==:1:24: note: candidate would match if 'PropertyScope' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'PropertyScope' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'PropertyScope' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'PropertyScope' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'PropertyScope' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'PropertyScope' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'PropertyScope' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'PropertyScope' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: note: add stubs for conformance
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(PropertyScope, PropertyScope) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:36:45: error: cannot find 'kAudioObjectPropertyScopeGlobal' in scope
        public static let global                = PropertyScope(kAudioObjectPropertyScopeGlobal)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:36:31: error: no exact matches in call to initializer
        public static let global                = PropertyScope(kAudioObjectPropertyScopeGlobal)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:38:44: error: cannot find 'kAudioObjectPropertyScopeInput' in scope
        public static let input                 = PropertyScope(kAudioObjectPropertyScopeInput)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:38:30: error: no exact matches in call to initializer
        public static let input                 = PropertyScope(kAudioObjectPropertyScopeInput)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:40:45: error: cannot find 'kAudioObjectPropertyScopeOutput' in scope
        public static let output                = PropertyScope(kAudioObjectPropertyScopeOutput)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:40:31: error: no exact matches in call to initializer
        public static let output                = PropertyScope(kAudioObjectPropertyScopeOutput)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:42:49: error: cannot find 'kAudioObjectPropertyScopePlayThrough' in scope
        public static let playThrough   = PropertyScope(kAudioObjectPropertyScopePlayThrough)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:42:35: error: no exact matches in call to initializer
        public static let playThrough   = PropertyScope(kAudioObjectPropertyScopePlayThrough)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:44:47: error: cannot find 'kAudioObjectPropertyScopeWildcard' in scope
        public static let wildcard              = PropertyScope(kAudioObjectPropertyScopeWildcard)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:44:33: error: no exact matches in call to initializer
        public static let wildcard              = PropertyScope(kAudioObjectPropertyScopeWildcard)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:50:51: error: cannot find 'kAudioObjectPropertyScopeWildcard' in scope
                lhs.rawValue == rhs.rawValue || lhs.rawValue == kAudioObjectPropertyScopeWildcard || rhs.rawValue == kAudioObjectPropertyScopeWildcard
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:50:104: error: cannot find 'kAudioObjectPropertyScopeWildcard' in scope
                lhs.rawValue == rhs.rawValue || lhs.rawValue == kAudioObjectPropertyScopeWildcard || rhs.rawValue == kAudioObjectPropertyScopeWildcard
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:57:8: error: cannot find 'kAudioObjectPropertyScopeGlobal' in scope
                case kAudioObjectPropertyScopeGlobal:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:59:8: error: cannot find 'kAudioObjectPropertyScopeInput' in scope
                case kAudioObjectPropertyScopeInput:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:61:8: error: cannot find 'kAudioObjectPropertyScopeOutput' in scope
                case kAudioObjectPropertyScopeOutput:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:63:8: error: cannot find 'kAudioObjectPropertyScopePlayThrough' in scope
                case kAudioObjectPropertyScopePlayThrough:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:65:8: error: cannot find 'kAudioObjectPropertyScopeWildcard' in scope
                case kAudioObjectPropertyScopeWildcard:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:23: error: cannot find type 'AudioObjectPropertySelector' in scope
        public let rawValue: AudioObjectPropertySelector
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:17:23: error: cannot find type 'AudioObjectPropertySelector' in scope
        public init(_ value: AudioObjectPropertySelector) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: error: type 'PropertySelector' does not conform to protocol 'Hashable'
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertySelector' to 'Hashable'
        public let rawValue: AudioObjectPropertySelector
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: error: type 'PropertySelector' does not conform to protocol 'Equatable'
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertySelector' to 'Equatable'
        public let rawValue: AudioObjectPropertySelector
                   ^
Swift.==:1:24: note: candidate would match if 'PropertySelector' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'PropertySelector' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'PropertySelector' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'PropertySelector' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'PropertySelector' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'PropertySelector' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'PropertySelector' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'PropertySelector' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: note: add stubs for conformance
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(PropertySelector, PropertySelector) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:36:48: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
        public static let wildcard = PropertySelector(kAudioObjectPropertySelectorWildcard)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:36:31: error: no exact matches in call to initializer
        public static let wildcard = PropertySelector(kAudioObjectPropertySelectorWildcard)
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:43:51: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
                lhs.rawValue == rhs.rawValue || lhs.rawValue == kAudioObjectPropertySelectorWildcard || rhs.rawValue == kAudioObjectPropertySelectorWildcard
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:43:107: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
                lhs.rawValue == rhs.rawValue || lhs.rawValue == kAudioObjectPropertySelectorWildcard || rhs.rawValue == kAudioObjectPropertySelectorWildcard
                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:50:8: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
                case kAudioObjectPropertySelectorWildcard:
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ AudioTransportManager.swift,\ BooleanControl.swift,\ LevelControl.swift,\ PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioAggregateDevice.swift,\ AudioBox.swift,\ AudioBufferListWrapper.swift,\ AudioChannelLayoutWrapper.swift,\ AudioClockDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
EmitSwiftModule normal arm64 (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SelectorControl+Item.swift,\ SelectorControl.swift,\ SliderControl.swift,\ StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ PropertyElement.swift,\ PropertyQualifier.swift,\ PropertyScope.swift,\ PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	Building workspace spi-builder-workspace with scheme CAAudioHardware
(5 failures)
BUILD FAILURE 6.2 tvOS