logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Swift Projects - Build & Run Code | Online Free DevTools by Hexmos

Create Swift projects instantly with Swift. Build, run and manage your Swift code efficiently. Free online tool, no registration required.

swift

Create, run and build Swift projects. More information: https://swift.org.

  • Start a REPL (interactive shell):

swift repl

  • Execute a program:

swift {{file.swift}}

  • Start a new project with the package manager:

swift package init

  • Generate an Xcode project file:

swift package generate-xcodeproj

  • Update dependencies:

swift package update

  • Compile project for release:

swift build -c release

See Also