The `-force-single-frontend-invocation` flag predates WMO and is now an
alias for `-whole-module-optimization`. We should use the latter and let
the former fade into history.
From the Swift documentation:
"If you define an optional variable without providing a default value,
the variable is automatically set to nil for you."