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
In the new Xcode (12) there is a SwiftPM import warning.
In order to fix I think all you have todo is bump the version to iOS 9 in the Package.swift file.
If you are wanting to maintain backwards support I think you can make a new Package@swift-5.3.swift
In the new Xcode (12) there is a SwiftPM import warning.
In order to fix I think all you have todo is bump the version to iOS 9 in the
Package.swift
file.If you are wanting to maintain backwards support I think you can make a new
Package@swift-5.3.swift
KeychainAccess did something similar.
The text was updated successfully, but these errors were encountered: