Here is my code ``` try await recorder.start( target: .audioOnly, options: Aperture.RecordingOptions( destination: fileURL, losslessAudio: true, recordSystemAudio: true, microphoneDeviceID: "BuiltInHeadphoneInputDevice", ) ) ``` Here is error: <img width="1374" alt="Image" src="https://github.com/user-attachments/assets/35007869-5352-4594-b399-9a4db52a9530" />