Xcode 16.3 does fix this debugger crash. But it caused a whole slew of new crashes in our app.
Mostly of these crashes end with: _dispatch_assert_queue_fail
We do have a mixed swift concurrency/dispatch queue codebase which could be related.
The most common cause I have found is posting to notification centre from a background thread. I am not able to reproduce this issue in an empty project though.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: