A project that compiles fine in Xcode 11 beta 3, cannot compile in beta 4 with errors in the pods:
<unknown>:0: error: unknown argument: '-Wno-shorten-64-to-32'
Command CompileSwiftSources failed with a nonzero exit code
The pod in question is Down, a Markdown library in Swift.
This is very similar to this other SO question but with a different "unknown argument":
error: unknown argument: '-Wno-shorten-64-to-32'
Any suggestions?