First off, thanks for a great lib. I really appreciate all the work that has gone into it. Now on to the issue. Some times I get a data race warning in Xcode 16.1. The warning is as follows: `Data race in Base.OAuth2Requestable.perform(request: Foundation.URLRequest, callback: (Base.OAuth2Response) -> ()) -> () at 0x126a339b0` Is this because I use the lib "wrong" or is it an issue with the lib?