<div><font>Hi:</font></div><div>I'm currently using the .TBDs shipped with Xcode 12.5.</div><div><br></div><div>Running ``llvm-nm /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd``</div><div><br></div><div>only prints the symbols listed in the first "slice" of the tbd file:</div><div><br></div><div>```</div><div><div>➜  LLVMRelease bin/llvm-nm /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libSystem.B.tbd</div><div><br></div><div>/usr/lib/libSystem.B.dylib (for architecture armv7):</div><div>00000000 S ___System_BVersionNumber</div><div>00000000 S ___System_BVersionString</div><div>00000000 S ___crashreporter_info__</div><div>00000000 S _libSystem_atfork_child</div><div>00000000 S _libSystem_atfork_parent</div><div>00000000 S _libSystem_atfork_prepare</div><div>00000000 S _mach_init_routine</div><div><br></div><div>/usr/lib/libSystem.B.dylib (for architecture armv7s):</div><div>00000000 S ___System_BVersionNumber</div><div>00000000 S ___System_BVersionString</div><div>00000000 S ___crashreporter_info__</div><div>00000000 S _libSystem_atfork_child</div><div>00000000 S _libSystem_atfork_parent</div><div>00000000 S _libSystem_atfork_prepare</div><div>00000000 S _mach_init_routine</div><div><br></div><div>/usr/lib/libSystem.B.dylib (for architecture arm64):</div><div>0000000000000000 S ___crashreporter_info__</div><div>0000000000000000 S _libSystem_atfork_child</div><div>0000000000000000 S _libSystem_atfork_parent</div><div>0000000000000000 S _libSystem_atfork_prepare</div><div>0000000000000000 S _mach_init_routine</div><div><br></div><div>/usr/lib/libSystem.B.dylib (for architecture arm64e):</div><div>0000000000000000 S ___crashreporter_info__</div><div>0000000000000000 S _libSystem_atfork_child</div><div>0000000000000000 S _libSystem_atfork_parent</div><div>0000000000000000 S _libSystem_atfork_prepare</div><div>0000000000000000 S _mach_init_routine</div></div><div>```</div><div><br></div><div>The remaining slices of the tbd file seems to be unparsed / unhandled by LLVM's Tapi facility. Is this intended or should I open a issue at bugzilla?</div><div>What's the intended TapiParser library to use?</div><div><br></div><div>I've uploaded the tbd file to https://gist.github.com/Naville/cd24dc26d8e5f770ddceb30d125d86b9 in case anyone needs to reproduce this</div><div><br></div><div><br></div><div>Zhang</div><div><includetail><!--<![endif]--></includetail></div>