How can I remove or ignore arguments from the swift compiler
问题 Im trying to use an older xcode toolchain (3.1) with my latest xcode version (10). Starting with a blank project and trying to build I get the following error. <unknown>:0: error: unknown argument: '-enable-batch-mode' <unknown>:0: error: unknown argument: '-enforce-exclusivity=checked' <unknown>:0: error: unknown argument: '-index-store-path' Command CompileSwiftSources failed with a nonzero exit code When I look at the compiler output I can clearly see these parameters being passed (cropped