The Mac/BSD version of `ar` does not support the -V flag. This flag is used unconditionally in OptionsCommon.cmake when trying to determine if the installed `ar` supports the thinning of archives, leading to a "usage" message being emitted on macOS. Avoid this message by capturing the error-output. Examine the output to see if it's a "usage" message. If so, then treat the `ar` as one that does not support thinning. Any other error-output is printed as a warning. If there is no error-output, continue processing as normal.
<rdar://problem/70735674>
Created attachment 412455 [details] Patch
Committed r269076: <https://trac.webkit.org/changeset/269076> All reviewed patches have been landed. Closing bug and clearing flags on attachment 412455 [details].