In Xcode 7 GM I started to get this warning:
Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
Go to Build Settings
Make sure you are viewing the "All" tab not "Basic" or "Customized"
Search for the field Other Warning Flags.
Add the following flag: -Wno-nullability-completeness
.
Now clean and build (⇧⌘K then ⌘R)
Quit Xcode and re-open it (Don't skip this step!)
Note: It can take a few seconds for the warnings to go away even after you finish building and relaunching Xcode, for me it takes about 15 seconds for Xcode to fully update.