Xcode 15 Beta Bug? Breakpoints Duplicating/multiplying

In Xcode 15 Beta (5), I am noticing my breakpoints randomly seem to duplicate themselves multiple times for the exact same breakpoint. I have 3 targets in my project, and I wonder whether what I am experiencing is a bug related to that. Similarly, I also see duplicates of the same symbol in the symbol navigator. I've attached a screenshot of several identical breakpoints (in this case placed in some Objective C methods that relate to speech recognition).

I haven't seen this happen in Xcode 14, or at least as often.

Has anyone else experienced this and/or filed a bug report? I've tried deleting derivedData and the usual tricks.