Should awakeFromNib() be manually marked as @MainActor?

Searching forums, I found @bjhomer already asked below a year ago - [Pitch] Global actors - #4 by bjhomer

And @Douglas_Gregor replied.

So, it wasn't used for those UIKit methods as of Xcode 13.3... seems the case.

Since it's UIKit stuff, maybe it's not something we should discuss here but this is extremely unfortunate because the concurrency warning flag is practically unusable for its main purpose when it produces hundreds of warnings because of those override methods :disappointed: