swift-stdlib-tool is missing in Xcode 8.3 Beta 2

Originator:kpa
Number:rdar://30928516 Date Originated:08-Mar-2017 10:21 PM
Status:Duplicate of 30908629 Resolved:Closed
Product:Developer Tools Product Version:8.3 Beta 2
Classification:Crash/Hang/Data Loss Reproducible:Always
 
This is a duplicate of rdar://30491233

Summary:
As of Xcode 8.3b2, the built-in Swift toolchain does not contain swift-stdlib-tool utility. It's being used in the Bazel build system to copy the required Swift runtime libraries and is not open-sourced or available otherwise.

Can you please keep it there?

Steps to Reproduce:
Install Xcode 8.3 Beta 2, then run

$ xcrun -f swift-stdlib-tool
xcrun: error: unable to find utility "swift-stdlib-tool", not a developer tool or in PATH

Expected Results:
A path to the binary, e.g.

$ xcrun -f swift-stdlib-tool
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-stdlib-tool

Actual Results:


Version:
Xcode Version 8.3 beta 2 (8W120l)

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!