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
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
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.