Xcode 13.3 magically changing a function call into a property access
Overnight, my Xcode got updated to 13.3. Since then, I am getting an error while compiling. I have a method, which is now called xxxxasdfxxxx(). It appears in the last line of an if statement. For example: if let state…