Skip to content

Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version #1314

New issue

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

Open
ollieatkinson opened this issue May 8, 2025 · 0 comments

Comments

@ollieatkinson
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant