Some unusual warning Xcode 12.5, iOS 14

Hi guys, how are you?
I’m working on my next app and using the date picker as a component. It was working fine till I upgraded to latest Xcode. Then started getting this error: UIDatePicker 0x12151d680 is being laid out below its minimum width of 280. So changed to ‘wheels’ option and it works. Don’t know why. Maybe a bug with new Xcode?

Also got some other weird warnings in other parts of the app FYI:

[plugin] AddInstanceForFactory: No factory registered for id

Two core data messages:

coredata message: [WindowServer] display_timer_callback: unexpected state & CoreData: annotation: PostSaveMaintenance: fileSize 9830352 greater than prune threshold CoreData: annotation: PostSaveMaintenance: wal_checkpoint(TRUNCATE) .

Another unusual error/warning:
AddInstanceForFactory: No factory registered for id

Also kept getting this:
UIViewAlertForUnsatisfiableConstraints
checked documentation, set the property to false in some view controllers, ( var translatesAutoresizingMaskIntoConstraints = false) warning seems to disappear.

Any idea why these happen? Thank you!

Xcode 12.5 or 12.5.1?

12.5.1 Chris. They are not errors or warnings, as the project runs fine on all devices. They are just messages that appear in the debit panel, and some I don’t again at all on re-run. Could be Xcode issue? Thanks!