Apart from the usual suspect of "modern" UI designers needlessly changing stuff to justify their job, it is my personal opinion that the SwiftUI framework is one of the root causes of Apple's piss-poor software UX and performance. For anything apart from very simple bog-standard views, that framework becomes bewildering with a high cognitive burden and simply does not scale well when any kind of customization is needed.
Also compiler performance - People get fed up of "The compiler could not type check the expression in reasonable time" and just say fsck-it and ship broken stuff.
It is one of the reasons that now >40% of apps on iOS/MacOS now use other frameworks - and that percentage is steadily climbing. (I think that number has already crossed 50% recently).
Apple needs to re-invent their UI framework from scratch. Plain old-school MVC worked better.