Is there an LLDB command that can cast a raw address into a usable Swift class?
For example:
(lldb) po 0x7df67c50 as MKPinAnnotationView
Objective-C version
po ((MKPinAnnotationView *)0x7df67c50).alpha