Can you use SwiftUI on Linux?

SwiftUI on your platform OpenSwiftUI provides the API — other projects can implement the actual rendering of UI elements for different platforms like Linux, Windows, Embedded, and many more . SwiftUIEmbedded is one of the first projects that make use of OpenSwiftUI (Demo).

Read more

What devices can run SwiftUI?

SwiftUI runs on iOS 13, macOS 10.15, tvOS 13, and watchOS 6, or any future later versions of those platforms . This means if you work on an app that must support iOS N-1 or even N-2 – i.e., the current version and one or two before that – then you will be limited in terms of the features you can offer.

Read more