I’m new to sonarCloud.
I’m trying to scan my Swift project located on Bitbucket and I get the following error:
Unhandled ambiguity in NIL_COALESCING_OPERATION grammar rule, line 101
98: let responseDictionary = try? JSONSerialization.jsonObject(with: responseData, options: []) as? [String: Any]
99: if (responseDictionary != nil)
100: {
101: if (responseDictionary??["error"] != nil)
^
Any clues ??