Skip to main content

Swift is finally supported!

· One min read
LucaVmu
Website Maintainer and Manager

You read that right Nyxian now supports Swift and SwiftUI!

Since the newest release "Avis" (v0.10), you can write, compile, and run Swift code directly inside Nyxian. This is not done through interpretation or any kind of emulation layer. Nyxian uses real Swift compilation with the Swift toolchain and libraries.

That means your code is actually compiled just like it would be on a native system, giving you accurate behavior, proper performance characteristics and full compatibility with Swift’s language features. No shortcuts, no fake runtime, just real Swift.

SwiftUI is supported as well, allowing you to experiment with modern UI development directly within Nyxian.

This is a big step forward, and there’s more to come.