Typecasting doesn't work in XCode Version 14.0 (14A309) on MacOS Ventura (13.0 Beta 22A5358e)

I'm working on one of our apps where we have custom NSView class called VLTutorialView. This class has been used as type for contentView of one of the windows. It's been set in both UI as well as the outlet specifies the class as VLTutorialView.

However, even after the typecasting as shown as in the screenshot, the class of contentView is NSView and not the required VLTutorialView. Has this issue been observed previously? Any insight would be helpful, and open for queries.

This issue exists only with Ventura OS. Monterey OS (MacOS 12.x) and below do not have this. I'm using an iMac (3GHz 6-Core Intel i5, Retina 4K, 2019).

Typecasting doesn't work in XCode Version 14.0 (14A309) on MacOS Ventura (13.0 Beta 22A5358e)
 
 
Q