The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CAAudioHardware, reference 0.5.0 (7c0c25), with Swift 5.10 for watchOS using Xcode 15.4 on 11 Jul 2024 17:57:41 UTC.

Build Command

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

Build Log

                public let controlID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: error: type 'SelectorControl.Item' does not conform to protocol 'Equatable'
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'SelectorControl.Item' to 'Equatable'
                public let controlID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'SelectorControl.Item' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'SelectorControl.Item' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: 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:24: note: candidate would match if 'SelectorControl.Item' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: 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:3:35: note: candidate would match if 'SelectorControl.Item' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: 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:4:24: note: candidate would match if 'SelectorControl.Item' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'SelectorControl.Item' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'SelectorControl.Item' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: 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: error: type 'SelectorControl.Item' does not conform to protocol 'Hashable'
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'SelectorControl.Item' to 'Hashable'
                public let controlID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: note: add stubs for conformance
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:87:54: error: cannot find 'kAudioSelectorControlPropertyCurrentItem' in scope
        public static let currentItem = AudioObjectSelector(kAudioSelectorControlPropertyCurrentItem)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:89:57: error: cannot find 'kAudioSelectorControlPropertyAvailableItems' in scope
        public static let availableItems = AudioObjectSelector(kAudioSelectorControlPropertyAvailableItems)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:91:51: error: cannot find 'kAudioSelectorControlPropertyItemName' in scope
        public static let itemName = AudioObjectSelector(kAudioSelectorControlPropertyItemName)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:93:51: error: cannot find 'kAudioSelectorControlPropertyItemKind' in scope
        public static let itemKind = AudioObjectSelector(kAudioSelectorControlPropertyItemKind)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:124:38: error: cannot find type 'AudioObjectID' in scope
