Our project stopped building after updating to Xcode 14.3 with a bunch of cryptic "Trace/BPT trap: 5" errors.
Long story short, compiling this code crashes the Swift 5.8 compiler âšī¸
#swift #iosdev #xcode
@TomEstelrich Dirty fix: wrap the optional closure into an non-optional closure đ¤ˇââī¸
Also created a bug report on the Swift github repo.