I'm having the same issue with a UITabBarController subclass and overriding selectedIndex, and bridging that subclass back to Objc:
Property type 'NSInteger' (aka 'long') is incompatible with type 'NSUInteger' (aka 'unsigned long') inherited from 'UITabBarController'
Bridging issue still persists in Xcode 15 Beta 2