func makeSelectorControl(_ objectID: AudioObjectID) throws -> SelectorControl {
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:74:48: error: cannot find 'kAudioSliderControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioSliderControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:76:48: error: cannot find 'kAudioSliderControlPropertyRange' in scope
        public static let range = AudioObjectSelector(kAudioSliderControlPropertyRange)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:80:48: error: cannot find 'kAudioStereoPanControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioStereoPanControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:82:58: error: cannot find 'kAudioStereoPanControlPropertyPanningChannels' in scope
        public static let panningChannels = AudioObjectSelector(kAudioStereoPanControlPropertyPanningChannels)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.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/AudioObjectProperty.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/AudioSystemObject.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/UInt32+hexString.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware_const_extract_protocols.json -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CAAudioHardware -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64_32/CAAudioHardware.abi.json
/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/PropertyScope.swift:36:45: error: cannot find 'kAudioObjectPropertyScopeGlobal' in scope
        public static let global                = PropertyScope(kAudioObjectPropertyScopeGlobal)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:17:23: error: cannot find type 'AudioObjectPropertyScope' in scope
        public init(_ value: AudioObjectPropertyScope) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:36:31: error: no exact matches in call to initializer
        public static let global                = PropertyScope(kAudioObjectPropertyScopeGlobal)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
    public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:36:45: error: cannot find 'kAudioObjectPropertyElementMain' in scope
        public static let main          = PropertyElement(kAudioObjectPropertyElementMain)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:17:23: error: cannot find type 'AudioObjectPropertyElement' in scope
        public init(_ value: AudioObjectPropertyElement) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:36:29: error: no exact matches in call to initializer
        public static let main          = PropertyElement(kAudioObjectPropertyElementMain)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
    public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:182:60: error: cannot find 'kAudioAggregateDevicePropertyFullSubDeviceList' in scope
        public static let fullSubDeviceList = AudioObjectSelector(kAudioAggregateDevicePropertyFullSubDeviceList)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:463:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        init(_ value: AudioObjectPropertySelector) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:184:62: error: cannot find 'kAudioAggregateDevicePropertyActiveSubDeviceList' in scope
        public static let activeSubDeviceList = AudioObjectSelector(kAudioAggregateDevicePropertyActiveSubDeviceList)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:186:54: error: cannot find 'kAudioAggregateDevicePropertyComposition' in scope
        public static let composition = AudioObjectSelector(kAudioAggregateDevicePropertyComposition)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:188:56: error: cannot find 'kAudioAggregateDevicePropertyMainSubDevice' in scope
        public static let mainSubDevice = AudioObjectSelector(kAudioAggregateDevicePropertyMainSubDevice)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:191:58: error: cannot find 'kAudioAggregateDevicePropertyMasterSubDevice' in scope
        public static let masterSubDevice = AudioObjectSelector(kAudioAggregateDevicePropertyMasterSubDevice)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:193:54: error: cannot find 'kAudioAggregateDevicePropertyClockDevice' in scope
        public static let clockDevice = AudioObjectSelector(kAudioAggregateDevicePropertyClockDevice)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:199:50: error: cannot find 'kAudioAggregateDevicePropertyTapList' in scope
        public static let tapList = AudioObjectSelector(kAudioAggregateDevicePropertyTapList)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift:201:53: error: cannot find 'kAudioAggregateDevicePropertySubTapList' in scope
        public static let subTapList = AudioObjectSelector(kAudioAggregateDevicePropertySubTapList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:161:49: error: cannot find 'kAudioBoxPropertyBoxUID' in scope
        public static let boxUID = AudioObjectSelector(kAudioBoxPropertyBoxUID)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:163:56: error: cannot find 'kAudioBoxPropertyTransportType' in scope
        public static let transportType = AudioObjectSelector(kAudioBoxPropertyTransportType)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:165:51: error: cannot find 'kAudioBoxPropertyHasAudio' in scope
        public static let hasAudio = AudioObjectSelector(kAudioBoxPropertyHasAudio)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:167:51: error: cannot find 'kAudioBoxPropertyHasVideo' in scope
        public static let hasVideo = AudioObjectSelector(kAudioBoxPropertyHasVideo)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:169:50: error: cannot find 'kAudioBoxPropertyHasMIDI' in scope
        public static let hasMIDI = AudioObjectSelector(kAudioBoxPropertyHasMIDI)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:171:54: error: cannot find 'kAudioBoxPropertyIsProtected' in scope
        public static let isProtected = AudioObjectSelector(kAudioBoxPropertyIsProtected)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:173:51: error: cannot find 'kAudioBoxPropertyAcquired' in scope
        public static let acquired = AudioObjectSelector(kAudioBoxPropertyAcquired)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:175:60: error: cannot find 'kAudioBoxPropertyAcquisitionFailed' in scope
        public static let acquisitionFailed = AudioObjectSelector(kAudioBoxPropertyAcquisitionFailed)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:177:53: error: cannot find 'kAudioBoxPropertyDeviceList' in scope
        public static let deviceList = AudioObjectSelector(kAudioBoxPropertyDeviceList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift:179:58: error: cannot find 'kAudioBoxPropertyClockDeviceList' in scope
        public static let clockDeviceList = AudioObjectSelector(kAudioBoxPropertyClockDeviceList)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:140:52: error: cannot find 'kAudioClockDevicePropertyDeviceUID' in scope
        public static let deviceUID = AudioObjectSelector(kAudioClockDevicePropertyDeviceUID)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:142:56: error: cannot find 'kAudioClockDevicePropertyTransportType' in scope
        public static let transportType = AudioObjectSelector(kAudioClockDevicePropertyTransportType)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:144:54: error: cannot find 'kAudioClockDevicePropertyClockDomain' in scope
        public static let clockDomain = AudioObjectSelector(kAudioClockDevicePropertyClockDomain)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:146:56: error: cannot find 'kAudioClockDevicePropertyDeviceIsAlive' in scope
        public static let deviceIsAlive = AudioObjectSelector(kAudioClockDevicePropertyDeviceIsAlive)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:148:58: error: cannot find 'kAudioClockDevicePropertyDeviceIsRunning' in scope
        public static let deviceIsRunning = AudioObjectSelector(kAudioClockDevicePropertyDeviceIsRunning)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:150:50: error: cannot find 'kAudioClockDevicePropertyLatency' in scope
        public static let latency = AudioObjectSelector(kAudioClockDevicePropertyLatency)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:152:54: error: cannot find 'kAudioClockDevicePropertyControlList' in scope
        public static let controlList = AudioObjectSelector(kAudioClockDevicePropertyControlList)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:154:60: error: cannot find 'kAudioClockDevicePropertyNominalSampleRate' in scope
        public static let nominalSampleRate = AudioObjectSelector(kAudioClockDevicePropertyNominalSampleRate)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift:156:70: error: cannot find 'kAudioClockDevicePropertyAvailableNominalSampleRates' in scope
        public static let availableNominalSampleRates = AudioObjectSelector(kAudioClockDevicePropertyAvailableNominalSampleRates)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:70:48: error: cannot find 'kAudioControlPropertyScope' in scope
        public static let scope = AudioObjectSelector(kAudioControlPropertyScope)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:72:50: error: cannot find 'kAudioControlPropertyElement' in scope
        public static let element = AudioObjectSelector(kAudioControlPropertyElement)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:78:35: error: cannot find type 'AudioObjectID' in scope
func makeAudioControl(_ objectID: AudioObjectID, baseClass: AudioClassID /*= kAudioControlClassID*/) throws -> AudioControl {
                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:78:61: error: cannot find type 'AudioClassID' in scope
func makeAudioControl(_ objectID: AudioObjectID, baseClass: AudioClassID /*= kAudioControlClassID*/) throws -> AudioControl {
                                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:14:24: error: cannot find type 'AudioObjectID' in scope
                public let deviceID: AudioObjectID
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:23: error: cannot find type 'AudioObjectPropertyScope' in scope
        public let rawValue: AudioObjectPropertyScope
                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:14:14: warning: stored property 'deviceID' of 'Sendable'-conforming struct 'ChannelNominalLineLevel' has non-sendable type '<<error type>>'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:12:16: error: type 'AudioDevice.ChannelNominalLineLevel' does not conform to protocol 'Equatable'
        public struct ChannelNominalLineLevel: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioDevice.ChannelNominalLineLevel' to 'Equatable'
                public let deviceID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:12:16: error: type 'AudioDevice.ChannelNominalLineLevel' does not conform to protocol 'Hashable'
        public struct ChannelNominalLineLevel: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioDevice.ChannelNominalLineLevel' to 'Hashable'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:12:16: note: add stubs for conformance
        public struct ChannelNominalLineLevel: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:14:24: error: cannot find type 'AudioObjectID' in scope
                public let deviceID: AudioObjectID
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:14:14: warning: stored property 'deviceID' of 'Sendable'-conforming struct 'ClockSource' has non-sendable type '<<error type>>'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:12:16: error: type 'AudioDevice.ClockSource' does not conform to protocol 'Equatable'
        public struct ClockSource: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioDevice.ClockSource' to 'Equatable'
                public let deviceID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:12:16: error: type 'AudioDevice.ClockSource' does not conform to protocol 'Hashable'
        public struct ClockSource: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioDevice.ClockSource' to 'Hashable'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:12:16: note: add stubs for conformance
        public struct ClockSource: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:14:24: error: cannot find type 'AudioObjectID' in scope
                public let deviceID: AudioObjectID
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:14:14: warning: stored property 'deviceID' of 'Sendable'-conforming struct 'DataSource' has non-sendable type '<<error type>>'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:12:16: error: type 'AudioDevice.DataSource' does not conform to protocol 'Equatable'
        public struct DataSource: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioDevice.DataSource' to 'Equatable'
                public let deviceID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'AudioDevice.DataSource' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'AudioDevice.DataSource' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'AudioDevice.DataSource' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'AudioDevice.DataSource' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'AudioDevice.DataSource' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'AudioDevice.DataSource' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'AudioDevice.DataSource' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'AudioDevice.DataSource' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'AudioDevice.DataSource' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'AudioDevice.DataSource' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'AudioDevice.DataSource' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:12:16: error: type 'AudioDevice.DataSource' does not conform to protocol 'Hashable'
        public struct DataSource: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioDevice.DataSource' to 'Hashable'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:12:16: note: add stubs for conformance
        public struct DataSource: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:14:24: error: cannot find type 'AudioObjectID' in scope
                public let deviceID: AudioObjectID
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:14:14: warning: stored property 'deviceID' of 'Sendable'-conforming struct 'HighPassFilterSetting' has non-sendable type '<<error type>>'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:12:16: error: type 'AudioDevice.HighPassFilterSetting' does not conform to protocol 'Equatable'
        public struct HighPassFilterSetting: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioDevice.HighPassFilterSetting' to 'Equatable'
                public let deviceID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:12:16: error: type 'AudioDevice.HighPassFilterSetting' does not conform to protocol 'Hashable'
        public struct HighPassFilterSetting: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioDevice.HighPassFilterSetting' to 'Hashable'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:12:16: note: add stubs for conformance
        public struct HighPassFilterSetting: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift:14:24: error: cannot find type 'AudioObjectID' in scope
                public let deviceID: AudioObjectID
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift:14:14: warning: stored property 'deviceID' of 'Sendable'-conforming struct 'PlayThroughDestination' has non-sendable type '<<error type>>'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift:12:16: error: type 'AudioDevice.PlayThroughDestination' does not conform to protocol 'Equatable'
        public struct PlayThroughDestination: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioDevice.PlayThroughDestination' to 'Equatable'
                public let deviceID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'AudioDevice.PlayThroughDestination' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift:12:16: error: type 'AudioDevice.PlayThroughDestination' does not conform to protocol 'Hashable'
        public struct PlayThroughDestination: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioDevice.PlayThroughDestination' to 'Hashable'
                public let deviceID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift:12:16: note: add stubs for conformance
        public struct PlayThroughDestination: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:38:59: error: cannot find 'kAudioDeviceTransportTypeUnknown' in scope
        public static let unknown                       = AudioDevice.TransportType(kAudioDeviceTransportTypeUnknown)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:40:59: error: cannot find 'kAudioDeviceTransportTypeBuiltIn' in scope
        public static let builtIn                       = AudioDevice.TransportType(kAudioDeviceTransportTypeBuiltIn)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:42:60: error: cannot find 'kAudioDeviceTransportTypeAggregate' in scope
        public static let aggregate             = AudioDevice.TransportType(kAudioDeviceTransportTypeAggregate)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:44:59: error: cannot find 'kAudioDeviceTransportTypeVirtual' in scope
        public static let virtual                       = AudioDevice.TransportType(kAudioDeviceTransportTypeVirtual)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:46:56: error: cannot find 'kAudioDeviceTransportTypePCI' in scope
        public static let pci                           = AudioDevice.TransportType(kAudioDeviceTransportTypePCI)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:48:56: error: cannot find 'kAudioDeviceTransportTypeUSB' in scope
        public static let usb                           = AudioDevice.TransportType(kAudioDeviceTransportTypeUSB)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:50:60: error: cannot find 'kAudioDeviceTransportTypeFireWire' in scope
        public static let fireWire                      = AudioDevice.TransportType(kAudioDeviceTransportTypeFireWire)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:52:60: error: cannot find 'kAudioDeviceTransportTypeBluetooth' in scope
        public static let bluetooth             = AudioDevice.TransportType(kAudioDeviceTransportTypeBluetooth)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:54:62: error: cannot find 'kAudioDeviceTransportTypeBluetoothLE' in scope
        public static let bluetoothLE           = AudioDevice.TransportType(kAudioDeviceTransportTypeBluetoothLE)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:56:57: error: cannot find 'kAudioDeviceTransportTypeHDMI' in scope
        public static let hdmi                          = AudioDevice.TransportType(kAudioDeviceTransportTypeHDMI)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:58:62: error: cannot find 'kAudioDeviceTransportTypeDisplayPort' in scope
        public static let displayPort           = AudioDevice.TransportType(kAudioDeviceTransportTypeDisplayPort)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:60:59: error: cannot find 'kAudioDeviceTransportTypeAirPlay' in scope
        public static let airPlay                       = AudioDevice.TransportType(kAudioDeviceTransportTypeAirPlay)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:62:56: error: cannot find 'kAudioDeviceTransportTypeAVB' in scope
        public static let avb                           = AudioDevice.TransportType(kAudioDeviceTransportTypeAVB)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:64:62: error: cannot find 'kAudioDeviceTransportTypeThunderbolt' in scope
        public static let thunderbolt           = AudioDevice.TransportType(kAudioDeviceTransportTypeThunderbolt)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:66:73: error: cannot find 'kAudioDeviceTransportTypeContinuityCaptureWired' in scope
        public static let continuityCaptureWired                = AudioDevice.TransportType(kAudioDeviceTransportTypeContinuityCaptureWired)
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:68:75: error: cannot find 'kAudioDeviceTransportTypeContinuityCaptureWireless' in scope
        public static let continuityCaptureWireless     = AudioDevice.TransportType(kAudioDeviceTransportTypeContinuityCaptureWireless)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift:71:69: error: cannot find 'kAudioDeviceTransportTypeContinuityCapture' in scope
        public static let continuityCapture                     = AudioDevice.TransportType(kAudioDeviceTransportTypeContinuityCapture)
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:443:58: error: cannot find type 'AudioHardwareIOProcStreamUsage' in scope
        public func setIOProcStreamUsage(_ value: UnsafePointer<AudioHardwareIOProcStreamUsage>, inScope scope: PropertyScope) throws {
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1049:67: error: cannot find 'kAudioDevicePropertyConfigurationApplication' in scope
        public static let configurationApplication = AudioObjectSelector(kAudioDevicePropertyConfigurationApplication)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1051:52: error: cannot find 'kAudioDevicePropertyDeviceUID' in scope
        public static let deviceUID = AudioObjectSelector(kAudioDevicePropertyDeviceUID)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1053:51: error: cannot find 'kAudioDevicePropertyModelUID' in scope
        public static let modelUID = AudioObjectSelector(kAudioDevicePropertyModelUID)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1055:56: error: cannot find 'kAudioDevicePropertyTransportType' in scope
        public static let transportType = AudioObjectSelector(kAudioDevicePropertyTransportType)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1058:57: error: cannot find 'kAudioDevicePropertyRelatedDevices' in scope
        public static let relatedDevices = AudioObjectSelector(kAudioDevicePropertyRelatedDevices)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1061:54: error: cannot find 'kAudioDevicePropertyClockDomain' in scope
        public static let clockDomain = AudioObjectSelector(kAudioDevicePropertyClockDomain)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1064:56: error: cannot find 'kAudioDevicePropertyDeviceIsAlive' in scope
        public static let deviceIsAlive = AudioObjectSelector(kAudioDevicePropertyDeviceIsAlive)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1067:58: error: cannot find 'kAudioDevicePropertyDeviceIsRunning' in scope
        public static let deviceIsRunning = AudioObjectSelector(kAudioDevicePropertyDeviceIsRunning)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1069:67: error: cannot find 'kAudioDevicePropertyDeviceCanBeDefaultDevice' in scope
        public static let deviceCanBeDefaultDevice = AudioObjectSelector(kAudioDevicePropertyDeviceCanBeDefaultDevice)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1071:73: error: cannot find 'kAudioDevicePropertyDeviceCanBeDefaultSystemDevice' in scope
        public static let deviceCanBeDefaultSystemDevice = AudioObjectSelector(kAudioDevicePropertyDeviceCanBeDefaultSystemDevice)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1073:50: error: cannot find 'kAudioDevicePropertyLatency' in scope
        public static let latency = AudioObjectSelector(kAudioDevicePropertyLatency)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1075:50: error: cannot find 'kAudioDevicePropertyStreams' in scope
        public static let streams = AudioObjectSelector(kAudioDevicePropertyStreams)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1077:54: error: cannot find 'kAudioObjectPropertyControlList' in scope
        public static let controlList = AudioObjectSelector(kAudioObjectPropertyControlList)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1079:55: error: cannot find 'kAudioDevicePropertySafetyOffset' in scope
        public static let safetyOffset = AudioObjectSelector(kAudioDevicePropertySafetyOffset)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1081:60: error: cannot find 'kAudioDevicePropertyNominalSampleRate' in scope
        public static let nominalSampleRate = AudioObjectSelector(kAudioDevicePropertyNominalSampleRate)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1083:70: error: cannot find 'kAudioDevicePropertyAvailableNominalSampleRates' in scope
        public static let availableNominalSampleRates = AudioObjectSelector(kAudioDevicePropertyAvailableNominalSampleRates)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1085:47: error: cannot find 'kAudioDevicePropertyIcon' in scope
        public static let icon = AudioObjectSelector(kAudioDevicePropertyIcon)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1087:51: error: cannot find 'kAudioDevicePropertyIsHidden' in scope
        public static let isHidden = AudioObjectSelector(kAudioDevicePropertyIsHidden)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1089:69: error: cannot find 'kAudioDevicePropertyPreferredChannelsForStereo' in scope
        public static let preferredChannelsForStereo = AudioObjectSelector(kAudioDevicePropertyPreferredChannelsForStereo)
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1091:65: error: cannot find 'kAudioDevicePropertyPreferredChannelLayout' in scope
        public static let preferredChannelLayout = AudioObjectSelector(kAudioDevicePropertyPreferredChannelLayout)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1094:49: error: cannot find 'kAudioDevicePropertyPlugIn' in scope
        public static let plugIn = AudioObjectSelector(kAudioDevicePropertyPlugIn)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1096:53: error: cannot find 'kAudioDevicePropertyDeviceHasChanged' in scope
        public static let hasChanged = AudioObjectSelector(kAudioDevicePropertyDeviceHasChanged)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1098:61: error: cannot find 'kAudioDevicePropertyDeviceIsRunningSomewhere' in scope
        public static let isRunningSomewhere = AudioObjectSelector(kAudioDevicePropertyDeviceIsRunningSomewhere)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1100:60: error: cannot find 'kAudioDeviceProcessorOverload' in scope
        public static let processorOverload = AudioObjectSelector(kAudioDeviceProcessorOverload)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1102:64: error: cannot find 'kAudioDevicePropertyIOStoppedAbnormally' in scope
        public static let ioStoppedAbornormally = AudioObjectSelector(kAudioDevicePropertyIOStoppedAbnormally)
                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1104:50: error: cannot find 'kAudioDevicePropertyHogMode' in scope
        public static let hogMode = AudioObjectSelector(kAudioDevicePropertyHogMode)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1106:58: error: cannot find 'kAudioDevicePropertyBufferFrameSize' in scope
        public static let bufferFrameSize = AudioObjectSelector(kAudioDevicePropertyBufferFrameSize)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1108:63: error: cannot find 'kAudioDevicePropertyBufferFrameSizeRange' in scope
        public static let bufferFrameSizeRange = AudioObjectSelector(kAudioDevicePropertyBufferFrameSizeRange)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1110:71: error: cannot find 'kAudioDevicePropertyUsesVariableBufferFrameSizes' in scope
        public static let usesVariableBufferFrameSizes = AudioObjectSelector(kAudioDevicePropertyUsesVariableBufferFrameSizes)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1112:55: error: cannot find 'kAudioDevicePropertyIOCycleUsage' in scope
        public static let ioCycleUsage = AudioObjectSelector(kAudioDevicePropertyIOCycleUsage)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1114:62: error: cannot find 'kAudioDevicePropertyStreamConfiguration' in scope
        public static let streamConfiguration = AudioObjectSelector(kAudioDevicePropertyStreamConfiguration)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1116:60: error: cannot find 'kAudioDevicePropertyIOProcStreamUsage' in scope
        public static let ioProcStreamUsage = AudioObjectSelector(kAudioDevicePropertyIOProcStreamUsage)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1118:59: error: cannot find 'kAudioDevicePropertyActualSampleRate' in scope
        public static let actualSampleRate = AudioObjectSelector(kAudioDevicePropertyActualSampleRate)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1120:54: error: cannot find 'kAudioDevicePropertyClockDevice' in scope
        public static let clockDevice = AudioObjectSelector(kAudioDevicePropertyClockDevice)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1122:62: error: cannot find 'kAudioDevicePropertyIOThreadOSWorkgroup' in scope
        public static let ioThreadOSWorkgroup = AudioObjectSelector(kAudioDevicePropertyIOThreadOSWorkgroup)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1124:54: error: cannot find 'kAudioDevicePropertyProcessMute' in scope
        public static let processMute = AudioObjectSelector(kAudioDevicePropertyProcessMute)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1127:58: error: cannot find 'kAudioDevicePropertyJackIsConnected' in scope
        public static let jackIsConnected = AudioObjectSelector(kAudioDevicePropertyJackIsConnected)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1129:55: error: cannot find 'kAudioDevicePropertyVolumeScalar' in scope
        public static let volumeScalar = AudioObjectSelector(kAudioDevicePropertyVolumeScalar)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1131:57: error: cannot find 'kAudioDevicePropertyVolumeDecibels' in scope
        public static let volumeDecibels = AudioObjectSelector(kAudioDevicePropertyVolumeDecibels)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1133:62: error: cannot find 'kAudioDevicePropertyVolumeRangeDecibels' in scope
        public static let volumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertyVolumeRangeDecibels)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1135:65: error: cannot find 'kAudioDevicePropertyVolumeScalarToDecibels' in scope
        public static let volumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertyVolumeScalarToDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1137:65: error: cannot find 'kAudioDevicePropertyVolumeDecibelsToScalar' in scope
        public static let volumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertyVolumeDecibelsToScalar)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1139:52: error: cannot find 'kAudioDevicePropertyStereoPan' in scope
        public static let stereoPan = AudioObjectSelector(kAudioDevicePropertyStereoPan)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1141:60: error: cannot find 'kAudioDevicePropertyStereoPanChannels' in scope
        public static let stereoPanChannels = AudioObjectSelector(kAudioDevicePropertyStereoPanChannels)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1143:47: error: cannot find 'kAudioDevicePropertyMute' in scope
        public static let mute = AudioObjectSelector(kAudioDevicePropertyMute)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1145:47: error: cannot find 'kAudioDevicePropertySolo' in scope
        public static let solo = AudioObjectSelector(kAudioDevicePropertySolo)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1147:55: error: cannot find 'kAudioDevicePropertyPhantomPower' in scope
        public static let phantomPower = AudioObjectSelector(kAudioDevicePropertyPhantomPower)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1149:54: error: cannot find 'kAudioDevicePropertyPhaseInvert' in scope
        public static let phaseInvert = AudioObjectSelector(kAudioDevicePropertyPhaseInvert)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1151:52: error: cannot find 'kAudioDevicePropertyClipLight' in scope
        public static let clipLight = AudioObjectSelector(kAudioDevicePropertyClipLight)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1153:51: error: cannot find 'kAudioDevicePropertyTalkback' in scope
        public static let talkback = AudioObjectSelector(kAudioDevicePropertyTalkback)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1155:53: error: cannot find 'kAudioDevicePropertyListenback' in scope
        public static let listenback = AudioObjectSelector(kAudioDevicePropertyListenback)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1157:53: error: cannot find 'kAudioDevicePropertyDataSource' in scope
        public static let dataSource = AudioObjectSelector(kAudioDevicePropertyDataSource)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1159:54: error: cannot find 'kAudioDevicePropertyDataSources' in scope
        public static let dataSources = AudioObjectSelector(kAudioDevicePropertyDataSources)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1161:62: error: cannot find 'kAudioDevicePropertyDataSourceNameForIDCFString' in scope
        public static let dataSourceNameForID = AudioObjectSelector(kAudioDevicePropertyDataSourceNameForIDCFString)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1163:62: error: cannot find 'kAudioDevicePropertyDataSourceKindForID' in scope
        public static let dataSourceKindForID = AudioObjectSelector(kAudioDevicePropertyDataSourceKindForID)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1165:54: error: cannot find 'kAudioDevicePropertyClockSource' in scope
        public static let clockSource = AudioObjectSelector(kAudioDevicePropertyClockSource)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1167:55: error: cannot find 'kAudioDevicePropertyClockSources' in scope
        public static let clockSources = AudioObjectSelector(kAudioDevicePropertyClockSources)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1169:63: error: cannot find 'kAudioDevicePropertyClockSourceNameForIDCFString' in scope
        public static let clockSourceNameForID = AudioObjectSelector(kAudioDevicePropertyClockSourceNameForIDCFString)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1171:63: error: cannot find 'kAudioDevicePropertyClockSourceKindForID' in scope
        public static let clockSourceKindForID = AudioObjectSelector(kAudioDevicePropertyClockSourceKindForID)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1173:51: error: cannot find 'kAudioDevicePropertyPlayThru' in scope
        public static let playThru = AudioObjectSelector(kAudioDevicePropertyPlayThru)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1175:55: error: cannot find 'kAudioDevicePropertyPlayThruSolo' in scope
        public static let playThruSolo = AudioObjectSelector(kAudioDevicePropertyPlayThruSolo)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1177:63: error: cannot find 'kAudioDevicePropertyPlayThruVolumeScalar' in scope
        public static let playThruVolumeScalar = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeScalar)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1179:65: error: cannot find 'kAudioDevicePropertyPlayThruVolumeDecibels' in scope
        public static let playThruVolumeDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1181:70: error: cannot find 'kAudioDevicePropertyPlayThruVolumeRangeDecibels' in scope
        public static let playThruVolumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeRangeDecibels)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1183:73: error: cannot find 'kAudioDevicePropertyPlayThruVolumeScalarToDecibels' in scope
        public static let playThruVolumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeScalarToDecibels)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1185:73: error: cannot find 'kAudioDevicePropertyPlayThruVolumeDecibelsToScalar' in scope
        public static let playThruVolumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertyPlayThruVolumeDecibelsToScalar)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1187:60: error: cannot find 'kAudioDevicePropertyPlayThruStereoPan' in scope
        public static let playThruStereoPan = AudioObjectSelector(kAudioDevicePropertyPlayThruStereoPan)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1189:68: error: cannot find 'kAudioDevicePropertyPlayThruStereoPanChannels' in scope
        public static let playThruStereoPanChannels = AudioObjectSelector(kAudioDevicePropertyPlayThruStereoPanChannels)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1191:62: error: cannot find 'kAudioDevicePropertyPlayThruDestination' in scope
        public static let playThruDestination = AudioObjectSelector(kAudioDevicePropertyPlayThruDestination)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1193:63: error: cannot find 'kAudioDevicePropertyPlayThruDestinations' in scope
        public static let playThruDestinations = AudioObjectSelector(kAudioDevicePropertyPlayThruDestinations)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1195:71: error: cannot find 'kAudioDevicePropertyPlayThruDestinationNameForIDCFString' in scope
        public static let playThruDestinationNameForID = AudioObjectSelector(kAudioDevicePropertyPlayThruDestinationNameForIDCFString)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1197:66: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevel' in scope
        public static let channelNominalLineLevel = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevel)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1199:67: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevels' in scope
        public static let channelNominalLineLevels = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevels)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1201:75: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString' in scope
        public static let channelNominalLineLevelNameForID = AudioObjectSelector(kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString)
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1203:64: error: cannot find 'kAudioDevicePropertyHighPassFilterSetting' in scope
        public static let highPassFilterSetting = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSetting)
                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1205:65: error: cannot find 'kAudioDevicePropertyHighPassFilterSettings' in scope
        public static let highPassFilterSettings = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSettings)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1207:73: error: cannot find 'kAudioDevicePropertyHighPassFilterSettingNameForIDCFString' in scope
        public static let highPassFilterSettingNameForID = AudioObjectSelector(kAudioDevicePropertyHighPassFilterSettingNameForIDCFString)
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1209:58: error: cannot find 'kAudioDevicePropertySubVolumeScalar' in scope
        public static let subVolumeScalar = AudioObjectSelector(kAudioDevicePropertySubVolumeScalar)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1211:60: error: cannot find 'kAudioDevicePropertySubVolumeDecibels' in scope
        public static let subVolumeDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeDecibels)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1213:65: error: cannot find 'kAudioDevicePropertySubVolumeRangeDecibels' in scope
        public static let subVolumeRangeDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeRangeDecibels)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1215:68: error: cannot find 'kAudioDevicePropertySubVolumeScalarToDecibels' in scope
        public static let subVolumeScalarToDecibels = AudioObjectSelector(kAudioDevicePropertySubVolumeScalarToDecibels)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1217:68: error: cannot find 'kAudioDevicePropertySubVolumeDecibelsToScalar' in scope
        public static let subVolumeDecibelsToScalar = AudioObjectSelector(kAudioDevicePropertySubVolumeDecibelsToScalar)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1219:50: error: cannot find 'kAudioDevicePropertySubMute' in scope
        public static let subMute = AudioObjectSelector(kAudioDevicePropertySubMute)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1222:71: error: cannot find 'kAudioDevicePropertyVoiceActivityDetectionEnable' in scope
        public static let voiceActivityDetectionEnable = AudioObjectSelector(kAudioDevicePropertyVoiceActivityDetectionEnable)
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1225:70: error: cannot find 'kAudioDevicePropertyVoiceActivityDetectionState' in scope
        public static let voiceActivityDetectionState = AudioObjectSelector(kAudioDevicePropertyVoiceActivityDetectionState)
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift:1231:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioDevice(_ objectID: AudioObjectID) throws -> AudioDevice {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift:74:54: error: cannot find 'kAudioEndPointDevicePropertyComposition' in scope
        public static let composition = AudioObjectSelector(kAudioEndPointDevicePropertyComposition)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift:76:55: error: cannot find 'kAudioEndPointDevicePropertyEndPointList' in scope
        public static let endpointList = AudioObjectSelector(kAudioEndPointDevicePropertyEndPointList)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift:78: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:259:24: error: cannot find type 'AudioClassID' in scope
        public var baseClass: AudioClassID {
                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:267:22: error: cannot find type 'AudioClassID' in scope
        public var `class`: AudioClassID {
                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:338: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:379:60: error: cannot find type 'AudioClassID' in scope
func AudioObjectClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                                           ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:379:35: error: cannot find type 'AudioObjectID' in scope
func AudioObjectClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:386:64: error: cannot find type 'AudioClassID' in scope
func AudioObjectBaseClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:386:39: error: cannot find type 'AudioObjectID' in scope
func AudioObjectBaseClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                      ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:410: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:459:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        let rawValue: AudioObjectPropertySelector
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:459:6: warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'AudioObjectSelector' has non-sendable type '<<error type>>'
        let rawValue: AudioObjectPropertySelector
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:457: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:459:6: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'AudioObjectSelector<T>' to 'Equatable'
        let rawValue: AudioObjectPropertySelector
            ^
Swift.==:1:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: 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:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: 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:3:35: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: 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:4:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'AudioObjectSelector<T>' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: 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:457: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:459:6: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'AudioObjectSelector<T>' to 'Hashable'
        let rawValue: AudioObjectPropertySelector
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:457:15: note: add stubs for conformance
public struct AudioObjectSelector<T: AudioObject>: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:500:51: error: cannot find 'kAudioObjectPropertySelectorWildcard' in scope
        public static let wildcard = AudioObjectSelector(kAudioObjectPropertySelectorWildcard)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:503:50: error: cannot find 'kAudioObjectPropertyCreator' in scope
        public static let creator = AudioObjectSelector(kAudioObjectPropertyCreator)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:507:52: error: cannot find 'kAudioObjectPropertyBaseClass' in scope
        public static let baseClass = AudioObjectSelector(kAudioObjectPropertyBaseClass)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:509:50: error: cannot find 'kAudioObjectPropertyClass' in scope
        public static let `class` = AudioObjectSelector(kAudioObjectPropertyClass)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:511:48: error: cannot find 'kAudioObjectPropertyOwner' in scope
        public static let owner = AudioObjectSelector(kAudioObjectPropertyOwner)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:513:47: error: cannot find 'kAudioObjectPropertyName' in scope
        public static let name = AudioObjectSelector(kAudioObjectPropertyName)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:515:52: error: cannot find 'kAudioObjectPropertyModelName' in scope
        public static let modelName = AudioObjectSelector(kAudioObjectPropertyModelName)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:517:55: error: cannot find 'kAudioObjectPropertyManufacturer' in scope
        public static let manufacturer = AudioObjectSelector(kAudioObjectPropertyManufacturer)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:519:54: error: cannot find 'kAudioObjectPropertyElementName' in scope
        public static let elementName = AudioObjectSelector(kAudioObjectPropertyElementName)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:521:62: error: cannot find 'kAudioObjectPropertyElementCategoryName' in scope
        public static let elementCategoryName = AudioObjectSelector(kAudioObjectPropertyElementCategoryName)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:523:60: error: cannot find 'kAudioObjectPropertyElementNumberName' in scope
        public static let elementNumberName = AudioObjectSelector(kAudioObjectPropertyElementNumberName)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:525:55: error: cannot find 'kAudioObjectPropertyOwnedObjects' in scope
        public static let ownedObjects = AudioObjectSelector(kAudioObjectPropertyOwnedObjects)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:527:51: error: cannot find 'kAudioObjectPropertyIdentify' in scope
        public static let identify = AudioObjectSelector(kAudioObjectPropertyIdentify)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:529:55: error: cannot find 'kAudioObjectPropertySerialNumber' in scope
        public static let serialNumber = AudioObjectSelector(kAudioObjectPropertySerialNumber)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:531:58: error: cannot find 'kAudioObjectPropertyFirmwareVersion' in scope
        public static let firmwareVersion = AudioObjectSelector(kAudioObjectPropertyFirmwareVersion)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:144:54: error: cannot find 'kAudioTapPropertyDescription' in scope
        public static let description = AudioObjectSelector(kAudioTapPropertyDescription)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:543:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioObject(_ objectID: AudioObjectID) throws -> AudioObject {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:18:81: error: cannot find type 'AudioObjectID' in scope
public func audioObjectPropertySize(_ property: PropertyAddress, from objectID: AudioObjectID, qualifier: PropertyQualifier? = nil) throws -> Int {
                                                                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:37:84: error: cannot find type 'AudioObjectID' in scope
public func readAudioObjectProperty<T>(_ property: PropertyAddress, from objectID: AudioObjectID, into ptr: UnsafeMutablePointer<T>, size: Int = MemoryLayout<T>.stride, qualifier: PropertyQualifier? = nil) throws {
                                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:55:83: error: cannot find type 'AudioObjectID' in scope
public func writeAudioObjectProperty<T>(_ property: PropertyAddress, on objectID: AudioObjectID, from ptr: UnsafePointer<T>, size: Int = MemoryLayout<T>.stride, qualifier: PropertyQualifier? = nil) throws {
                                                                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:76:92: error: cannot find type 'AudioObjectID' in scope
public func getAudioObjectProperty<T: Numeric>(_ property: PropertyAddress, from objectID: AudioObjectID, type: T.Type = T.self, qualifier: PropertyQualifier? = nil, initialValue: T = 0) throws -> T {
                                                                                           ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:89:94: error: cannot find type 'AudioObjectID' in scope
public func getAudioObjectProperty<T: CFTypeRef>(_ property: PropertyAddress, from objectID: AudioObjectID, type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> T {
                                                                                             ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:104:83: error: cannot find type 'AudioObjectID' in scope
public func getAudioObjectProperty<T>(_ property: PropertyAddress, from objectID: AudioObjectID, elementType type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> [T] {
                                                                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:126:98: error: cannot find type 'AudioObjectID' in scope
public func getAudioObjectProperty<In, Out: Numeric>(_ property: PropertyAddress, from objectID: AudioObjectID, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift:148:100: error: cannot find type 'AudioObjectID' in scope
public func getAudioObjectProperty<In, Out: CFTypeRef>(_ property: PropertyAddress, from objectID: AudioObjectID, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:166:51: error: cannot find 'kAudioPlugInPropertyBundleID' in scope
        public static let bundleID = AudioObjectSelector(kAudioPlugInPropertyBundleID)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:168:53: error: cannot find 'kAudioPlugInPropertyDeviceList' in scope
        public static let deviceList = AudioObjectSelector(kAudioPlugInPropertyDeviceList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:170:63: error: cannot find 'kAudioPlugInPropertyTranslateUIDToDevice' in scope
        public static let translateUIDToDevice = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToDevice)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:172:50: error: cannot find 'kAudioPlugInPropertyBoxList' in scope
        public static let boxList = AudioObjectSelector(kAudioPlugInPropertyBoxList)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:174:60: error: cannot find 'kAudioPlugInPropertyTranslateUIDToBox' in scope
        public static let translateUIDToBox = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToBox)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:176:58: error: cannot find 'kAudioPlugInPropertyClockDeviceList' in scope
        public static let clockDeviceList = AudioObjectSelector(kAudioPlugInPropertyClockDeviceList)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:178:68: error: cannot find 'kAudioPlugInPropertyTranslateUIDToClockDevice' in scope
        public static let translateUIDToClockDevice = AudioObjectSelector(kAudioPlugInPropertyTranslateUIDToClockDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift:184:34: error: cannot find type 'AudioObjectID' in scope
func makeAudioPlugIn(_ objectID: AudioObjectID) throws -> AudioPlugIn {
                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:127:46: error: cannot find 'kAudioProcessPropertyPID' in scope
        public static let pid = AudioObjectSelector(kAudioProcessPropertyPID)
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:129:51: error: cannot find 'kAudioProcessPropertyBundleID' in scope
        public static let bundleID = AudioObjectSelector(kAudioProcessPropertyBundleID)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:131:50: error: cannot find 'kAudioProcessPropertyDevices' in scope
        public static let devices = AudioObjectSelector(kAudioProcessPropertyDevices)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:133:52: error: cannot find 'kAudioProcessPropertyIsRunning' in scope
        public static let isRunning = AudioObjectSelector(kAudioProcessPropertyIsRunning)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:135:57: error: cannot find 'kAudioProcessPropertyIsRunningInput' in scope
        public static let isRunningInput = AudioObjectSelector(kAudioProcessPropertyIsRunningInput)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift:137: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:138:51: error: cannot find 'kAudioStreamPropertyIsActive' in scope
        public static let isActive = AudioObjectSelector(kAudioStreamPropertyIsActive)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:140:52: error: cannot find 'kAudioStreamPropertyDirection' in scope
        public static let direction = AudioObjectSelector(kAudioStreamPropertyDirection)
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:142:55: error: cannot find 'kAudioStreamPropertyTerminalType' in scope
        public static let terminalType = AudioObjectSelector(kAudioStreamPropertyTerminalType)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:144:58: error: cannot find 'kAudioStreamPropertyStartingChannel' in scope
        public static let startingChannel = AudioObjectSelector(kAudioStreamPropertyStartingChannel)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:146:50: error: cannot find 'kAudioStreamPropertyLatency' in scope
        public static let latency = AudioObjectSelector(kAudioStreamPropertyLatency)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:148:56: error: cannot find 'kAudioStreamPropertyVirtualFormat' in scope
        public static let virtualFormat = AudioObjectSelector(kAudioStreamPropertyVirtualFormat)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:150:66: error: cannot find 'kAudioStreamPropertyAvailableVirtualFormats' in scope
        public static let availableVirtualFormats = AudioObjectSelector(kAudioStreamPropertyAvailableVirtualFormats)
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:152:57: error: cannot find 'kAudioStreamPropertyPhysicalFormat' in scope
        public static let physicalFormat = AudioObjectSelector(kAudioStreamPropertyPhysicalFormat)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift:154: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:83:55: error: cannot find 'kAudioSubDevicePropertyExtraLatency' in scope
        public static let extraLatency = AudioObjectSelector(kAudioSubDevicePropertyExtraLatency)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:85:60: error: cannot find 'kAudioSubDevicePropertyDriftCompensation' in scope
        public static let driftCompensation = AudioObjectSelector(kAudioSubDevicePropertyDriftCompensation)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift:87:67: error: cannot find 'kAudioSubDevicePropertyDriftCompensationQuality' in scope
        public static let driftCompensationQuality = AudioObjectSelector(kAudioSubDevicePropertyDriftCompensationQuality)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:86:55: error: cannot find 'kAudioSubTapPropertyExtraLatency' in scope
        public static let extraLatency = AudioObjectSelector(kAudioSubTapPropertyExtraLatency)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:88:60: error: cannot find 'kAudioSubTapPropertyDriftCompensation' in scope
        public static let driftCompensation = AudioObjectSelector(kAudioSubTapPropertyDriftCompensation)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift:90:67: error: cannot find 'kAudioSubTapPropertyDriftCompensationQuality' in scope
        public static let driftCompensationQuality = AudioObjectSelector(kAudioSubTapPropertyDriftCompensationQuality)
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:19:36: error: cannot find type 'AudioObjectID' in scope
        private override init(_ objectID: AudioObjectID) {
                                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:19:19: error: initializer does not override a designated initializer from its superclass
        private override init(_ objectID: AudioObjectID) {
                ~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:33:53: error: cannot find type 'AudioObjectID' in scope
        public func deviceID(forUID uid: String) throws -> AudioObjectID? {
                                                           ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:58:63: error: cannot find type 'AudioObjectID' in scope
        public func plugInID(forBundleID bundleID: String) throws -> AudioObjectID? {
                                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:70:73: error: cannot find type 'AudioObjectID' in scope
        public func transportManagerID(forBundleID bundleID: String) throws -> AudioObjectID? {
                                                                               ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:82:50: error: cannot find type 'AudioObjectID' in scope
        public func boxID(forUID uid: String) throws -> AudioObjectID? {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:94:58: error: cannot find type 'AudioObjectID' in scope
        public func clockDeviceID(forUID uid: String) throws -> AudioObjectID? {
                                                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:211:24: error: cannot find type 'AudioHardwarePowerHint' in scope
        public var powerHint: AudioHardwarePowerHint {
                              ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:218:36: error: cannot find type 'AudioHardwarePowerHint' in scope
        public func setPowerHint(_ value: AudioHardwarePowerHint) throws {
                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:249:50: error: cannot find 'kAudioHardwarePropertyDevices' in scope
        public static let devices = AudioObjectSelector(kAudioHardwarePropertyDevices)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:251:61: error: cannot find 'kAudioHardwarePropertyDefaultInputDevice' in scope
        public static let defaultInputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultInputDevice)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:253:62: error: cannot find 'kAudioHardwarePropertyDefaultOutputDevice' in scope
        public static let defaultOutputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultOutputDevice)
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:255:68: error: cannot find 'kAudioHardwarePropertyDefaultSystemOutputDevice' in scope
        public static let defaultSystemOutputDevice = AudioObjectSelector(kAudioHardwarePropertyDefaultSystemOutputDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:257:63: error: cannot find 'kAudioHardwarePropertyTranslateUIDToDevice' in scope
        public static let translateUIDToDevice = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToDevice)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:259:58: error: cannot find 'kAudioHardwarePropertyMixStereoToMono' in scope
        public static let mixStereoToMono = AudioObjectSelector(kAudioHardwarePropertyMixStereoToMono)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:261:53: error: cannot find 'kAudioHardwarePropertyPlugInList' in scope
        public static let plugInList = AudioObjectSelector(kAudioHardwarePropertyPlugInList)
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:263:68: error: cannot find 'kAudioHardwarePropertyTranslateBundleIDToPlugIn' in scope
        public static let translateBundleIDToPlugIn = AudioObjectSelector(kAudioHardwarePropertyTranslateBundleIDToPlugIn)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:265:63: error: cannot find 'kAudioHardwarePropertyTransportManagerList' in scope
        public static let transportManagerList = AudioObjectSelector(kAudioHardwarePropertyTransportManagerList)
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:267:78: error: cannot find 'kAudioHardwarePropertyTranslateBundleIDToTransportManager' in scope
        public static let translateBundleIDToTransportManager = AudioObjectSelector(kAudioHardwarePropertyTranslateBundleIDToTransportManager)
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:269:50: error: cannot find 'kAudioHardwarePropertyBoxList' in scope
        public static let boxList = AudioObjectSelector(kAudioHardwarePropertyBoxList)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:271:60: error: cannot find 'kAudioHardwarePropertyTranslateUIDToBox' in scope
        public static let translateUIDToBox = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToBox)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:273:58: error: cannot find 'kAudioHardwarePropertyClockDeviceList' in scope
        public static let clockDeviceList = AudioObjectSelector(kAudioHardwarePropertyClockDeviceList)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:275:68: error: cannot find 'kAudioHardwarePropertyTranslateUIDToClockDevice' in scope
        public static let translateUIDToClockDevice = AudioObjectSelector(kAudioHardwarePropertyTranslateUIDToClockDevice)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:277:56: error: cannot find 'kAudioHardwarePropertyProcessIsMain' in scope
        public static let processIsMain = AudioObjectSelector(kAudioHardwarePropertyProcessIsMain)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:280:58: error: cannot find 'kAudioHardwarePropertyProcessIsMaster' in scope
        public static let processIsMaster = AudioObjectSelector(kAudioHardwarePropertyProcessIsMaster)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:282:61: error: cannot find 'kAudioHardwarePropertyIsInitingOrExiting' in scope
        public static let isInitingOrExiting = AudioObjectSelector(kAudioHardwarePropertyIsInitingOrExiting)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:284:56: error: cannot find 'kAudioHardwarePropertyUserIDChanged' in scope
        public static let userIDChanged = AudioObjectSelector(kAudioHardwarePropertyUserIDChanged)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:287:59: error: cannot find 'kAudioHardwarePropertyProcessInputMute' in scope
        public static let processInputMute = AudioObjectSelector(kAudioHardwarePropertyProcessInputMute)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:289:59: error: cannot find 'kAudioHardwarePropertyProcessIsAudible' in scope
        public static let processIsAudible = AudioObjectSelector(kAudioHardwarePropertyProcessIsAudible)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:291:60: error: cannot find 'kAudioHardwarePropertySleepingIsAllowed' in scope
        public static let sleepingIsAllowed = AudioObjectSelector(kAudioHardwarePropertySleepingIsAllowed)
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:293:61: error: cannot find 'kAudioHardwarePropertyUnloadingIsAllowed' in scope
        public static let unloadingIsAllowed = AudioObjectSelector(kAudioHardwarePropertyUnloadingIsAllowed)
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:295:59: error: cannot find 'kAudioHardwarePropertyHogModeIsAllowed' in scope
        public static let hogModeIsAllowed = AudioObjectSelector(kAudioHardwarePropertyHogModeIsAllowed)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:297:72: error: cannot find 'kAudioHardwarePropertyUserSessionIsActiveOrHeadless' in scope
        public static let userSessionIsActiveOrHeadless = AudioObjectSelector(kAudioHardwarePropertyUserSessionIsActiveOrHeadless)
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:299:59: error: cannot find 'kAudioHardwarePropertyServiceRestarted' in scope
        public static let serviceRestarted = AudioObjectSelector(kAudioHardwarePropertyServiceRestarted)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift:301: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:94:26: error: cannot find type 'CATapDescription' in scope
        public var description: CATapDescription {
                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:101:38: error: cannot find type 'CATapDescription' in scope
        public func setDescription(_ value: CATapDescription) throws {
                                            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:142:46: error: cannot find 'kAudioTapPropertyUID' in scope
        public static let uid = AudioObjectSelector(kAudioTapPropertyUID)
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift:146:49: error: cannot find 'kAudioTapPropertyFormat' in scope
        public static let format = AudioObjectSelector(kAudioTapPropertyFormat)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:126:55: error: cannot find 'kAudioTransportManagerPropertyEndPointList' in scope
        public static let endpointList = AudioObjectSelector(kAudioTransportManagerPropertyEndPointList)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:128:65: error: cannot find 'kAudioTransportManagerPropertyTranslateUIDToEndPoint' in scope
        public static let translateUIDToEndpoint = AudioObjectSelector(kAudioTransportManagerPropertyTranslateUIDToEndPoint)
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift:130:56: error: cannot find 'kAudioTransportManagerPropertyTransportType' in scope
        public static let transportType = AudioObjectSelector(kAudioTransportManagerPropertyTransportType)
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:65:48: error: cannot find 'kAudioBooleanControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioBooleanControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:118:37: error: cannot find type 'AudioObjectID' in scope
func makeBooleanControl(_ objectID: AudioObjectID) throws -> BooleanControl {
                                    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:101:54: error: cannot find 'kAudioLevelControlPropertyScalarValue' in scope
        public static let scalarValue = AudioObjectSelector(kAudioLevelControlPropertyScalarValue)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:103:55: error: cannot find 'kAudioLevelControlPropertyDecibelValue' in scope
        public static let decibelValue = AudioObjectSelector(kAudioLevelControlPropertyDecibelValue)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:105:55: error: cannot find 'kAudioLevelControlPropertyDecibelRange' in scope
        public static let decibelRange = AudioObjectSelector(kAudioLevelControlPropertyDecibelRange)
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:107:59: error: cannot find 'kAudioLevelControlPropertyConvertScalarToDecibels' in scope
        public static let scalarToDecibels = AudioObjectSelector(kAudioLevelControlPropertyConvertScalarToDecibels)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:109:59: error: cannot find 'kAudioLevelControlPropertyConvertDecibelsToScalar' in scope
        public static let decibelsToScalar = AudioObjectSelector(kAudioLevelControlPropertyConvertDecibelsToScalar)
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:127: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:13:13: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PropertyAddress' has non-sendable type '<<error type>>'
        public let rawValue: 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:13:13: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PropertyElement' has non-sendable type '<<error type>>'
        public let rawValue: AudioObjectPropertyElement
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: error: type 'PropertyElement' does not conform to protocol 'Equatable'
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertyElement' to 'Equatable'
        public let rawValue: AudioObjectPropertyElement
                   ^
Swift.==:1:24: note: candidate would match if 'PropertyElement' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'PropertyElement' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'PropertyElement' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'PropertyElement' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'PropertyElement' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'PropertyElement' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'PropertyElement' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'PropertyElement' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'PropertyElement' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'PropertyElement' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: 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: error: type 'PropertyElement' does not conform to protocol 'Hashable'
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertyElement' to 'Hashable'
        public let rawValue: AudioObjectPropertyElement
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift:11:15: note: add stubs for conformance
public struct PropertyElement: Equatable, Hashable, Sendable {
              ^
/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:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: 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:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
    public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:13: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PropertyScope' has non-sendable type '<<error type>>'
        public let rawValue: AudioObjectPropertyScope
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: error: type 'PropertyScope' does not conform to protocol 'Equatable'
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertyScope' to 'Equatable'
        public let rawValue: AudioObjectPropertyScope
                   ^
Swift.==:1:24: note: candidate would match if 'PropertyScope' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'PropertyScope' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'PropertyScope' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'PropertyScope' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'PropertyScope' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'PropertyScope' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'PropertyScope' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'PropertyScope' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'PropertyScope' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'PropertyScope' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: 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: error: type 'PropertyScope' does not conform to protocol 'Hashable'
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertyScope' to 'Hashable'
        public let rawValue: AudioObjectPropertyScope
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:11:15: note: add stubs for conformance
public struct PropertyScope: Equatable, Hashable, Sendable {
              ^
/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:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: 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:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: 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:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: 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:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: 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:13:13: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'PropertySelector' has non-sendable type '<<error type>>'
        public let rawValue: AudioObjectPropertySelector
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: error: type 'PropertySelector' does not conform to protocol 'Equatable'
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'PropertySelector' to 'Equatable'
        public let rawValue: AudioObjectPropertySelector
                   ^
Swift.==:1:24: note: candidate would match if 'PropertySelector' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'PropertySelector' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'PropertySelector' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'PropertySelector' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'PropertySelector' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'PropertySelector' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'PropertySelector' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'PropertySelector' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'PropertySelector' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'PropertySelector' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: 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: error: type 'PropertySelector' does not conform to protocol 'Hashable'
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:13:13: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'PropertySelector' to 'Hashable'
        public let rawValue: AudioObjectPropertySelector
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:11:15: note: add stubs for conformance
public struct PropertySelector: Equatable, Hashable, Sendable {
              ^
/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:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
    public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
           ^
Swift.ExpressibleByStringLiteral:2:12: 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:14:14: warning: stored property 'controlID' of 'Sendable'-conforming struct 'Item' has non-sendable type '<<error type>>'
                public let controlID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: error: type 'SelectorControl.Item' does not conform to protocol 'Equatable'
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'SelectorControl.Item' to 'Equatable'
                public let controlID: AudioObjectID
                           ^
Swift.==:1:24: note: candidate would match if 'SelectorControl.Item' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'SelectorControl.Item' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: 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:24: note: candidate would match if 'SelectorControl.Item' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: 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:3:35: note: candidate would match if 'SelectorControl.Item' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: 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:4:24: note: candidate would match if 'SelectorControl.Item' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'SelectorControl.Item' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'SelectorControl.Item' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: 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: error: type 'SelectorControl.Item' does not conform to protocol 'Hashable'
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:14:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'SelectorControl.Item' to 'Hashable'
                public let controlID: AudioObjectID
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift:12:16: note: add stubs for conformance
        public struct Item: Equatable, Hashable, Sendable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:87:54: error: cannot find 'kAudioSelectorControlPropertyCurrentItem' in scope
        public static let currentItem = AudioObjectSelector(kAudioSelectorControlPropertyCurrentItem)
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:89:57: error: cannot find 'kAudioSelectorControlPropertyAvailableItems' in scope
        public static let availableItems = AudioObjectSelector(kAudioSelectorControlPropertyAvailableItems)
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:91:51: error: cannot find 'kAudioSelectorControlPropertyItemName' in scope
        public static let itemName = AudioObjectSelector(kAudioSelectorControlPropertyItemName)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:93:51: error: cannot find 'kAudioSelectorControlPropertyItemKind' in scope
        public static let itemKind = AudioObjectSelector(kAudioSelectorControlPropertyItemKind)
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:124:38: error: cannot find type 'AudioObjectID' in scope
func makeSelectorControl(_ objectID: AudioObjectID) throws -> SelectorControl {
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:74:48: error: cannot find 'kAudioSliderControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioSliderControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift:76:48: error: cannot find 'kAudioSliderControlPropertyRange' in scope
        public static let range = AudioObjectSelector(kAudioSliderControlPropertyRange)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:80:48: error: cannot find 'kAudioStereoPanControlPropertyValue' in scope
        public static let value = AudioObjectSelector(kAudioStereoPanControlPropertyValue)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift:82:58: error: cannot find 'kAudioStereoPanControlPropertyPanningChannels' in scope
        public static let panningChannels = AudioObjectSelector(kAudioStereoPanControlPropertyPanningChannels)
                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.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/AudioObjectProperty.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/AudioSystemObject.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/UInt32+hexString.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CAAudioHardware -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/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-watchos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-watchos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.abi.json
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k Compiling\ AudioSubtap.swift,\ AudioSystemObject.swift,\ AudioTap.swift,\ AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystemObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k Compiling\ PropertyQualifier.swift,\ PropertyScope.swift,\ PropertySelector.swift,\ SelectorControl+Item.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 (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k Compiling\ AudioObject.swift,\ AudioObjectProperty.swift,\ AudioPlugIn.swift,\ AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectProperty.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k Compiling\ AudioStream+TerminalType.swift,\ AudioStream.swift,\ AudioSubdevice+DriftCompensationQuality.swift,\ AudioSubdevice.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 (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k Compiling\ AudioDevice+DataSource.swift,\ AudioDevice+HighPassFilterSetting.swift,\ AudioDevice+PlayThroughDestination.swift,\ AudioDevice+TransportType.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 (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k Compiling\ SelectorControl.swift,\ SliderControl.swift,\ StereoPanControl.swift,\ UInt32+hexString.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/UInt32+hexString.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CAAudioHardware (in target 'CAAudioHardware' from project 'CAAudioHardware')
(30 failures)
BUILD FAILURE 5.10 watchOS