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
Swift now considers previously correct code incorrect. This regards two lazy vars in this library that are marked with @available(iOS 13.0, *).
lazy var
@available(iOS 13.0, *)
The StackOverflow answer details a possible solution. I have also linked the Swift commit which changes the behavior.
https://stackoverflow.com/a/51250282/1390727 swiftlang/swift#41112
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Swift now considers previously correct code incorrect. This regards two
lazy var
s in this library that are marked with@available(iOS 13.0, *)
.The StackOverflow answer details a possible solution. I have also linked the Swift commit which changes the behavior.
https://stackoverflow.com/a/51250282/1390727
swiftlang/swift#41112
The text was updated successfully, but these errors were encountered: