It appears that workspace builds have broken the dSYMs we rely on for lldb testing. This is likely because buildbot sets `CLANG_DEBUG_INFORMATION_LEVEL=line-tables-only`, and relies on our build scripts to transparently filter it out when building lldbWebKitTester.xcodeproj: https://github.com/WebKit/WebKit/blob/1d790304418a4b511024434f1f2b4f66dbb7c503/Tools/Scripts/webkitdirs.pm#L2111-L2121 Now that we build with a single xcodebuild invocation, the setting is not filtered out when it's supposed to be.
Pull request: https://github.com/WebKit/WebKit/pull/1692
Committed 251808@main (1b9d28989fea): <https://commits.webkit.org/251808@main> Reviewed commits have been landed. Closing PR #1692 and removing active labels.
<rdar://problem/95817071>
lldb-webkit-test is green once again: https://build.webkit.org/#/builders/70/builds/10382