Build and Execute Swift Code#
With Noctule, you can build and execute your Swift programs.
Currently, two project types are supported:
- Swift Package Manager (SPM), with support for
swift build,swift runandswift test - Xcode projects, with support for
xcodebuildand deployment into a simulator