We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: 'sqlite.swift': Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version 5 | name: "SQLite.swift", 6 | platforms: [ 7 | .iOS(.v11), | `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version 8 | .macOS(.v10_13), 9 | .watchOS(.v4),
(same for tvOS)
Should look to bump the version to at least iOS 12 - unless there is good reason to keep iOS 11 support.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(same for tvOS)
Should look to bump the version to at least iOS 12 - unless there is good reason to keep iOS 11 support.
The text was updated successfully, but these errors were encountered: