We're using the React Native SDK and our latest builds are failing with the following error: ``` ❌ (node_modules/@iterable/react-native-sdk/ios/RNIterableAPI/ReactIterableAPI.swift:651:1) 649 | } 650 | > 651 | extension ReactIterableAPI: IterableAuthDelegate { | ^ type 'ReactIterableAPI' does not conform to protocol 'IterableAuthDelegate' 652 | func onAuthTokenRequested(completion: @escaping AuthTokenRetrievalHandler) { 653 | ITBInfo() 654 | ``` Perhaps a regression from an earlier issue: https://github.com/Iterable/swift-sdk/issues/616