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 main (9d91b4), with Swift 6.1 for iOS using Xcode 16.3 on 21 Jun 2025 18:19:24 UTC.

Build Command

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

Build Log

        public static let dataSourceKindForID = AudioObjectSelector(kAudioDevicePropertyDataSourceKindForID)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1319:54: error: cannot find 'kAudioDevicePropertyClockSource' in scope
        public static let clockSource = AudioObjectSelector(kAudioDevicePropertyClockSource)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1321:55: error: cannot find 'kAudioDevicePropertyClockSources' in scope
        public static let clockSources = AudioObjectSelector(kAudioDevicePropertyClockSources)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1323:63: error: cannot find 'kAudioDevicePropertyClockSourceNameForIDCFString' in scope
        public static let clockSourceNameForID = AudioObjectSelector(kAudioDevicePropertyClockSourceNameForIDCFString)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1325:63: error: cannot find 'kAudioDevicePropertyClockSourceKindForID' in scope
        public static let clockSourceKindForID = AudioObjectSelector(kAudioDevicePropertyClockSourceKindForID)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1327:51: error: cannot find 'kAudioDevicePropertyPlayThru' in scope
        public static let playThru = AudioObjectSelector(kAudioDevicePropertyPlayThru)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1329:55: error: cannot find 'kAudioDevicePropertyPlayThruSolo' in scope
        public static let playThruSolo = AudioObjectSelector(kAudioDevicePropertyPlayThruSolo)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1331:63: error: cannot find 'kAudioDevicePropertyPlayThruVolumeScalar' in scope
        public static let playThruVolumeScalar = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeScalar)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1333:65: error: cannot find 'kAudioDevicePropertyPlayThruVolumeDecibels' in scope
        public static let playThruVolumeDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1335:70: error: cannot find 'kAudioDevicePropertyPlayThruVolumeRangeDecibels' in scope
        public static let playThruVolumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeRangeDecibels)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1337:73: error: cannot find 'kAudioDevicePropertyPlayThruVolumeScalarToDecibels' in scope
        public static let playThruVolumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeScalarToDecibels)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1339:73: error: cannot find 'kAudioDevicePropertyPlayThruVolumeDecibelsToScalar' in scope
        public static let playThruVolumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeDecibelsToScalar)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1341:60: error: cannot find 'kAudioDevicePropertyPlayThruStereoPan' in scope
        public static let playThruStereoPan = AudioObjectSelector(kAudioDevicePropertyPlayThruStereoPan)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1343:68: error: cannot find 'kAudioDevicePropertyPlayThruStereoPanChannels' in scope
        public static let playThruStereoPanChannels = AudioObjectSelector(kAudioDevicePropertyPlayThruStereoPanChannels)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1345:62: error: cannot find 'kAudioDevicePropertyPlayThruDestination' in scope
        public static let playThruDestination = AudioObjectSelector(kAudioDevicePropertyPlayThruDestination)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1347:63: error: cannot find 'kAudioDevicePropertyPlayThruDestinations' in scope
        public static let playThruDestinations = AudioObjectSelector(kAudioDevicePropertyPlayThruDestinations)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1349:71: error: cannot find 'kAudioDevicePropertyPlayThruDestinationNameForIDCFString' in scope
        public static let playThruDestinationNameForID = AudioObjectSelector(kAudioDevicePropertyPlayThruDestinationNameForIDCFString)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1351:66: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevel' in scope
        public static let channelNominalLineLevel = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevel)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1353:67: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevels' in scope
        public static let channelNominalLineLevels = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevels)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1355:75: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString' in scope
        public static let channelNominalLineLevelNameForID = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString)
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1357:64: error: cannot find 'kAudioDevicePropertyHighPassFilterSetting' in scope
        public static let highPassFilterSetting = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSetting)
                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1359:65: error: cannot find 'kAudioDevicePropertyHighPassFilterSettings' in scope
        public static let highPassFilterSettings = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSettings)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1361:73: error: cannot find 'kAudioDevicePropertyHighPassFilterSettingNameForIDCFString' in scope
        public static let highPassFilterSettingNameForID = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSettingNameForIDCFString)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1363:58: error: cannot find 'kAudioDevicePropertySubVolumeScalar' in scope
        public static let subVolumeScalar = AudioObjectSelector(kAudioDevicePropertySubVolumeScalar)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1365:60: error: cannot find 'kAudioDevicePropertySubVolumeDecibels' in scope
        public static let subVolumeDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeDecibels)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1367:65: error: cannot find 'kAudioDevicePropertySubVolumeRangeDecibels' in scope
        public static let subVolumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeRangeDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1369:68: error: cannot find 'kAudioDevicePropertySubVolumeScalarToDecibels' in scope
        public static let subVolumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeScalarToDecibels)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1371:68: error: cannot find 'kAudioDevicePropertySubVolumeDecibelsToScalar' in scope
        public static let subVolumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertySubVolumeDecibelsToScalar)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1373:50: error: cannot find 'kAudioDevicePropertySubMute' in scope
        public static let subMute = AudioObjectSelector(kAudioDevicePropertySubMute)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1376:71: error: cannot find 'kAudioDevicePropertyVoiceActivityDetectionEnable' in scope
        public static let voiceActivityDetectionEnable = AudioObjectSelector(kAudioDevicePropertyVoiceActivityDetectionEnable)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1379:70: error: cannot find 'kAudioDevicePropertyVoiceActivityDetectionState' in scope
        public static let voiceActivityDetectionState = AudioObjectSelector(kAudioDevicePropertyVoiceActivityDetectionState)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1385:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioDevice(_ objectID: AudioObjectID) throws -> AudioDevice {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift:71:54: error: cannot find 'kAudioEndPointDevicePropertyComposition' in scope
        public static let composition = AudioObjectSelector(kAudioEndPointDevicePropertyComposition)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift:73:55: error: cannot find 'kAudioEndPointDevicePropertyEndPointList' in scope
        public static let endpointList = AudioObjectSelector(kAudioEndPointDevicePropertyEndPointList)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift:75:52: error: cannot find 'kAudioEndPointDevicePropertyIsPrivate' in scope
        public static let isPrivate = AudioObjectSelector(kAudioEndPointDevicePropertyIsPrivate)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift:10:11: error: cannot find type 'AudioHardwareIOProcStreamUsage' in scope
extension AudioHardwareIOProcStreamUsage {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift:53:59: error: cannot find type 'AudioHardwareIOProcStreamUsage' in scope
        public func withUnsafePointer<T>(_ block: (UnsafePointer<AudioHardwareIOProcStreamUsage>) throws -> T) rethrows -> T {
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:453:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        let rawValue: AudioObjectPropertySelector
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:451: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:453: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:451: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:453: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:451: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:494:51: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
        public static let wildcard = AudioObjectSelector(kAudioObjectPropertySelectorWildcard)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:497:50: error: cannot find 'kAudioObjectPropertyCreator' in scope
        public static let creator = AudioObjectSelector(kAudioObjectPropertyCreator)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:501:52: error: cannot find 'kAudioObjectPropertyBaseClass' in scope
        public static let baseClass = AudioObjectSelector(kAudioObjectPropertyBaseClass)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:503:50: error: cannot find 'kAudioObjectPropertyClass' in scope
        public static let `class` = AudioObjectSelector(kAudioObjectPropertyClass)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:505:48: error: cannot find 'kAudioObjectPropertyOwner' in scope
        public static let owner = AudioObjectSelector(kAudioObjectPropertyOwner)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:507:47: error: cannot find 'kAudioObjectPropertyName' in scope
        public static let name = AudioObjectSelector(kAudioObjectPropertyName)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:509:52: error: cannot find 'kAudioObjectPropertyModelName' in scope
        public static let modelName = AudioObjectSelector(kAudioObjectPropertyModelName)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:511:55: error: cannot find 'kAudioObjectPropertyManufacturer' in scope
        public static let manufacturer = AudioObjectSelector(kAudioObjectPropertyManufacturer)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:513:54: error: cannot find 'kAudioObjectPropertyElementName' in scope
        public static let elementName = AudioObjectSelector(kAudioObjectPropertyElementName)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:515:62: error: cannot find 'kAudioObjectPropertyElementCategoryName' in scope
        public static let elementCategoryName = AudioObjectSelector(kAudioObjectPropertyElementCategoryName)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:517:60: error: cannot find 'kAudioObjectPropertyElementNumberName' in scope
        public static let elementNumberName = AudioObjectSelector(kAudioObjectPropertyElementNumberName)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:519:55: error: cannot find 'kAudioObjectPropertyOwnedObjects' in scope
        public static let ownedObjects = AudioObjectSelector(kAudioObjectPropertyOwnedObjects)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:521:51: error: cannot find 'kAudioObjectPropertyIdentify' in scope
        public static let identify = AudioObjectSelector(kAudioObjectPropertyIdentify)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:523:55: error: cannot find 'kAudioObjectPropertySerialNumber' in scope
        public static let serialNumber = AudioObjectSelector(kAudioObjectPropertySerialNumber)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:525: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:537: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:22:20: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'AudioSystem' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let instance = AudioSystem()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:20:14: note: class 'AudioSystem' does not conform to the 'Sendable' protocol
public class AudioSystem: AudioObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:22:20: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
        public static let instance = AudioSystem()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:22:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let instance = AudioSystem()
                          ^
        nonisolated(unsafe)
/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)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

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\ 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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling AudioValueRange+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
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')
SwiftDriverJobDiscovery normal arm64 Compiling AudioChannelLayout+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
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')
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-16.3.0.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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/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-iphoneos/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:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
	EmitSwiftModule normal arm64 (in target 'CAAudioHardware' from project 'CAAudioHardware')
	Building workspace spi-builder-workspace with scheme CAAudioHardware
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CAAudioHardware: /Users/admin/builder/spi-builder-workspace
  CoreAudioExtensions: https://github.com/sbooth/CoreAudioExtensions @ 0.3.0
resolved source packages: CAAudioHardware, CoreAudioExtensions
{
  "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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CAAudioHardware -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CAAudioHardware -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  CAAudioHardware: /Users/admin/builder/spi-builder-workspace
  CoreAudioExtensions: https://github.com/sbooth/CoreAudioExtensions @ 0.3.0
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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0734bd406b7fdd38abe34bbb0ab16006
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0734bd406b7fdd38abe34bbb0ab16006.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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-16.3.0.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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreAudioExtensions (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
EmitSwiftModule normal arm64 (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioChannelLayout+SFBExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions/Sources/CoreAudioExtensions/AudioChannelLayout+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions/Sources/CoreAudioExtensions/AudioChannelLayout+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioValueRange+SFBExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions/Sources/CoreAudioExtensions/AudioValueRange+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions/Sources/CoreAudioExtensions/AudioValueRange+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AudioStreamBasicDescription+SFBExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions/Sources/CoreAudioExtensions/AudioStreamBasicDescription+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions/Sources/CoreAudioExtensions/AudioStreamBasicDescription+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for CoreAudioExtensions (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /Applications/Xcode-16.3.0.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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/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-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreAudioExtensions.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.abi.json (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreAudioExtensions.swiftmodule/arm64-apple-ios.abi.json
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-16.3.0.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-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/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-iphoneos/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-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/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-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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

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\ 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-16.3.0.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-iphoneos/CAAudioHardware.build/Objects-normal/arm64/supplementaryOutputs-8 -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CAAudioHardware -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyQualifier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyScope.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertySelector.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyElement.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyQualifier.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyScope.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/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\ 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\ 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

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

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')
Command SwiftCompile failed with a nonzero exit code
** 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')
	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')
	Building workspace spi-builder-workspace with scheme CAAudioHardware
(6 failures)
BUILD FAILURE 6.1 iOS