Skip to content
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

Xcode15+ compiler warnings #142

Open
lonsky opened this issue Sep 5, 2023 · 0 comments
Open

Xcode15+ compiler warnings #142

lonsky opened this issue Sep 5, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lonsky
Copy link

lonsky commented Sep 5, 2023

Describe the bug
There are warnings in Xcode 15+:

  1. Generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6

  2. 'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead

Minimal reproduce-able code
Compile the project

Expected behavior
No warnings

Screenshots
image

Target version

  • iOS 15.0

Additional context

  • Xcode 15.0.1 (15A507)
  • MacOS Sonoma 14.1.1 (23B81)
  • Cocoapods integration
@lonsky lonsky changed the title Xcode15/Swift 6-related warning Xcode15 compiler warnings Nov 9, 2023
@lonsky lonsky changed the title Xcode15 compiler warnings Xcode15+ compiler warnings Nov 9, 2023
@lucaszischka lucaszischka added bug Something isn't working good first issue Good for newcomers labels Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants