plugins/swift: Add minimal swift project support.
Based on the golang plugin.
Just had to add
ide_run_command_set_can_default (run_command, TRUE);
to the RunCommandProvider, as otherwise the project would only be built, if the "Run"-Button was pressed