SwiftUI Version

Apple Recommended

Replies

The changes/additions to SwiftUI are only going to be available on iOS 14 and beyond.

If you look at the list here, you can look for the items marked Beta, which are a part of the new SwiftUI additions and are only available on iOS 14 and beyond.


SwiftUI is a Framework as stated here. And also everything Jake said. You'll need the new Xcode for these things.
Thanks for all the replies. It's unfortunate that like the other frameworks it's tied to the os version. Since it is an independent framework it would be nice if this could be deployed with the app similar to how Swift libraries were done. One of the frustrating things now is how long before new features, and in the case of something new like SwiftUI, bug fixes, can be adopted by users. Even when iOS14 is available in the Fall, it will be some time before a critical mass of users install it.
Unfortunately I doubt SwiftUI’s performance would be possible if it was a “normal” framework that is independent of the OS. Also it probably relies on the specific UIKit version that ships with the OS release.
Wouldn't it be mutual benefit if Apple made it open source? New Views will be delivered faster without waiting 1 year for a few new ones. The community will come up together with better usage and better approaches helping apple engineers. Support of the community is vital because developers use it in different type of apps and with different approaches. Apple team can't cover all the cases, an app should be more complex than Fruta to understand developers' pain and which direction SwiftUI is better to develop in. If you do if for the devs, please let us help you.