Can't find or decode availabilityDetailedInfo warning when start editing textField

Whenever I start editing TextField or while editing TextField, Xcode shows this worning, and takes a few seconds to show the keyboard. There is no 'availabilityDetailedInfo' in my source code, and I could not find similar errors on the internet.

Can't find or decode availabilityDetailedInfo
unavailableReasonsHelper: Failed to get or decode availabilityDetailedInfo
Can't find or decode reasons
unavailableReasonsHelper: Failed to get or decode unavailable reasons as well
Can't find or decode availabilityDetailedInfo
unavailableReasonsHelper: Failed to get or decode availabilityDetailedInfo
Can't find or decode reasons
unavailableReasonsHelper: Failed to get or decode unavailable reasons as well

getting the same issue on XCode 16. tried with swiftui and uikit and got the same issue with the textfield lagging when tapped.

so i did some digging and it seems like the lag appears as a result of a bug in the xcode debug process, and as a result, running the app straight from my iphone doesnt produce the lagging bug.

try it out yourself. manually close the app and then launch it straight from your device, you shouldn't get the lag again. it's not a complete solution but it should ease some anxiety, i know it did for me.

I've seen the same lagging in my app while debugging.

I checked the Console app and saw that the error messages were generated from a "com.apple.GenerativeModels" library (category "availability") whenever a single key was tapped.

The error messages are generated even when the app is not started from Xcode.

I'm getting the same lag and warnings when opening any TextField, both when running from Xcode and from the device.

This is happening across multiple projects.

In one project, it also seems to affect all instances of an unrelated UIViewRepresentable, which gets an unexpected layout change every time (and only when) these warnings pop up.

Can't find or decode availabilityDetailedInfo warning when start editing textField
 
 
Q