Set of scripts for building swift environment for android. libdispatch and foundation scripts based on https://github.com/gonzalolarralde/swifty-robot-environment
Install vagrant from https://www.vagrantup.com/
Each command should be invoked in repository root
You can define VAGRANT_SHARED_FOLDER environment variable before vagrat up to mount some specific folder on host to guest ~/shared
Download and provision image
vagrant up
Connect to vm
vagrant ssh
Required shared libraries collected to ~/libs on guest and project_dir/libs on host