The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CAAudioHardware, reference 0.7.1 (d92796), with Swift 6.3 for iOS using Xcode 26.4 on 16 Apr 2026 03:26:30 UTC.

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1249:70: error: cannot find 'kAudioDevicePropertyAvailableNominalSampleRates' in scope
        public static let availableNominalSampleRates = AudioObjectSelector(kAudioDevicePropertyAvailableNominalSampleRates)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1251:47: error: cannot find 'kAudioDevicePropertyIcon' in scope
        public static let icon = AudioObjectSelector(kAudioDevicePropertyIcon)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1253:51: error: cannot find 'kAudioDevicePropertyIsHidden' in scope
        public static let isHidden = AudioObjectSelector(kAudioDevicePropertyIsHidden)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1255:69: error: cannot find 'kAudioDevicePropertyPreferredChannelsForStereo' in scope
        public static let preferredChannelsForStereo = AudioObjectSelector(kAudioDevicePropertyPreferredChannelsForStereo)
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1257:65: error: cannot find 'kAudioDevicePropertyPreferredChannelLayout' in scope
        public static let preferredChannelLayout = AudioObjectSelector(kAudioDevicePropertyPreferredChannelLayout)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1260:49: error: cannot find 'kAudioDevicePropertyPlugIn' in scope
        public static let plugIn = AudioObjectSelector(kAudioDevicePropertyPlugIn)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1262:53: error: cannot find 'kAudioDevicePropertyDeviceHasChanged' in scope
        public static let hasChanged = AudioObjectSelector(kAudioDevicePropertyDeviceHasChanged)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1264:61: error: cannot find 'kAudioDevicePropertyDeviceIsRunningSomewhere' in scope
        public static let isRunningSomewhere = AudioObjectSelector(kAudioDevicePropertyDeviceIsRunningSomewhere)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1266:60: error: cannot find 'kAudioDeviceProcessorOverload' in scope
        public static let processorOverload = AudioObjectSelector(kAudioDeviceProcessorOverload)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1268:64: error: cannot find 'kAudioDevicePropertyIOStoppedAbnormally' in scope
        public static let ioStoppedAbornormally = AudioObjectSelector(kAudioDevicePropertyIOStoppedAbnormally)
                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1270:50: error: cannot find 'kAudioDevicePropertyHogMode' in scope
        public static let hogMode = AudioObjectSelector(kAudioDevicePropertyHogMode)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1272:58: error: cannot find 'kAudioDevicePropertyBufferFrameSize' in scope
        public static let bufferFrameSize = AudioObjectSelector(kAudioDevicePropertyBufferFrameSize)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1274:63: error: cannot find 'kAudioDevicePropertyBufferFrameSizeRange' in scope
        public static let bufferFrameSizeRange = AudioObjectSelector(kAudioDevicePropertyBufferFrameSizeRange)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1276:71: error: cannot find 'kAudioDevicePropertyUsesVariableBufferFrameSizes' in scope
        public static let usesVariableBufferFrameSizes = AudioObjectSelector(kAudioDevicePropertyUsesVariableBufferFrameSizes)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1278:55: error: cannot find 'kAudioDevicePropertyIOCycleUsage' in scope
        public static let ioCycleUsage = AudioObjectSelector(kAudioDevicePropertyIOCycleUsage)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1280:62: error: cannot find 'kAudioDevicePropertyStreamConfiguration' in scope
        public static let streamConfiguration = AudioObjectSelector(kAudioDevicePropertyStreamConfiguration)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1282:60: error: cannot find 'kAudioDevicePropertyIOProcStreamUsage' in scope
        public static let ioProcStreamUsage = AudioObjectSelector(kAudioDevicePropertyIOProcStreamUsage)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1284:59: error: cannot find 'kAudioDevicePropertyActualSampleRate' in scope
        public static let actualSampleRate = AudioObjectSelector(kAudioDevicePropertyActualSampleRate)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1286:54: error: cannot find 'kAudioDevicePropertyClockDevice' in scope
        public static let clockDevice = AudioObjectSelector(kAudioDevicePropertyClockDevice)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1288:62: error: cannot find 'kAudioDevicePropertyIOThreadOSWorkgroup' in scope
        public static let ioThreadOSWorkgroup = AudioObjectSelector(kAudioDevicePropertyIOThreadOSWorkgroup)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1290:54: error: cannot find 'kAudioDevicePropertyProcessMute' in scope
        public static let processMute = AudioObjectSelector(kAudioDevicePropertyProcessMute)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1293:58: error: cannot find 'kAudioDevicePropertyJackIsConnected' in scope
        public static let jackIsConnected = AudioObjectSelector(kAudioDevicePropertyJackIsConnected)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1295:55: error: cannot find 'kAudioDevicePropertyVolumeScalar' in scope
        public static let volumeScalar = AudioObjectSelector(kAudioDevicePropertyVolumeScalar)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1297:57: error: cannot find 'kAudioDevicePropertyVolumeDecibels' in scope
        public static let volumeDecibels = AudioObjectSelector(kAudioDevicePropertyVolumeDecibels)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1299:62: error: cannot find 'kAudioDevicePropertyVolumeRangeDecibels' in scope
        public static let volumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertyVolumeRangeDecibels)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1301:65: error: cannot find 'kAudioDevicePropertyVolumeScalarToDecibels' in scope
        public static let volumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertyVolumeScalarToDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1303:65: error: cannot find 'kAudioDevicePropertyVolumeDecibelsToScalar' in scope
        public static let volumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertyVolumeDecibelsToScalar)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1305:52: error: cannot find 'kAudioDevicePropertyStereoPan' in scope
        public static let stereoPan = AudioObjectSelector(kAudioDevicePropertyStereoPan)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1307:60: error: cannot find 'kAudioDevicePropertyStereoPanChannels' in scope
        public static let stereoPanChannels = AudioObjectSelector(kAudioDevicePropertyStereoPanChannels)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1309:47: error: cannot find 'kAudioDevicePropertyMute' in scope
        public static let mute = AudioObjectSelector(kAudioDevicePropertyMute)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1311:47: error: cannot find 'kAudioDevicePropertySolo' in scope
        public static let solo = AudioObjectSelector(kAudioDevicePropertySolo)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1313:55: error: cannot find 'kAudioDevicePropertyPhantomPower' in scope
        public static let phantomPower = AudioObjectSelector(kAudioDevicePropertyPhantomPower)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1315:54: error: cannot find 'kAudioDevicePropertyPhaseInvert' in scope
        public static let phaseInvert = AudioObjectSelector(kAudioDevicePropertyPhaseInvert)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1317:52: error: cannot find 'kAudioDevicePropertyClipLight' in scope
        public static let clipLight = AudioObjectSelector(kAudioDevicePropertyClipLight)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1319:51: error: cannot find 'kAudioDevicePropertyTalkback' in scope
        public static let talkback = AudioObjectSelector(kAudioDevicePropertyTalkback)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1321:53: error: cannot find 'kAudioDevicePropertyListenback' in scope
        public static let listenback = AudioObjectSelector(kAudioDevicePropertyListenback)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1323:53: error: cannot find 'kAudioDevicePropertyDataSource' in scope
        public static let dataSource = AudioObjectSelector(kAudioDevicePropertyDataSource)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1325:54: error: cannot find 'kAudioDevicePropertyDataSources' in scope
        public static let dataSources = AudioObjectSelector(kAudioDevicePropertyDataSources)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1327:62: error: cannot find 'kAudioDevicePropertyDataSourceNameForIDCFString' in scope
        public static let dataSourceNameForID = AudioObjectSelector(kAudioDevicePropertyDataSourceNameForIDCFString)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1329:62: error: cannot find 'kAudioDevicePropertyDataSourceKindForID' in scope
        public static let dataSourceKindForID = AudioObjectSelector(kAudioDevicePropertyDataSourceKindForID)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1331:54: error: cannot find 'kAudioDevicePropertyClockSource' in scope
        public static let clockSource = AudioObjectSelector(kAudioDevicePropertyClockSource)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1333:55: error: cannot find 'kAudioDevicePropertyClockSources' in scope
        public static let clockSources = AudioObjectSelector(kAudioDevicePropertyClockSources)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1335:63: error: cannot find 'kAudioDevicePropertyClockSourceNameForIDCFString' in scope
        public static let clockSourceNameForID = AudioObjectSelector(kAudioDevicePropertyClockSourceNameForIDCFString)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1337:63: error: cannot find 'kAudioDevicePropertyClockSourceKindForID' in scope
        public static let clockSourceKindForID = AudioObjectSelector(kAudioDevicePropertyClockSourceKindForID)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1339:51: error: cannot find 'kAudioDevicePropertyPlayThru' in scope
        public static let playThru = AudioObjectSelector(kAudioDevicePropertyPlayThru)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1341:55: error: cannot find 'kAudioDevicePropertyPlayThruSolo' in scope
        public static let playThruSolo = AudioObjectSelector(kAudioDevicePropertyPlayThruSolo)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1343:63: error: cannot find 'kAudioDevicePropertyPlayThruVolumeScalar' in scope
        public static let playThruVolumeScalar = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeScalar)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1345:65: error: cannot find 'kAudioDevicePropertyPlayThruVolumeDecibels' in scope
        public static let playThruVolumeDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1347:70: error: cannot find 'kAudioDevicePropertyPlayThruVolumeRangeDecibels' in scope
        public static let playThruVolumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeRangeDecibels)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1349:73: error: cannot find 'kAudioDevicePropertyPlayThruVolumeScalarToDecibels' in scope
        public static let playThruVolumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeScalarToDecibels)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1351:73: error: cannot find 'kAudioDevicePropertyPlayThruVolumeDecibelsToScalar' in scope
        public static let playThruVolumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeDecibelsToScalar)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1353:60: error: cannot find 'kAudioDevicePropertyPlayThruStereoPan' in scope
        public static let playThruStereoPan = AudioObjectSelector(kAudioDevicePropertyPlayThruStereoPan)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1355:68: error: cannot find 'kAudioDevicePropertyPlayThruStereoPanChannels' in scope
        public static let playThruStereoPanChannels = AudioObjectSelector(kAudioDevicePropertyPlayThruStereoPanChannels)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1357:62: error: cannot find 'kAudioDevicePropertyPlayThruDestination' in scope
        public static let playThruDestination = AudioObjectSelector(kAudioDevicePropertyPlayThruDestination)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1359:63: error: cannot find 'kAudioDevicePropertyPlayThruDestinations' in scope
        public static let playThruDestinations = AudioObjectSelector(kAudioDevicePropertyPlayThruDestinations)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1361:71: error: cannot find 'kAudioDevicePropertyPlayThruDestinationNameForIDCFString' in scope
        public static let playThruDestinationNameForID = AudioObjectSelector(kAudioDevicePropertyPlayThruDestinationNameForIDCFString)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1363:66: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevel' in scope
        public static let channelNominalLineLevel = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevel)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1365:67: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevels' in scope
        public static let channelNominalLineLevels = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevels)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1367:75: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString' in scope
        public static let channelNominalLineLevelNameForID = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString)
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1369:64: error: cannot find 'kAudioDevicePropertyHighPassFilterSetting' in scope
        public static let highPassFilterSetting = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSetting)
                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1371:65: error: cannot find 'kAudioDevicePropertyHighPassFilterSettings' in scope
        public static let highPassFilterSettings = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSettings)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1373:73: error: cannot find 'kAudioDevicePropertyHighPassFilterSettingNameForIDCFString' in scope
        public static let highPassFilterSettingNameForID = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSettingNameForIDCFString)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1375:58: error: cannot find 'kAudioDevicePropertySubVolumeScalar' in scope
        public static let subVolumeScalar = AudioObjectSelector(kAudioDevicePropertySubVolumeScalar)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1377:60: error: cannot find 'kAudioDevicePropertySubVolumeDecibels' in scope
        public static let subVolumeDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeDecibels)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1379:65: error: cannot find 'kAudioDevicePropertySubVolumeRangeDecibels' in scope
        public static let subVolumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeRangeDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1381:68: error: cannot find 'kAudioDevicePropertySubVolumeScalarToDecibels' in scope
        public static let subVolumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeScalarToDecibels)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1383:68: error: cannot find 'kAudioDevicePropertySubVolumeDecibelsToScalar' in scope
        public static let subVolumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertySubVolumeDecibelsToScalar)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1385:50: error: cannot find 'kAudioDevicePropertySubMute' in scope
        public static let subMute = AudioObjectSelector(kAudioDevicePropertySubMute)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1388:71: error: cannot find 'kAudioDevicePropertyVoiceActivityDetectionEnable' in scope
        public static let voiceActivityDetectionEnable = AudioObjectSelector(kAudioDevicePropertyVoiceActivityDetectionEnable)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1391:70: error: cannot find 'kAudioDevicePropertyVoiceActivityDetectionState' in scope
        public static let voiceActivityDetectionState = AudioObjectSelector(kAudioDevicePropertyVoiceActivityDetectionState)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1397: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:458:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        let rawValue: AudioObjectPropertySelector
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:456:15: error: type 'AudioObjectSelector' does not conform to protocol 'Hashable'
public struct AudioObjectSelector<T: AudioObject>: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:458:6: note: stored property type '_' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioObjectSelector<T>' to 'Hashable'
        let rawValue: AudioObjectPropertySelector
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:456:15: error: type 'AudioObjectSelector<T>' does not conform to protocol 'Equatable'
public struct AudioObjectSelector<T: AudioObject>: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:458:6: note: stored property type '_' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioObjectSelector<T>' to 'Equatable'
        let rawValue: AudioObjectPropertySelector
            ^
