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.7.1 (d92796), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 13:27:44 UTC.

Build Command

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

Build Log

               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:53:49: error: no exact matches in call to initializer
                return try isPropertySettable(PropertyAddress(PropertySelector(selector.rawValue)))
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:62:43: error: no exact matches in call to initializer
                try whenPropertyChanges(PropertyAddress(PropertySelector(selector.rawValue)), on: queue, perform: block)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:77:27: error: cannot find 'kAudioObjectUnknown' in scope
        precondition(objectID != kAudioObjectUnknown)
                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:78:27: error: cannot find 'kAudioObjectSystemObject' in scope
        precondition(objectID != kAudioObjectSystemObject)
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:381:60: error: cannot find type 'AudioClassID' in scope
        static func getClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:381:35: error: cannot find type 'AudioObjectID' in scope
        static func getClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:83:7: error: cannot find 'kAudioControlClassID' in scope
        case kAudioControlClassID:
             ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:94:7: error: cannot find 'kAudioBooleanControlClassID' in scope
        case kAudioBooleanControlClassID:       return try makeBooleanControl(objectID)
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:95:7: error: cannot find 'kAudioLevelControlClassID' in scope
        case kAudioLevelControlClassID:         return try makeLevelControl(objectID)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:96:7: error: cannot find 'kAudioSelectorControlClassID' in scope
        case kAudioSelectorControlClassID:      return try makeSelectorControl(objectID)
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:85:8: error: cannot find 'kAudioBooleanControlClassID' in scope
                case kAudioBooleanControlClassID:               return BooleanControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:86:8: error: cannot find 'kAudioLevelControlClassID' in scope
                case kAudioLevelControlClassID:                 return LevelControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:87:8: error: cannot find 'kAudioSelectorControlClassID' in scope
                case kAudioSelectorControlClassID:              return SelectorControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:88:8: error: cannot find 'kAudioSliderControlClassID' in scope
                case kAudioSliderControlClassID:                return SliderControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:89:8: error: cannot find 'kAudioStereoPanControlClassID' in scope
                case kAudioStereoPanControlClassID:     return StereoPanControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:85:45: error: 'BooleanControl' cannot be constructed because it has no accessible initializers
                case kAudioBooleanControlClassID:               return BooleanControl(objectID)
                                                                       ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:86:44: error: 'LevelControl' cannot be constructed because it has no accessible initializers
                case kAudioLevelControlClassID:                 return LevelControl(objectID)
                                                                       ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:87:47: error: 'SelectorControl' cannot be constructed because it has no accessible initializers
                case kAudioSelectorControlClassID:              return SelectorControl(objectID)
                                                                       ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:88:44: error: 'SliderControl' cannot be constructed because it has no accessible initializers
                case kAudioSliderControlClassID:                return SliderControl(objectID)
                                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:89:47: error: 'StereoPanControl' cannot be constructed because it has no accessible initializers
                case kAudioStereoPanControlClassID:     return StereoPanControl(objectID)
                                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:92:11: error: 'AudioControl' cannot be constructed because it has no accessible initializers
                        return AudioControl(objectID)
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:116:37: error: cannot find type 'AudioObjectID' in scope
func makeBooleanControl(_ objectID: AudioObjectID) throws -> BooleanControl {
                                    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:125:35: error: cannot find type 'AudioObjectID' in scope
func makeLevelControl(_ objectID: AudioObjectID) throws -> LevelControl {
                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:122:38: error: cannot find type 'AudioObjectID' in scope
func makeSelectorControl(_ objectID: AudioObjectID) throws -> SelectorControl {
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:99:10: error: 'AudioControl' cannot be constructed because it has no accessible initializers
                return AudioControl(objectID)
                       ^~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct ChannelNominalLineLevel: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.ChannelNominalLineLevel, AudioDevice.ChannelNominalLineLevel) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:110:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioValueRange {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:122:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioStreamBasicDescription {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:189:65: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: Numeric>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:211:67: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:23:88: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:83:59: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: Numeric>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil, initialValue: T = 0) throws -> T {
                                                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:98:61: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> T {
                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:149:50: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, elementType type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> [T] {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct ClockSource: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.ClockSource, AudioDevice.ClockSource) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:23:88: error: cannot find 'kAudioDevicePropertyClockSourceNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:30:88: error: cannot find 'kAudioDevicePropertyClockSourceKindForID' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceKindForID), scope: scope), translatingValue: id)
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:30:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceKindForID), scope: scope), translatingValue: id)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.DataSource' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.DataSource' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.DataSource' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.DataSource' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.DataSource' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.DataSource' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct DataSource: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.DataSource, AudioDevice.DataSource) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:23:88: error: cannot find 'kAudioDevicePropertyDataSourceNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:30:88: error: cannot find 'kAudioDevicePropertyDataSourceKindForID' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceKindForID), scope: scope), translatingValue: id)
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:30:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceKindForID), scope: scope), translatingValue: id)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct HighPassFilterSetting: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.HighPassFilterSetting, AudioDevice.HighPassFilterSetting) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:23:88: error: cannot find 'kAudioDevicePropertyHighPassFilterSettingNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyHighPassFilterSettingNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyHighPassFilterSettingNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 Compiling\ AudioTransportManager.swift,\ BooleanControl.swift,\ LevelControl.swift,\ PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling AudioStreamBasicDescription+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftDriver\ Compilation CoreAudioExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreAudioExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ PropertyElement.swift,\ PropertyQualifier.swift,\ PropertyScope.swift,\ PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	Building workspace spi-builder-workspace with scheme CAAudioHardware
(10 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CoreAudioExtensions: https://github.com/sbooth/CoreAudioExtensions @ 0.3.0
  CAAudioHardware: /Users/admin/builder/spi-builder-workspace
resolved source packages: CoreAudioExtensions, CAAudioHardware
{
  "dependencies" : [
    {
      "identity" : "coreaudioextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sbooth/CoreAudioExtensions"
    }
  ],
  "manifest_display_name" : "CAAudioHardware",
  "name" : "CAAudioHardware",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CAAudioHardware",
      "targets" : [
        "CAAudioHardware"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAAudioHardwareTests",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardwareTests",
      "path" : "Tests/CAAudioHardwareTests",
      "sources" : [
        "CAAudioHardwareTests.swift"
      ],
      "target_dependencies" : [
        "CAAudioHardware"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CAAudioHardware",
      "module_type" : "SwiftTarget",
      "name" : "CAAudioHardware",
      "path" : "Sources/CAAudioHardware",
      "product_dependencies" : [
        "CoreAudioExtensions"
      ],
      "product_memberships" : [
        "CAAudioHardware"
      ],
      "sources" : [
        "AudioAggregateDevice.swift",
        "AudioBox.swift",
        "AudioBufferListWrapper.swift",
        "AudioChannelLayoutWrapper.swift",
        "AudioClockDevice.swift",
        "AudioControl.swift",
        "AudioDevice+ChannelNominalLineLevel.swift",
        "AudioDevice+ClockSource.swift",
        "AudioDevice+DataSource.swift",
        "AudioDevice+HighPassFilterSetting.swift",
        "AudioDevice+PlayThroughDestination.swift",
        "AudioDevice+TransportType.swift",
        "AudioDevice.swift",
        "AudioEndpoint.swift",
        "AudioEndpointDevice.swift",
        "AudioHardwareIOProcStreamUsageWrapper.swift",
        "AudioObject.swift",
        "AudioObjectPropertyData.swift",
        "AudioPlugIn.swift",
        "AudioProcess.swift",
        "AudioStream+TerminalType.swift",
        "AudioStream.swift",
        "AudioSubdevice+DriftCompensationQuality.swift",
        "AudioSubdevice.swift",
        "AudioSubtap.swift",
        "AudioSystem.swift",
        "AudioTap.swift",
        "AudioTransportManager.swift",
        "BooleanControl.swift",
        "LevelControl.swift",
        "PropertyAddress.swift",
        "PropertyElement.swift",
        "PropertyQualifier.swift",
        "PropertyScope.swift",
        "PropertySelector.swift",
        "SelectorControl+Item.swift",
        "SelectorControl.swift",
        "SliderControl.swift",
        "StereoPanControl.swift",
        "String+fourCC.swift",
        "UInt32+fourCC.swift",
        "UInt32+hexString.swift",
        "UnfairLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CAAudioHardware"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CAAudioHardware -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CAAudioHardware -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  CAAudioHardware: /Users/admin/builder/spi-builder-workspace
  CoreAudioExtensions: https://github.com/sbooth/CoreAudioExtensions @ 0.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'CAAudioHardware' in project 'CAAudioHardware'
        ➜ Explicit dependency on target 'CAAudioHardware' in project 'CAAudioHardware'
        ➜ Explicit dependency on target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
    Target 'CAAudioHardware' in project 'CAAudioHardware'
        ➜ Explicit dependency on target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
    Target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
        ➜ Explicit dependency on target 'CoreAudioExtensions' in project 'CoreAudioExtensions'
    Target 'CoreAudioExtensions' in project 'CoreAudioExtensions' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0734bd406b7fdd38abe34bbb0ab16006
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0734bd406b7fdd38abe34bbb0ab16006.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
SwiftDriver CoreAudioExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreAudioExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreAudioExtensions (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
EmitSwiftModule normal arm64 (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for CoreAudioExtensions (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftDriver\ Compilation\ Requirements CoreAudioExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreAudioExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreAudioExtensions.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.abi.json (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CoreAudioExtensions
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreAudioExtensions.build/Debug-iphoneos/CoreAudioExtensions.build/Objects-normal/arm64/CoreAudioExtensions.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreAudioExtensions.swiftmodule/arm64-apple-ios.abi.json
SwiftDriver CAAudioHardware normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CAAudioHardware -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AudioValueRange+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftCompile normal arm64 Compiling\ AudioHardwareIOProcStreamUsageWrapper.swift,\ AudioObject.swift,\ AudioObjectPropertyData.swift,\ AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ AudioControl.swift,\ AudioDevice+ChannelNominalLineLevel.swift,\ AudioDevice+ClockSource.swift,\ AudioDevice+DataSource.swift,\ AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CAAudioHardware -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioControl.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+ChannelNominalLineLevel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+ClockSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+DataSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+HighPassFilterSetting.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioControl.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+ChannelNominalLineLevel.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+ClockSource.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+DataSource.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/AudioDevice+HighPassFilterSetting.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:19:19: error: cannot find type 'AudioObjectID' in scope
        init(_ objectID: AudioObjectID) {
                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:68:48: error: cannot find 'kAudioControlPropertyScope' in scope
        public static let scope = AudioObjectSelector(kAudioControlPropertyScope)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:462:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        init(_ value: AudioObjectPropertySelector) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:70:50: error: cannot find 'kAudioControlPropertyElement' in scope
        public static let element = AudioObjectSelector(kAudioControlPropertyElement)
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:76: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:76: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/AudioControl.swift:20:50: error: cannot find 'kAudioControlPropertyScope' in scope
                        PropertyScope(try getProperty(PropertyAddress(kAudioControlPropertyScope)))
                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:26: error: cannot find type 'AudioObjectPropertySelector' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:62: error: cannot find type 'AudioObjectPropertyScope' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:39:131: error: cannot find type 'AudioObjectPropertyElement' in scope
        public init(_ selector: AudioObjectPropertySelector, scope: AudioObjectPropertyScope = kAudioObjectPropertyScopeGlobal, element: AudioObjectPropertyElement = kAudioObjectPropertyElementMain) {
                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift:17:23: error: cannot find type 'AudioObjectPropertyAddress' in scope
        public init(_ value: AudioObjectPropertyAddress) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift:17:23: error: cannot find type 'AudioObjectPropertyScope' in scope
        public init(_ value: AudioObjectPropertyScope) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:20:18: error: missing argument label 'integerLiteral:' in call
                        PropertyScope(try getProperty(PropertyAddress(kAudioControlPropertyScope)))
                                      ^
                                      integerLiteral:
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:28:52: error: cannot find 'kAudioControlPropertyElement' in scope
                        PropertyElement(try getProperty(PropertyAddress(kAudioControlPropertyElement)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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/AudioControl.swift:28:20: error: missing argument label 'integerLiteral:' in call
                        PropertyElement(try getProperty(PropertyAddress(kAudioControlPropertyElement)))
                                        ^
                                        integerLiteral:
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:14:29: error: cannot find type 'AudioObjectID' in scope
        public final let objectID: AudioObjectID
                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:458:16: error: cannot find type 'AudioObjectPropertySelector' in scope
        let rawValue: AudioObjectPropertySelector
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:17:23: error: cannot find type 'AudioObjectPropertySelector' in scope
        public init(_ value: AudioObjectPropertySelector) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:46:38: error: no exact matches in call to initializer
                return hasProperty(PropertyAddress(PropertySelector(selector.rawValue)))
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:53:49: error: no exact matches in call to initializer
                return try isPropertySettable(PropertyAddress(PropertySelector(selector.rawValue)))
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:62:43: error: no exact matches in call to initializer
                try whenPropertyChanges(PropertyAddress(PropertySelector(selector.rawValue)), on: queue, perform: block)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:77:27: error: cannot find 'kAudioObjectUnknown' in scope
        precondition(objectID != kAudioObjectUnknown)
                                 ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:78:27: error: cannot find 'kAudioObjectSystemObject' in scope
        precondition(objectID != kAudioObjectSystemObject)
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:381:60: error: cannot find type 'AudioClassID' in scope
        static func getClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                                                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift:381:35: error: cannot find type 'AudioObjectID' in scope
        static func getClass(_ objectID: AudioObjectID) throws -> AudioClassID {
                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:83:7: error: cannot find 'kAudioControlClassID' in scope
        case kAudioControlClassID:
             ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:94:7: error: cannot find 'kAudioBooleanControlClassID' in scope
        case kAudioBooleanControlClassID:       return try makeBooleanControl(objectID)
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:95:7: error: cannot find 'kAudioLevelControlClassID' in scope
        case kAudioLevelControlClassID:         return try makeLevelControl(objectID)
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:96:7: error: cannot find 'kAudioSelectorControlClassID' in scope
        case kAudioSelectorControlClassID:      return try makeSelectorControl(objectID)
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:85:8: error: cannot find 'kAudioBooleanControlClassID' in scope
                case kAudioBooleanControlClassID:               return BooleanControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:86:8: error: cannot find 'kAudioLevelControlClassID' in scope
                case kAudioLevelControlClassID:                 return LevelControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:87:8: error: cannot find 'kAudioSelectorControlClassID' in scope
                case kAudioSelectorControlClassID:              return SelectorControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:88:8: error: cannot find 'kAudioSliderControlClassID' in scope
                case kAudioSliderControlClassID:                return SliderControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:89:8: error: cannot find 'kAudioStereoPanControlClassID' in scope
                case kAudioStereoPanControlClassID:     return StereoPanControl(objectID)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:85:45: error: 'BooleanControl' cannot be constructed because it has no accessible initializers
                case kAudioBooleanControlClassID:               return BooleanControl(objectID)
                                                                       ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:86:44: error: 'LevelControl' cannot be constructed because it has no accessible initializers
                case kAudioLevelControlClassID:                 return LevelControl(objectID)
                                                                       ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:87:47: error: 'SelectorControl' cannot be constructed because it has no accessible initializers
                case kAudioSelectorControlClassID:              return SelectorControl(objectID)
                                                                       ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:88:44: error: 'SliderControl' cannot be constructed because it has no accessible initializers
                case kAudioSliderControlClassID:                return SliderControl(objectID)
                                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:89:47: error: 'StereoPanControl' cannot be constructed because it has no accessible initializers
                case kAudioStereoPanControlClassID:     return StereoPanControl(objectID)
                                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:92:11: error: 'AudioControl' cannot be constructed because it has no accessible initializers
                        return AudioControl(objectID)
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift:116:37: error: cannot find type 'AudioObjectID' in scope
func makeBooleanControl(_ objectID: AudioObjectID) throws -> BooleanControl {
                                    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift:125:35: error: cannot find type 'AudioObjectID' in scope
func makeLevelControl(_ objectID: AudioObjectID) throws -> LevelControl {
                                  ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift:122:38: error: cannot find type 'AudioObjectID' in scope
func makeSelectorControl(_ objectID: AudioObjectID) throws -> SelectorControl {
                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift:99:10: error: 'AudioControl' cannot be constructed because it has no accessible initializers
                return AudioControl(objectID)
                       ^~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.ChannelNominalLineLevel' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct ChannelNominalLineLevel: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.ChannelNominalLineLevel, AudioDevice.ChannelNominalLineLevel) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:110:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioValueRange {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:122:47: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData(objectID: AudioObjectID, property: PropertyAddress, qualifier: PropertyQualifier? = nil) throws -> AudioStreamBasicDescription {
                                                     ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:189:65: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: Numeric>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                       ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:211:67: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<In, Out: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, translatingValue value: In, toType type: Out.Type = Out.self, qualifier: PropertyQualifier? = nil) throws -> Out {
                                                                         ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:23:88: error: cannot find 'kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:83:59: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: Numeric>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil, initialValue: T = 0) throws -> T {
                                                                 ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:98:61: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T: CFTypeRef>(objectID: AudioObjectID, property: PropertyAddress, type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> T {
                                                                   ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift:149:50: error: cannot find type 'AudioObjectID' in scope
        public static func getPropertyData<T>(objectID: AudioObjectID, property: PropertyAddress, elementType type: T.Type = T.self, qualifier: PropertyQualifier? = nil) throws -> [T] {
                                                        ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyChannelNominalLineLevelNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.ClockSource' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct ClockSource: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.ClockSource, AudioDevice.ClockSource) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:23:88: error: cannot find 'kAudioDevicePropertyClockSourceNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:30:88: error: cannot find 'kAudioDevicePropertyClockSourceKindForID' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceKindForID), scope: scope), translatingValue: id)
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift:30:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyClockSourceKindForID), scope: scope), translatingValue: id)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.DataSource' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.DataSource' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.DataSource' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.DataSource' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.DataSource' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.DataSource' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct DataSource: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.DataSource, AudioDevice.DataSource) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:23:88: error: cannot find 'kAudioDevicePropertyDataSourceNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:30:88: error: cannot find 'kAudioDevicePropertyDataSourceKindForID' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceKindForID), scope: scope), translatingValue: id)
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift:30:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyDataSourceKindForID), scope: scope), translatingValue: id)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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: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: 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:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift.BinaryInteger.==:2:20: 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:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
Swift._Pointer.==:2:31: 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.==:2:31: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
                              ^
Swift.StringProtocol.==:2:31: 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.==:2:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
                   ^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
                   ^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'AudioDevice.HighPassFilterSetting' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
                   ^
CoreFoundation._CFObject.==:2:20: 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: note: add stubs for conformance
        public struct HighPassFilterSetting: Equatable, Hashable, Sendable {
                      ^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(AudioDevice.HighPassFilterSetting, AudioDevice.HighPassFilterSetting) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:23:88: error: cannot find 'kAudioDevicePropertyHighPassFilterSettingNameForIDCFString' in scope
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyHighPassFilterSettingNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift:23:71: error: no exact matches in call to initializer
                                try getPropertyData(objectID: deviceID, property: PropertyAddress(PropertySelector(kAudioDevicePropertyHighPassFilterSettingNameForIDCFString), scope: scope), translatingValue: id, toType: CFString.self) as String
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:23:9: note: incorrect labels for candidate (have: '(_:)', expected: '(integerLiteral:)')
        public init(integerLiteral value: UInt32) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift:29:9: note: incorrect labels for candidate (have: '(_:)', expected: '(stringLiteral:)')
        public init(stringLiteral value: StringLiteralType) {
               ^
Swift.ExpressibleByExtendedGraphemeClusterLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(unicodeScalarLiteral:)')
public init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)}
       ^
Swift.ExpressibleByStringLiteral.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(extendedGraphemeClusterLiteral:)')
public init(extendedGraphemeClusterLiteral value: Self.StringLiteralType)}
       ^
SwiftCompile normal arm64 Compiling\ AudioAggregateDevice.swift,\ AudioBox.swift,\ AudioBufferListWrapper.swift,\ AudioChannelLayoutWrapper.swift,\ AudioClockDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ PropertyElement.swift,\ PropertyQualifier.swift,\ PropertyScope.swift,\ PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioAggregateDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBox.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioBufferListWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioChannelLayoutWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioClockDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+PlayThroughDestination.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+TransportType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioEndpointDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioHardwareIOProcStreamUsageWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObject.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioObjectPropertyData.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioPlugIn.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioProcess.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream+TerminalType.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioStream.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice+DriftCompensationQuality.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubdevice.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSubtap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTap.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/String+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+fourCC.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UInt32+hexString.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/UnfairLock.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/supplementaryOutputs-8 -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/CAAudioHardware_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CAAudioHardware -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyQualifier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyScope.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertySelector.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyElement.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyQualifier.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertyScope.o -index-unit-output-path /CAAudioHardware.build/Debug-iphoneos/CAAudioHardware.build/Objects-normal/arm64/PropertySelector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ SelectorControl+Item.swift,\ SelectorControl.swift,\ SliderControl.swift,\ StereoPanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SelectorControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/SliderControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/StereoPanControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
SwiftDriverJobDiscovery normal arm64 Compiling AudioChannelLayout+SFBExtensions.swift (in target 'CoreAudioExtensions' from project 'CoreAudioExtensions')
SwiftCompile normal arm64 Compiling\ AudioTransportManager.swift,\ BooleanControl.swift,\ LevelControl.swift,\ PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ AudioControl.swift,\ AudioDevice+ChannelNominalLineLevel.swift,\ AudioDevice+ClockSource.swift,\ AudioDevice+DataSource.swift,\ AudioDevice+HighPassFilterSetting.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioControl.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ChannelNominalLineLevel.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+ClockSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+DataSource.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioDevice+HighPassFilterSetting.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 Compiling\ PropertyElement.swift,\ PropertyQualifier.swift,\ PropertyScope.swift,\ PropertySelector.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyQualifier.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyElement.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyScope.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertySelector.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	SwiftCompile normal arm64 Compiling\ AudioTransportManager.swift,\ BooleanControl.swift,\ LevelControl.swift,\ PropertyAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/AudioTransportManager.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/BooleanControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/LevelControl.swift /Users/admin/builder/spi-builder-workspace/Sources/CAAudioHardware/PropertyAddress.swift (in target 'CAAudioHardware' from project 'CAAudioHardware')
	Building workspace spi-builder-workspace with scheme CAAudioHardware
(12 failures)
BUILD FAILURE 6.1 iOS