swift-section

Parse Mach-O files to extract Swift metadata and type information

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for parsing mach-o files to obtain Swift information

Commands

swift-section

Examples

Extract Swift type information from a compiled binary$ swift-section /path/to/binary
Parse Swift metadata sections from an executable$ swift-section /usr/local/bin/myapp
Analyze Swift reflection data in a framework$ swift-section /path/to/Framework.framework/Framework