Software Alternatives & Reviews

Writing and Running Swift Code without Xcode on Mac and Windows

Visual Studio Community Homebrew
  1. Try our free, fully-featured, and extensible IDE for creating modern developer apps for Windows, Android, & iOS. Download Community for free today!
    First, you'll need Visual Studio Community (at the time of writing this blogpost, Visual Studio 2022 is the most recent version). Get it via winget install --id=Microsoft.VisualStudio.2022.Community -e , or directly via Visual Studio Community if you don't have winget installed. Winget (winget) is a package manager for Windows like chocolatey and scoop. They have been compared numerous times.

    #Text Editors #Developer Tools #Open Source 143 social mentions

  2. The missing package manager for macOS
    Pricing:
    • Open Source
    Firstly, install Xcode or the Xcode command line tools. I recommend installing the package manager brew (homebrew). It installs Xcode command line tools for you and comes in handy when you install software that's not in the App Store (and even if it is!).

    #Package Manager #Windows Tools #Front End Package Manager 877 social mentions

Discuss: Writing and Running Swift Code without Xcode on Mac and Windows

Log in or Post with