You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Swift CI Versions to 5.1.5 and 5.2
Updates the CI so that the official version of Swift is 5.1.5, while also building 5.2 in planning for later migration.
"./install.sh update" should use tags
Instead of always syncing to the head, this command should sync to the latest tag. This will make it a bit easier to merge work back into master without exposing it to users as a byproduct.
Make Mac Travis Build Faster
Telling Travis that it is swift makes it take about 4 times as long as it pokes things like the iOS simulator we don’t care about. We just need the ‘swift’ command which is already in the Xcode images.