Describing SwiftUI and AppKit as "layout framework" is kind of weird

Maybe using “UI framework”?

thanks @kylinroc and welcome to Forums! Apple has describe its frameworks in many ways, and that is because it is many things, among them UI frameworks. The underlying difference between SwiftUI and AppKit is among several things, the way layout is handled: one is declarative (SwiftUI), the other contains support for multiple layout methods.