In our project we use these flags:
OTHER_SWIFT_FLAGS = "-driver-time-compilation -Xfrontend -debug-time-compilation -Xfrontend -debug-time-function-bodies -Xfrontend -debug-time-expression-type-checking";
After Xcode updating from 12.4 to 12.5.1 we started receiving error :
<unknown>:0: error: unknown argument: '-debug-time-compilation' Command CompileSwift failed with a nonzero exit code
What could be the problem?