The GSI completion handlers use `callback` as the parameter selector for specifying completion handlers. `callback` is not one of the selectors included for automatic async method generation. See https://developer.apple.com/documentation/swift/calling_objective-c_apis_asynchronously If I manually change the selector in the GIDSignIn.h public header to `completion`, Xcode will auto-generate the API: 