[swift-users] Swift metadata formats
    Joe Groff 
    jgroff at apple.com
       
    Tue Jan 19 17:38:47 CST 2016
    
    
  
> On Jan 19, 2016, at 2:53 PM, Dmitry Shevchenko via swift-users <swift-users at swift.org> wrote:
> 
> Hello,
> 
> Is there a tool or format description for .swiftmodule and .swiftdoc files generated by the compiler?
Both formats are based on LLVM's bitcode infrastructure. Tools from the LLVM suite like llvm-bcanalyzer can be used to analyze the files.
-Joe
    
    
More information about the swift-users
mailing list