@andypiper
Also Confirmed same issue by TWTRAPIClient.sendTweet method that introduced in TwitterKit 3
Here is the reproducible code:
// client is TWTRAPIClient
client.sendTweet(withText: "^") { (tweet, err) -> Void in
if err != nil {
print("Error: \(String(describing: err))")
}
}