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
The clang compiler that debuted with Swift 1.2 introduces some new nullability annotations to Objective-C that are intended to improve Swift interoperability.
Adopting these annotations will not only make it easier to use this Mockingbird code from Swift, it will make it possible for the static analyzer to detect additional types of programming errors.
The text was updated successfully, but these errors were encountered:
The clang compiler that debuted with Swift 1.2 introduces some new nullability annotations to Objective-C that are intended to improve Swift interoperability.
Adopting these annotations will not only make it easier to use this Mockingbird code from Swift, it will make it possible for the static analyzer to detect additional types of programming errors.
The text was updated successfully, but these errors were encountered: