This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Swift version is set to "4", not "4.2" when creating projects in Xcode 10.1 #14
Labels
enhancement
New feature or request
When creating projects in Xcode 10.1, they end up as Swift "4" (4.0) in the Xcode build settings.
My best guess is that Xcode itself peeks into the Package.swift file and finds the
marker.
We should probably check the Xcode version at installation time, and patch our Package.swift files according to the version.
The text was updated successfully, but these errors were encountered: