swift-stdlib-tool

Hello,

It looks like Xcode 8.3b2 removed the swift-stdlib-tool binary. It's a very
useful tool that we use to copy required Swift runtime libraries in Bazel
build system.

The tool is still there in Beta 1, so I wonder it was removed by mistake in
Beta 2?
If that was intentional, can we ask to open source this tool?

Thanks!

Not that this helps, but it looks like this was moved into Xcode as an
xcspec definition.

For reference that can be found at:

Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/-
Library/Xcode/Plug-
ins/XCLanguageSupport.xcplugin/Contents/Resources/swift-stdlib-
tool.xcspec

···

--

Keith Smiley

On Mon, Feb 13, 2017, at 06:24, Dmitry Shevchenko via swift-dev wrote:

Hello,

It looks like Xcode 8.3b2 removed the swift-stdlib-tool binary. It's a
very useful tool that we use to copy required Swift runtime libraries
in Bazel build system.

The tool is still there in Beta 1, so I wonder it was removed by
mistake in Beta 2?
If that was intentional, can we ask to open source this tool?

Thanks!

_________________________________________________

swift-dev mailing list

swift-dev@swift.org

https://lists.swift.org/mailman/listinfo/swift-dev

And it looks like this script will stop working with 8.3 release
https://github.com/apple/swift/blob/master/utils/swift-stdlib-tool-substitute

···

On Mon, Feb 13, 2017 at 9:24 AM Dmitry Shevchenko <dmishe@google.com> wrote:

Hello,

It looks like Xcode 8.3b2 removed the swift-stdlib-tool binary. It's a
very useful tool that we use to copy required Swift runtime libraries in
Bazel build system.

The tool is still there in Beta 1, so I wonder it was removed by mistake
in Beta 2?
If that was intentional, can we ask to open source this tool?

Thanks!