Swift Demangler This is a cool tool which translates Swift symbols, (e.g. _TtP3foo3bar_) into a human-readable form (e.g. foo.bar). This might come in useful when analyzing crash reports. Posted on January 7, 2018 #tools #demangle