Why some SwiftUI views have body = Swift.Never

I’d speculate that AnyView will provide view information via other (internal) channel. Since body must have a type, having it again be AnyView wouldn’t work. Returning AnySubview will much get us back to where we started. Likely it’d directly be using the layout mechanism underneath.