jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.15k stars 1.73k forks source link

osx insert '_Nonnull' if the pointer should never be null #1019

Closed billtlee closed 3 years ago

billtlee commented 3 years ago

Hi,

I am trying to get this working on osx. However, I am getting a lot of errors. Do you know what might be causing these errors? Thanks in advance!

/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265:42: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:28: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:47: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:59: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:276:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:37: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nullable' if the array parameter may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296:24: note: insert '_Nonnull' if the array parameter should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:312:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316:21: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:319:23: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:320:57: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323:18: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331:64: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:51: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:332:65: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:335:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:336:57: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:20: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339:64: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:37: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:51: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:340:65: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:21: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349:6: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:21: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:34: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352:35: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:22: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:35: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354:36: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer should never be null In file included from ../../../go/pkg/mod/github.com/jamesruan/sodium@v0.0.0-20181216154042-9620b83ffeae/utils.go:7: In file included from /usr/local/include/sodium.h:30: In file included from /usr/local/include/sodium/crypto_onetimeauth.h:6: In file included from /usr/local/include/sodium/crypto_onetimeauth_poly1305.h:12: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:64: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null In file included from ../../../go/pkg/mod/github.com/jamesruan/sodium@v0.0.0-20181216154042-9620b83ffeae/utils.go:7: In file included from /usr/local/include/sodium.h:30: In file included from /usr/local/include/sodium/crypto_onetimeauth.h:6: In file included from /usr/local/include/sodium/crypto_onetimeauth_poly1305.h:12: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:41: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:41: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:55: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:386:55: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:387:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:387:44: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:387:44: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:388:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:388:41: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:388:41: note: insert '_Nonnull' if the pointer should never be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384:6: note: insert '_Nullable' if the pointer may be null /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384:6: note: insert '_Nonnull' if the pointer should never be null

jedisct1 commented 3 years ago

Looks like what you are trying to compile is a different project (something in Go?) and the error is in a compiler header.

Try to get the following program to compile first:

#include <stdio.h>

int main(void)
{
    puts("Hello world");
    return 0;
}

You will probably see the same message.

A Google search for that message yields quite a lot of results (e.g. first one).

This seems to be usually caused by a different compiler having install its own headers in /usr/local/include. So, make sure that you don't have conflicting compilers globally installed on your system.