XCode console flooded with "Invalid timestamps for HID response delay" messages on a hello world app
I tried searching for this online but didn't find anything.
When I try to run even a hello world macos application in xcode (either SwiftUI or StoryBoard), any time I click anywhere in the application or interact with it, my console is flooded with messages like:
2021-08-01 09:57:48.575640-0500 HelloWorld[9844:2776635] Invalid timestamps for HID response delay: 195661309279250 to 4695871459551
2021-08-01 09:57:48.653458-0500 HelloWorld[9844:2776635] Invalid timestamps for HID response delay: 195661387231958 to 4695873326819
Is my system somehow misconfigured, or is this a bug with xcode?
I'm on MacOS 11.5 and using XCode version 13.0 beta 4 (13A5201i) on a 2020 M1 Macbook Pro.