Swift.==:1:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:456:15: note: add stubs for conformance
public struct AudioObjectSelector<T: AudioObject>: Equatable, Hashable, Sendable {
              ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioObjectSelector<T>, AudioObjectSelector<T>) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:499:51: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
        public static let wildcard = AudioObjectSelector(kAudioObjectPropertySelectorWildcard)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:502:50: error: cannot find 'kAudioObjectPropertyCreator' in scope
        public static let creator = AudioObjectSelector(kAudioObjectPropertyCreator)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:506:52: error: cannot find 'kAudioObjectPropertyBaseClass' in scope
        public static let baseClass = AudioObjectSelector(kAudioObjectPropertyBaseClass)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:508:50: error: cannot find 'kAudioObjectPropertyClass' in scope
        public static let `class` = AudioObjectSelector(kAudioObjectPropertyClass)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:510:48: error: cannot find 'kAudioObjectPropertyOwner' in scope
        public static let owner = AudioObjectSelector(kAudioObjectPropertyOwner)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:512:47: error: cannot find 'kAudioObjectPropertyName' in scope
        public static let name = AudioObjectSelector(kAudioObjectPropertyName)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:514:52: error: cannot find 'kAudioObjectPropertyModelName' in scope
        public static let modelName = AudioObjectSelector(kAudioObjectPropertyModelName)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:516:55: error: cannot find 'kAudioObjectPropertyManufacturer' in scope
        public static let manufacturer = AudioObjectSelector(kAudioObjectPropertyManufacturer)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:518:54: error: cannot find 'kAudioObjectPropertyElementName' in scope
        public static let elementName = AudioObjectSelector(kAudioObjectPropertyElementName)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:520:62: error: cannot find 'kAudioObjectPropertyElementCategoryName' in scope
        public static let elementCategoryName = AudioObjectSelector(kAudioObjectPropertyElementCategoryName)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:522:60: error: cannot find 'kAudioObjectPropertyElementNumberName' in scope
        public static let elementNumberName = AudioObjectSelector(kAudioObjectPropertyElementNumberName)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:524:55: error: cannot find 'kAudioObjectPropertyOwnedObjects' in scope
        public static let ownedObjects = AudioObjectSelector(kAudioObjectPropertyOwnedObjects)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:526:51: error: cannot find 'kAudioObjectPropertyIdentify' in scope
        public static let identify = AudioObjectSelector(kAudioObjectPropertyIdentify)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:528:55: error: cannot find 'kAudioObjectPropertySerialNumber' in scope
        public static let serialNumber = AudioObjectSelector(kAudioObjectPropertySerialNumber)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:530:58: error: cannot find 'kAudioObjectPropertyFirmwareVersion' in scope
        public static let firmwareVersion = AudioObjectSelector(kAudioObjectPropertyFirmwareVersion)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:141:54: error: cannot find 'kAudioTapPropertyDescription' in scope
        public static let description = AudioObjectSelector(kAudioTapPropertyDescription)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:542:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioObject(_ objectID: AudioObjectID) throws -> AudioObject {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:21:48: error: cannot find type 'AudioObjectID' in scope
        public static func propertyDataSize(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> Int {
                                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:43:51: error: cannot find type 'AudioObjectID' in scope
        public static func readRawPropertyData(objectID: AudioObjectID, property: PropertyAddress, into buffer: UnsafeMutableRawPointer, size: Int, qualifier: PropertyQualifier? = nil) throws -> Int {
                                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:62:52: error: cannot find type 'AudioObjectID' in scope
        public static func writeRawPropertyData(objectID: AudioObjectID, property: PropertyAddress, data: UnsafeRawPointer, size: Int, qualifier: PropertyQualifier? = nil) throws {
                                                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:83:59: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: Numeric>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil, initialValue: T = 0) throws -> T {
                                                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:98:61: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> T {
                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:110:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioValueRange {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:122:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioStreamBasicDescription {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:134:50: error: cannot find type 'AudioObjectID' in scope
        public static func setPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, value: T, qualifier: PropertyQualifier? = nil) throws {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:149:50: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, elementType type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> [T] {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:166:50: error: cannot find type 'AudioObjectID' in scope
        public static func setPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, to value: [T], qualifier: PropertyQualifier? = nil) throws {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:189:65: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: Numeric>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:211:67: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:164:51: error: cannot find 'kAudioPlugInPropertyBundleID' in scope
        public static let bundleID = AudioObjectSelector(kAudioPlugInPropertyBundleID)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:166:53: error: cannot find 'kAudioPlugInPropertyDeviceList' in scope
        public static let deviceList = AudioObjectSelector(kAudioPlugInPropertyDeviceList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:168:63: error: cannot find 'kAudioPlugInPropertyTranslateUIDToDevice' in scope
        public static let translateUIDToDevice = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToDevice)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:170:50: error: cannot find 'kAudioPlugInPropertyBoxList' in scope
        public static let boxList = AudioObjectSelector(kAudioPlugInPropertyBoxList)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:172:60: error: cannot find 'kAudioPlugInPropertyTranslateUIDToBox' in scope
        public static let translateUIDToBox = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToBox)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:174:58: error: cannot find 'kAudioPlugInPropertyClockDeviceList' in scope
        public static let clockDeviceList = AudioObjectSelector(kAudioPlugInPropertyClockDeviceList)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:176:68: error: cannot find 'kAudioPlugInPropertyTranslateUIDToClockDevice' in scope
        public static let translateUIDToClockDevice = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToClockDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:182:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioPlugIn(_ objectID: AudioObjectID) throws -> AudioPlugIn {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:124:46: error: cannot find 'kAudioProcessPropertyPID' in scope
        public static let pid = AudioObjectSelector(kAudioProcessPropertyPID)
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:126:51: error: cannot find 'kAudioProcessPropertyBundleID' in scope
        public static let bundleID = AudioObjectSelector(kAudioProcessPropertyBundleID)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:128:50: error: cannot find 'kAudioProcessPropertyDevices' in scope
        public static let devices = AudioObjectSelector(kAudioProcessPropertyDevices)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:130:52: error: cannot find 'kAudioProcessPropertyIsRunning' in scope
        public static let isRunning = AudioObjectSelector(kAudioProcessPropertyIsRunning)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:132:57: error: cannot find 'kAudioProcessPropertyIsRunningInput' in scope
        public static let isRunningInput = AudioObjectSelector(kAudioProcessPropertyIsRunningInput)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:134:58: error: cannot find 'kAudioProcessPropertyIsRunningOutput' in scope
        public static let isRunningOutput = AudioObjectSelector(kAudioProcessPropertyIsRunningOutput)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:38:60: error: cannot find 'kAudioStreamTerminalTypeUnknown' in scope
        public static let unknown                                       = AudioStream.TerminalType(kAudioStreamTerminalTypeUnknown)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:40:58: error: cannot find 'kAudioStreamTerminalTypeLine' in scope
        public static let line                                          = AudioStream.TerminalType(kAudioStreamTerminalTypeLine)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:42:70: error: cannot find 'kAudioStreamTerminalTypeDigitalAudioInterface' in scope
        public static let digitalAudioInterface         = AudioStream.TerminalType(kAudioStreamTerminalTypeDigitalAudioInterface)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:44:60: error: cannot find 'kAudioStreamTerminalTypeSpeaker' in scope
        public static let speaker                                       = AudioStream.TerminalType(kAudioStreamTerminalTypeSpeaker)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:46:62: error: cannot find 'kAudioStreamTerminalTypeHeadphones' in scope
        public static let headphones                            = AudioStream.TerminalType(kAudioStreamTerminalTypeHeadphones)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:48:62: error: cannot find 'kAudioStreamTerminalTypeLFESpeaker' in scope
        public static let lfeSpeaker                            = AudioStream.TerminalType(kAudioStreamTerminalTypeLFESpeaker)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:50:66: error: cannot find 'kAudioStreamTerminalTypeReceiverSpeaker' in scope
        public static let receiverSpeaker                       = AudioStream.TerminalType(kAudioStreamTerminalTypeReceiverSpeaker)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:52:62: error: cannot find 'kAudioStreamTerminalTypeMicrophone' in scope
        public static let microphone                            = AudioStream.TerminalType(kAudioStreamTerminalTypeMicrophone)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:54:67: error: cannot find 'kAudioStreamTerminalTypeHeadsetMicrophone' in scope
        public static let headsetMicrophone             = AudioStream.TerminalType(kAudioStreamTerminalTypeHeadsetMicrophone)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:56:68: error: cannot find 'kAudioStreamTerminalTypeReceiverMicrophone' in scope
        public static let receiverMicrophone            = AudioStream.TerminalType(kAudioStreamTerminalTypeReceiverMicrophone)
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:58:57: error: cannot find 'kAudioStreamTerminalTypeTTY' in scope
        public static let tty                                           = AudioStream.TerminalType(kAudioStreamTerminalTypeTTY)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:60:58: error: cannot find 'kAudioStreamTerminalTypeHDMI' in scope
        public static let hdmi                                          = AudioStream.TerminalType(kAudioStreamTerminalTypeHDMI)
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:62:63: error: cannot find 'kAudioStreamTerminalTypeDisplayPort' in scope
        public static let displayPort                           = AudioStream.TerminalType(kAudioStreamTerminalTypeDisplayPort)
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:137:51: error: cannot find 'kAudioStreamPropertyIsActive' in scope
        public static let isActive = AudioObjectSelector(kAudioStreamPropertyIsActive)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:139:52: error: cannot find 'kAudioStreamPropertyDirection' in scope
        public static let direction = AudioObjectSelector(kAudioStreamPropertyDirection)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:141:55: error: cannot find 'kAudioStreamPropertyTerminalType' in scope
        public static let terminalType = AudioObjectSelector(kAudioStreamPropertyTerminalType)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:143:58: error: cannot find 'kAudioStreamPropertyStartingChannel' in scope
        public static let startingChannel = AudioObjectSelector(kAudioStreamPropertyStartingChannel)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:145:50: error: cannot find 'kAudioStreamPropertyLatency' in scope
        public static let latency = AudioObjectSelector(kAudioStreamPropertyLatency)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:147:56: error: cannot find 'kAudioStreamPropertyVirtualFormat' in scope
        public static let virtualFormat = AudioObjectSelector(kAudioStreamPropertyVirtualFormat)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:149:66: error: cannot find 'kAudioStreamPropertyAvailableVirtualFormats' in scope
        public static let availableVirtualFormats = AudioObjectSelector(kAudioStreamPropertyAvailableVirtualFormats)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:151:57: error: cannot find 'kAudioStreamPropertyPhysicalFormat' in scope
        public static let physicalFormat = AudioObjectSelector(kAudioStreamPropertyPhysicalFormat)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:153:67: error: cannot find 'kAudioStreamPropertyAvailablePhysicalFormats' in scope
        public static let availablePhysicalFormats = AudioObjectSelector(kAudioStreamPropertyAvailablePhysicalFormats)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:39:68: error: cannot find 'kAudioSubDeviceDriftCompensationMinQuality' in scope
        public static let min           = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationMinQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:44:68: error: cannot find 'kAudioSubDeviceDriftCompensationLowQuality' in scope
        public static let low           = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationLowQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:49:70: error: cannot find 'kAudioSubDeviceDriftCompensationMediumQuality' in scope
        public static let medium        = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationMediumQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:54:69: error: cannot find 'kAudioSubDeviceDriftCompensationHighQuality' in scope
        public static let high          = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationHighQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:59:68: error: cannot find 'kAudioSubDeviceDriftCompensationMaxQuality' in scope
        public static let max           = AudioSubdevice.DriftCompensationQuality(kAudioSubDeviceDriftCompensationMaxQuality)
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:80:55: error: cannot find 'kAudioSubDevicePropertyExtraLatency' in scope
        public static let extraLatency = AudioObjectSelector(kAudioSubDevicePropertyExtraLatency)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:82:60: error: cannot find 'kAudioSubDevicePropertyDriftCompensation' in scope
        public static let driftCompensation = AudioObjectSelector(kAudioSubDevicePropertyDriftCompensation)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:84:67: error: cannot find 'kAudioSubDevicePropertyDriftCompensationQuality' in scope
        public static let driftCompensationQuality = AudioObjectSelector(kAudioSubDevicePropertyDriftCompensationQuality)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:82:55: error: cannot find 'kAudioSubTapPropertyExtraLatency' in scope
        public static let extraLatency = AudioObjectSelector(kAudioSubTapPropertyExtraLatency)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:84:60: error: cannot find 'kAudioSubTapPropertyDriftCompensation' in scope
        public static let driftCompensation = AudioObjectSelector(kAudioSubTapPropertyDriftCompensation)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:86:67: error: cannot find 'kAudioSubTapPropertyDriftCompensationQuality' in scope
        public static let driftCompensationQuality = AudioObjectSelector(kAudioSubTapPropertyDriftCompensationQuality)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:11:11: error: cannot find type 'AudioObjectID' in scope
extension AudioObjectID {
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:25:36: error: cannot find type 'AudioObjectID' in scope
        private override init(_ objectID: AudioObjectID) {
                                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:37:53: error: cannot find type 'AudioObjectID' in scope
        public func deviceID(forUID uid: String) throws -> AudioObjectID? {
                                                           ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:62:63: error: cannot find type 'AudioObjectID' in scope
        public func plugInID(forBundleID bundleID: String) throws -> AudioObjectID? {
                                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:74:73: error: cannot find type 'AudioObjectID' in scope
        public func transportManagerID(forBundleID bundleID: String) throws -> AudioObjectID? {
                                                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:86:50: error: cannot find type 'AudioObjectID' in scope
        public func boxID(forUID uid: String) throws -> AudioObjectID? {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:98:58: error: cannot find type 'AudioObjectID' in scope
        public func clockDeviceID(forUID uid: String) throws -> AudioObjectID? {
                                                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:215:24: error: cannot find type 'AudioHardwarePowerHint' in scope
        public var powerHint: AudioHardwarePowerHint {
                              ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:216:3: error: getter of noncopyable type cannot be 'async' or 'throws'
                get throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:222:36: error: cannot find type 'AudioHardwarePowerHint' in scope
        public func setPowerHint(_ value: AudioHardwarePowerHint) throws {
                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:253:50: error: cannot find 'kAudioHardwarePropertyDevices' in scope
        public static let devices = AudioObjectSelector(kAudioHardwarePropertyDevices)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:255:61: error: cannot find 'kAudioHardwarePropertyDefaultInputDevice' in scope
        public static let defaultInputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultInputDevice)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:257:62: error: cannot find 'kAudioHardwarePropertyDefaultOutputDevice' in scope
        public static let defaultOutputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultOutputDevice)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:259:68: error: cannot find 'kAudioHardwarePropertyDefaultSystemOutputDevice' in scope
        public static let defaultSystemOutputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultSystemOutputDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:261:63: error: cannot find 'kAudioHardwarePropertyTranslateUIDToDevice' in scope
        public static let translateUIDToDevice = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToDevice)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:263:58: error: cannot find 'kAudioHardwarePropertyMixStereoToMono' in scope
        public static let mixStereoToMono = AudioObjectSelector(kAudioHardwarePropertyMixStereoToMono)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:265:53: error: cannot find 'kAudioHardwarePropertyPlugInList' in scope
        public static let plugInList = AudioObjectSelector(kAudioHardwarePropertyPlugInList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:267:68: error: cannot find 'kAudioHardwarePropertyTranslateBundleIDToPlugIn' in scope
        public static let translateBundleIDToPlugIn = AudioObjectSelector(kAudioHardwarePropertyTranslateBundleIDToPlugIn)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:269:63: error: cannot find 'kAudioHardwarePropertyTransportManagerList' in scope
        public static let transportManagerList = AudioObjectSelector(kAudioHardwarePropertyTransportManagerList)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:271:78: error: cannot find 'kAudioHardwarePropertyTranslateBundleIDToTransportManager' in scope
        public static let translateBundleIDToTransportManager = AudioObjectSelector(kAudioHardwarePropertyTranslateBundleIDToTransportManager)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:273:50: error: cannot find 'kAudioHardwarePropertyBoxList' in scope
        public static let boxList = AudioObjectSelector(kAudioHardwarePropertyBoxList)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:275:60: error: cannot find 'kAudioHardwarePropertyTranslateUIDToBox' in scope
        public static let translateUIDToBox = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToBox)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:277:58: error: cannot find 'kAudioHardwarePropertyClockDeviceList' in scope
        public static let clockDeviceList = AudioObjectSelector(kAudioHardwarePropertyClockDeviceList)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:279:68: error: cannot find 'kAudioHardwarePropertyTranslateUIDToClockDevice' in scope
        public static let translateUIDToClockDevice = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToClockDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:281:56: error: cannot find 'kAudioHardwarePropertyProcessIsMain' in scope
        public static let processIsMain = AudioObjectSelector(kAudioHardwarePropertyProcessIsMain)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:284:58: error: cannot find 'kAudioHardwarePropertyProcessIsMaster' in scope
        public static let processIsMaster = AudioObjectSelector(kAudioHardwarePropertyProcessIsMaster)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:286:61: error: cannot find 'kAudioHardwarePropertyIsInitingOrExiting' in scope
        public static let isInitingOrExiting = AudioObjectSelector(kAudioHardwarePropertyIsInitingOrExiting)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:288:56: error: cannot find 'kAudioHardwarePropertyUserIDChanged' in scope
        public static let userIDChanged = AudioObjectSelector(kAudioHardwarePropertyUserIDChanged)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:291:59: error: cannot find 'kAudioHardwarePropertyProcessInputMute' in scope
        public static let processInputMute = AudioObjectSelector(kAudioHardwarePropertyProcessInputMute)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:293:59: error: cannot find 'kAudioHardwarePropertyProcessIsAudible' in scope
        public static let processIsAudible = AudioObjectSelector(kAudioHardwarePropertyProcessIsAudible)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:295:60: error: cannot find 'kAudioHardwarePropertySleepingIsAllowed' in scope
        public static let sleepingIsAllowed = AudioObjectSelector(kAudioHardwarePropertySleepingIsAllowed)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:297:61: error: cannot find 'kAudioHardwarePropertyUnloadingIsAllowed' in scope
        public static let unloadingIsAllowed = AudioObjectSelector(kAudioHardwarePropertyUnloadingIsAllowed)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:299:59: error: cannot find 'kAudioHardwarePropertyHogModeIsAllowed' in scope
        public static let hogModeIsAllowed = AudioObjectSelector(kAudioHardwarePropertyHogModeIsAllowed)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:301:72: error: cannot find 'kAudioHardwarePropertyUserSessionIsActiveOrHeadless' in scope
        public static let userSessionIsActiveOrHeadless = AudioObjectSelector(kAudioHardwarePropertyUserSessionIsActiveOrHeadless)
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:303:59: error: cannot find 'kAudioHardwarePropertyServiceRestarted' in scope
        public static let serviceRestarted = AudioObjectSelector(kAudioHardwarePropertyServiceRestarted)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift:305:52: error: cannot find 'kAudioHardwarePropertyPowerHint' in scope
        public static let powerHint = AudioObjectSelector(kAudioHardwarePropertyPowerHint)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:43:41: error: cannot find type 'CATapDescription' in scope
        public static func create(description: CATapDescription) throws -> AudioTap {
                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:82:26: error: cannot find type 'CATapDescription' in scope
        public var description: CATapDescription {
                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:83:3: error: getter of noncopyable type cannot be 'async' or 'throws'
                get throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:89:38: error: cannot find type 'CATapDescription' in scope
        public func setDescription(_ value: CATapDescription) throws {
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:139:46: error: cannot find 'kAudioTapPropertyUID' in scope
        public static let uid = AudioObjectSelector(kAudioTapPropertyUID)
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:143:49: error: cannot find 'kAudioTapPropertyFormat' in scope
        public static let format = AudioObjectSelector(kAudioTapPropertyFormat)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:124:55: error: cannot find 'kAudioTransportManagerPropertyEndPointList' in scope
        public static let endpointList = AudioObjectSelector(kAudioTransportManagerPropertyEndPointList)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:126:65: error: cannot find 'kAudioTransportManagerPropertyTranslateUIDToEndPoint' in scope
        public static let translateUIDToEndpoint = AudioObjectSelector(kAudioTransportManagerPropertyTranslateUIDToEndPoint)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:128:56: error: cannot find 'kAudioTransportManagerPropertyTransportType' in scope
        public static let transportType = AudioObjectSelector(kAudioTransportManagerPropertyTransportType)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:63:48: error: cannot find 'kAudioBooleanControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioBooleanControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:116:37: error: cannot find type 'AudioObjectID' in scope
func makeBooleanControl(_ objectID: AudioObjectID) throws -> BooleanControl {
                                    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:99:54: error: cannot find 'kAudioLevelControlPropertyScalarValue' in scope
        public static let scalarValue = AudioObjectSelector(kAudioLevelControlPropertyScalarValue)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:101:55: error: cannot find 'kAudioLevelControlPropertyDecibelValue' in scope
        public static let decibelValue = AudioObjectSelector(kAudioLevelControlPropertyDecibelValue)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:103:55: error: cannot find 'kAudioLevelControlPropertyDecibelRange' in scope
        public static let decibelRange = AudioObjectSelector(kAudioLevelControlPropertyDecibelRange)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:105:59: error: cannot find 'kAudioLevelControlPropertyConvertScalarToDecibels' in scope
        public static let scalarToDecibels = AudioObjectSelector(kAudioLevelControlPropertyConvertScalarToDecibels)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:107:59: error: cannot find 'kAudioLevelControlPropertyConvertDecibelsToScalar' in scope
        public static let decibelsToScalar = AudioObjectSelector(kAudioLevelControlPropertyConvertDecibelsToScalar)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:125:35: error: cannot find type 'AudioObjectID' in scope
func makeLevelControl(_ objectID: AudioObjectID) throws -> LevelControl {
                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:13:23: error: cannot find type 'AudioObjectPropertyAddress' in scope
        public let rawValue: AudioObjectPropertyAddress
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:17:23: error: cannot find type 'AudioObjectPropertyAddress' in scope
        public init(_ value: AudioObjectPropertyAddress) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:26: error: cannot find type 'AudioObjectPropertySelector' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:62: error: cannot find type 'AudioObjectPropertyScope' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:131: error: cannot find type 'AudioObjectPropertyElement' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:23: error: cannot find type 'AudioObjectPropertyElement' in scope
        public let rawValue: AudioObjectPropertyElement
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: error: type 'PropertyElement' does not conform to protocol 'Hashable'
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:13: note: stored property type '_' 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 '_' 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 '_' 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 '_' 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 '_' 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 '_' 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 '_' 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 '_' does not conform to protocol 'Equatable', preventing synthesized conformance of 'SelectorControl.Item' to 'Equatable'
                public let controlID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'SelectorControl.Item' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
                   ^
Swift._Pointer.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: note: candidate would match if 'SelectorControl.Item' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
                              ^
Swift.Strideable.==:2:31: note: candidate would match if 'SelectorControl.Item' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: note: candidate would match if 'SelectorControl.Item' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
                              ^
Swift.SIMD.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'SelectorControl.Item' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: note: add stubs for conformance
        public struct Item: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(SelectorControl.Item, SelectorControl.Item) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:85:54: error: cannot find 'kAudioSelectorControlPropertyCurrentItem' in scope
        public static let currentItem = AudioObjectSelector(kAudioSelectorControlPropertyCurrentItem)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:87:57: error: cannot find 'kAudioSelectorControlPropertyAvailableItems' in scope
        public static let availableItems = AudioObjectSelector(kAudioSelectorControlPropertyAvailableItems)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:89:51: error: cannot find 'kAudioSelectorControlPropertyItemName' in scope
        public static let itemName = AudioObjectSelector(kAudioSelectorControlPropertyItemName)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:91:51: error: cannot find 'kAudioSelectorControlPropertyItemKind' in scope
        public static let itemKind = AudioObjectSelector(kAudioSelectorControlPropertyItemKind)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:122:38: error: cannot find type 'AudioObjectID' in scope
func makeSelectorControl(_ objectID: AudioObjectID) throws -> SelectorControl {
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:72:48: error: cannot find 'kAudioSliderControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioSliderControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:74:48: error: cannot find 'kAudioSliderControlPropertyRange' in scope
        public static let range = AudioObjectSelector(kAudioSliderControlPropertyRange)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:78:48: error: cannot find 'kAudioStereoPanControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioStereoPanControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:80:58: error: cannot find 'kAudioStereoPanControlPropertyPanningChannels' in scope
        public static let panningChannels = AudioObjectSelector(kAudioStereoPanControlPropertyPanningChannels)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift -target arm64-apple-ios12.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -no-auto-bridging-header-chaining -module-name CAAudioHardware -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-ios26.4 -target-sdk-version 26.4 -target-sdk-name iphoneos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.abi.json
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')
Failed frontend command:
/Applications/Xcode-26.4.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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-ios12.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -no-auto-bridging-header-chaining -module-name CAAudioHardware -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-ios26.4 -target-sdk-version 26.4 -target-sdk-name iphoneos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioProcess.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioStream+TerminalType.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioStream.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioSubdevice+DriftCompensationQuality.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioProcess.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioStream+TerminalType.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioStream.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioSubdevice+DriftCompensationQuality.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/AudioProcess.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:19:19: error: cannot find type 'AudioObjectID' in scope
        init(_ objectID: AudioObjectID) {
                         ^~~~~~~~~~~~~
/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/AudioObject.swift:462:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        init(_ value: AudioObjectPropertySelector) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/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/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: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/AudioProcess.swift:21:75: error: cannot find 'kAudioHardwarePropertyProcessObjectList' in scope
                        try getPropertyData(objectID: .systemObject, property: PropertyAddress(kAudioHardwarePropertyProcessObjectList)).map { AudioProcess($0) }
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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: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/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/PropertyAddress.swift:17:23: error: cannot find type 'AudioObjectPropertyAddress' in scope
        public init(_ value: AudioObjectPropertyAddress) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:21:35: error: cannot infer contextual base in reference to member 'systemObject'
                        try getPropertyData(objectID: .systemObject, property: PropertyAddress(kAudioHardwarePropertyProcessObjectList)).map { AudioProcess($0) }
                                                      ~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:21:123: error: 'AudioProcess' cannot be constructed because it has no accessible initializers
                        try getPropertyData(objectID: .systemObject, property: PropertyAddress(kAudioHardwarePropertyProcessObjectList)).map { AudioProcess($0) }
                                                                                                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:30:17: error: cannot find type 'AudioObjectID' in scope
                let objectID: AudioObjectID = try getPropertyData(objectID: .systemObject, property: PropertyAddress(kAudioHardwarePropertyTranslatePIDToProcessObject), qualifier: PropertyQualifier(&qualifier))
                              ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:30:104: error: cannot find 'kAudioHardwarePropertyTranslatePIDToProcessObject' in scope
                let objectID: AudioObjectID = try getPropertyData(objectID: .systemObject, property: PropertyAddress(kAudioHardwarePropertyTranslatePIDToProcessObject), qualifier: PropertyQualifier(&qualifier))
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:30:64: error: cannot infer contextual base in reference to member 'systemObject'
                let objectID: AudioObjectID = try getPropertyData(objectID: .systemObject, property: PropertyAddress(kAudioHardwarePropertyTranslatePIDToProcessObject), qualifier: PropertyQualifier(&qualifier))
                                                                            ~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:31:21: error: cannot find 'kAudioObjectUnknown' in scope
                guard objectID != kAudioObjectUnknown else {
                                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:36:10: error: 'AudioProcess' cannot be constructed because it has no accessible initializers
                return AudioProcess(objectID)
                       ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:43:36: error: cannot find 'kAudioProcessPropertyPID' in scope
                        try getProperty(PropertyAddress(kAudioProcessPropertyPID))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:51:36: error: cannot find 'kAudioProcessPropertyBundleID' in scope
                        try getProperty(PropertyAddress(kAudioProcessPropertyBundleID), type: CFString.self) as String
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:59:59: error: cannot find 'kAudioProcessPropertyDevices' in scope
                return try getProperty(PropertyAddress(PropertySelector(kAudioProcessPropertyDevices), scope: scope)).map { try makeAudioDevice($0) }
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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/AudioDevice.swift:1397:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioDevice(_ objectID: AudioObjectID) throws -> AudioDevice {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:59:42: error: no exact matches in call to initializer
                return try getProperty(PropertyAddress(PropertySelector(kAudioProcessPropertyDevices), scope: scope)).map { try makeAudioDevice($0) }
                                                       ^
/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/AudioProcess.swift:59:109: error: cannot infer type of closure parameter '$0' without a type annotation
                return try getProperty(PropertyAddress(PropertySelector(kAudioProcessPropertyDevices), scope: scope)).map { try makeAudioDevice($0) }
                                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:66:36: error: cannot find 'kAudioProcessPropertyIsRunning' in scope
                        try getProperty(PropertyAddress(kAudioProcessPropertyIsRunning), type: UInt32.self) != 0
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:74:36: error: cannot find 'kAudioProcessPropertyIsRunningInput' in scope
                        try getProperty(PropertyAddress(kAudioProcessPropertyIsRunningInput), type: UInt32.self) != 0
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:82:36: error: cannot find 'kAudioProcessPropertyIsRunningOutput' in scope
                        try getProperty(PropertyAddress(kAudioProcessPropertyIsRunningOutput), type: UInt32.self) != 0
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:458:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        let rawValue: AudioObjectPropertySelector
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:101:38: error: no exact matches in call to initializer
                return hasProperty(PropertyAddress(PropertySelector(selector.rawValue)))
                                                   ^
/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/AudioProcess.swift:108:49: error: no exact matches in call to initializer
                return try isPropertySettable(PropertyAddress(PropertySelector(selector.rawValue)))
                                                              ^
/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/AudioProcess.swift:117:43: error: no exact matches in call to initializer
                try whenPropertyChanges(PropertyAddress(PropertySelector(selector.rawValue)), on: queue, perform: block)
                                                        ^
/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)}
       ^
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

/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+TerminalType.swift:69:8: error: cannot find 'kAudioStreamTerminalTypeUnknown' in scope
                case kAudioStreamTerminalTypeUnknown:                                   return "Unknown"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:70:8: error: cannot find 'kAudioStreamTerminalTypeLine' in scope
                case kAudioStreamTerminalTypeLine:                                              return "Line Level"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:71:8: error: cannot find 'kAudioStreamTerminalTypeDigitalAudioInterface' in scope
                case kAudioStreamTerminalTypeDigitalAudioInterface:     return "Digital Audio Interface"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:72:8: error: cannot find 'kAudioStreamTerminalTypeSpeaker' in scope
                case kAudioStreamTerminalTypeSpeaker:                                   return "Speaker"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:73:8: error: cannot find 'kAudioStreamTerminalTypeHeadphones' in scope
                case kAudioStreamTerminalTypeHeadphones:                                return "Headphones"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:74:8: error: cannot find 'kAudioStreamTerminalTypeLFESpeaker' in scope
                case kAudioStreamTerminalTypeLFESpeaker:                                return "LFE Speaker"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:75:8: error: cannot find 'kAudioStreamTerminalTypeReceiverSpeaker' in scope
                case kAudioStreamTerminalTypeReceiverSpeaker:                   return "Receiver Speaker"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:76:8: error: cannot find 'kAudioStreamTerminalTypeMicrophone' in scope
                case kAudioStreamTerminalTypeMicrophone:                                return "Microphone"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:77:8: error: cannot find 'kAudioStreamTerminalTypeHeadsetMicrophone' in scope
                case kAudioStreamTerminalTypeHeadsetMicrophone:                 return "Headset Microphone"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:78:8: error: cannot find 'kAudioStreamTerminalTypeReceiverMicrophone' in scope
                case kAudioStreamTerminalTypeReceiverMicrophone:                return "Receiver Microphone"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:79:8: error: cannot find 'kAudioStreamTerminalTypeTTY' in scope
                case kAudioStreamTerminalTypeTTY:                                               return "TTY"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:80:8: error: cannot find 'kAudioStreamTerminalTypeHDMI' in scope
                case kAudioStreamTerminalTypeHDMI:                                              return "HDMI"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift:81:8: error: cannot find 'kAudioStreamTerminalTypeDisplayPort' in scope
                case kAudioStreamTerminalTypeDisplayPort:                               return "DisplayPort"
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

/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/AudioStream.swift:20:36: error: cannot find 'kAudioStreamPropertyIsActive' in scope
                        try getProperty(PropertyAddress(kAudioStreamPropertyIsActive), type: UInt32.self) != 0
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:28:36: error: cannot find 'kAudioStreamPropertyDirection' in scope
                        try getProperty(PropertyAddress(kAudioStreamPropertyDirection), type: UInt32.self) == 0
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:36:49: error: cannot find 'kAudioStreamPropertyTerminalType' in scope
                        TerminalType(try getProperty(PropertyAddress(kAudioStreamPropertyTerminalType), type: UInt32.self))
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:44:52: error: cannot find 'kAudioStreamPropertyStartingChannel' in scope
                        PropertyElement(try getProperty(PropertyAddress(kAudioStreamPropertyStartingChannel), type: UInt32.self))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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/AudioStream.swift:44:20: error: missing argument label 'integerLiteral:' in call
                        PropertyElement(try getProperty(PropertyAddress(kAudioStreamPropertyStartingChannel), type: UInt32.self))
                                        ^
                                        integerLiteral:
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:52:40: error: cannot find 'kAudioStreamPropertyLatency' in scope
                        Int(try getProperty(PropertyAddress(kAudioStreamPropertyLatency), type: UInt32.self))
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:60:36: error: cannot find 'kAudioStreamPropertyVirtualFormat' in scope
                        try getProperty(PropertyAddress(kAudioStreamPropertyVirtualFormat))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:66:42: error: cannot find 'kAudioStreamPropertyVirtualFormat' in scope
                return try setProperty(PropertyAddress(kAudioStreamPropertyVirtualFormat), to: value)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:73:48: error: cannot find 'kAudioStreamPropertyAvailableVirtualFormats' in scope
                        let value = try getProperty(PropertyAddress(kAudioStreamPropertyAvailableVirtualFormats), elementType: AudioStreamRangedDescription.self)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:73:107: error: cannot find 'AudioStreamRangedDescription' in scope
                        let value = try getProperty(PropertyAddress(kAudioStreamPropertyAvailableVirtualFormats), elementType: AudioStreamRangedDescription.self)
                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:73:20: error: generic parameter 'T' could not be inferred
                        let value = try getProperty(PropertyAddress(kAudioStreamPropertyAvailableVirtualFormats), elementType: AudioStreamRangedDescription.self)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:196:14: note: in call to function 'getProperty(_:elementType:qualifier:)'
        public func getProperty<T>(_ property: PropertyAddress, elementType type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> [T] {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:82:36: error: cannot find 'kAudioStreamPropertyPhysicalFormat' in scope
                        try getProperty(PropertyAddress(kAudioStreamPropertyPhysicalFormat))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:88:42: error: cannot find 'kAudioStreamPropertyPhysicalFormat' in scope
                return try setProperty(PropertyAddress(kAudioStreamPropertyPhysicalFormat), to: value)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:95:48: error: cannot find 'kAudioStreamPropertyAvailablePhysicalFormats' in scope
                        let value = try getProperty(PropertyAddress(kAudioStreamPropertyAvailablePhysicalFormats), elementType: AudioStreamRangedDescription.self)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:95:108: error: cannot find 'AudioStreamRangedDescription' in scope
                        let value = try getProperty(PropertyAddress(kAudioStreamPropertyAvailablePhysicalFormats), elementType: AudioStreamRangedDescription.self)
                                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:95:20: error: generic parameter 'T' could not be inferred
                        let value = try getProperty(PropertyAddress(kAudioStreamPropertyAvailablePhysicalFormats), elementType: AudioStreamRangedDescription.self)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:196:14: note: in call to function 'getProperty(_:elementType:qualifier:)'
        public func getProperty<T>(_ property: PropertyAddress, elementType type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> [T] {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:115:38: error: no exact matches in call to initializer
                return hasProperty(PropertyAddress(PropertySelector(selector.rawValue)))
                                                   ^
/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/AudioStream.swift:122:49: error: no exact matches in call to initializer
                return try isPropertySettable(PropertyAddress(PropertySelector(selector.rawValue)))
                                                              ^
/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/AudioStream.swift:131:43: error: no exact matches in call to initializer
                try whenPropertyChanges(PropertyAddress(PropertySelector(selector.rawValue)), on: queue, perform: block)
                                                        ^
/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)}
       ^
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

/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+DriftCompensationQuality.swift:69:9: error: cannot find 'kAudioSubDeviceDriftCompensationMinQuality' in scope
                        case kAudioSubDeviceDriftCompensationMinQuality:                        return "Minimum"
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:70:9: error: cannot find 'kAudioSubDeviceDriftCompensationLowQuality' in scope
                        case kAudioSubDeviceDriftCompensationLowQuality:                        return "Low"
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:71:9: error: cannot find 'kAudioSubDeviceDriftCompensationMediumQuality' in scope
                        case kAudioSubDeviceDriftCompensationMediumQuality:             return "Medium"
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:72:9: error: cannot find 'kAudioSubDeviceDriftCompensationHighQuality' in scope
                        case kAudioSubDeviceDriftCompensationHighQuality:                       return "High"
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift:73:9: error: cannot find 'kAudioSubDeviceDriftCompensationMaxQuality' in scope
                        case kAudioSubDeviceDriftCompensationMaxQuality:                        return "Maximum"
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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\ 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\ AudioHardwareIOProcStreamUsageWrapper.swift,\ AudioObject.swift,\ AudioObjectPropertyData.swift,\ AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

2026-04-15 23:26:28.414 xcodebuild[792:4777] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
	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')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	Building workspace spi-builder-workspace with scheme CAAudioHardware
(8 failures)
BUILD FAILURE 6.3 iOS