Results 79 comments of Mike Ash

@master-bytes-krafter Could you post a full crash log? If you're getting this in the debugger, type `detach` at the `(lldb)` prompt and it should proceed with crashing and produce a...

We're trying to get the name for a tuple type. That requires getting the name for all the elements. That failed for one of the elements, and the code doesn't...

15 has the fix from https://github.com/swiftlang/swift/pull/71664 so that may be why it's no longer crashing for you.