xcodebuild -showsdks can be noticeably slow. On my system, a warmed up invocation takes ~400 ms, and when switching to a new Xcode toolchain, it can take as long as 9 sec. We only need the list of SDKs available, not any information about their contents, and that can be found by enumerating the SDK directories in the current developer dir.
Pull request: https://github.com/WebKit/WebKit/pull/2784
<rdar://problem/97674528>
Committed 253224@main (c6027549fd07): <https://commits.webkit.org/253224@main> Reviewed commits have been landed. Closing PR #2784 and removing active labels.