There is a known issue with Cocoapods and Xcode 11 Beta 4 where inhibit_all_warnings!
causes arguments to be set for Swift which do not compile. Removing this inhibit resolves the issue, and Swift warnings can be inhibited with SWIFT_SUPPRESS_WARNINGS = YES
on targets instead.