I would like to prepare the environment for working with Swift on Ubuntu 16.04.
I installed Swift and Atom editor. I installed the Script package, which allows me to run code from the Atom editor.
Generally it is nice when I compile and run one file (Ctrl+Shift+B shortcut). The problem is when I would like to build a project composed of several files. Classes defined in the other files (not the one I compile) are not visible (compilation error).
Is it possible to configure the editor to compile and run the entire project? How to import external library, eg ObjectMapper ?