A new feature for Swift 5.3 is Package Manager Resources which allows files such as .md, .png, .jpg, .txt and…
Swift on Linux: What Kind of Applications Will I build?
The iOS Developer Community Survey has a section which asks respondents to rate their current adoption of Swift for building…
Read More Swift on Linux: What Kind of Applications Will I build?
Swift on Linux: SPM
The Swift Package Manager (SPM) is a tool for creating Swift applications and managing their dependencies. SPM supports Executable and…
Swift on Linux: REPL
Swift provides an interactive Read Eval Print Loop (REPL), which is accessed by typing swift at the command prompt. $…
Swift on Linux: Getting Started
Swift currently officially supports running on Ubuntu (16.04, 18.04, 20.04) and Red Hat derivatives (currently CentOS 8 and Amazon Linux…