Install fails with Python 3.6.8 (Pyenv) on MacOs 10.14
See original GitHub issueI’m using Pyenv, system’s version is Python 2.7.10 Install works like a charm using:
- 2.7.10 both globally and in virtual environnement
- 3.5.7 in virtualenv
- 3.7.3 in virtualenv
When installing using 3.6.8 in a clean virtualenv, install fails, please find log below.
2019-07-03T15:30:14 Created temporary directory: /private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-record-yfydsfiz
2019-07-03T15:30:14 Running command /Users/julienkieffer/venv/bin/python3.6 -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-install-kb6l3nke/pycares/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-record-yfydsfiz/install-record.txt --single-version-externally-managed --compile --install-headers /Users/julienkieffer/venv/include/site/python3.6/pycares
2019-07-03T15:30:14 running install
2019-07-03T15:30:14 running build
2019-07-03T15:30:14 running build_py
2019-07-03T15:30:14 creating build
2019-07-03T15:30:14 creating build/lib.macosx-10.14-x86_64-3.6
2019-07-03T15:30:14 creating build/lib.macosx-10.14-x86_64-3.6/pycares
2019-07-03T15:30:14 copying src/pycares/errno.py -> build/lib.macosx-10.14-x86_64-3.6/pycares
2019-07-03T15:30:14 copying src/pycares/_version.py -> build/lib.macosx-10.14-x86_64-3.6/pycares
2019-07-03T15:30:14 copying src/pycares/__init__.py -> build/lib.macosx-10.14-x86_64-3.6/pycares
2019-07-03T15:30:14 copying src/pycares/utils.py -> build/lib.macosx-10.14-x86_64-3.6/pycares
2019-07-03T15:30:14 copying src/pycares/__main__.py -> build/lib.macosx-10.14-x86_64-3.6/pycares
2019-07-03T15:30:14 running build_ext
2019-07-03T15:30:14 generating cffi module 'build/temp.macosx-10.14-x86_64-3.6/_cares.c'
2019-07-03T15:30:14 creating build/temp.macosx-10.14-x86_64-3.6
2019-07-03T15:30:14 building '_cares' extension
2019-07-03T15:30:14 creating build/temp.macosx-10.14-x86_64-3.6/build
2019-07-03T15:30:14 creating build/temp.macosx-10.14-x86_64-3.6/build/temp.macosx-10.14-x86_64-3.6
2019-07-03T15:30:14 creating build/temp.macosx-10.14-x86_64-3.6/deps
2019-07-03T15:30:14 creating build/temp.macosx-10.14-x86_64-3.6/deps/c-ares
2019-07-03T15:30:14 creating build/temp.macosx-10.14-x86_64-3.6/deps/c-ares/src
2019-07-03T15:30:14 clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -I/Users/julienkieffer/.pyenv/versions/3.6.8/include/python3.6m -Ideps/c-ares/src -Ideps/c-ares/src/config_darwin -c build/temp.macosx-10.14-x86_64-3.6/_cares.c -o build/temp.macosx-10.14-x86_64-3.6/build/temp.macosx-10.14-x86_64-3.6/_cares.o
2019-07-03T15:30:14 In file included from build/temp.macosx-10.14-x86_64-3.6/_cares.c:28:
2019-07-03T15:30:14 In file included from /Users/julienkieffer/.pyenv/versions/3.6.8/include/python3.6m/Python.h:25:
2019-07-03T15:30:14 In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:64:
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 unsigned char *_base;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 unsigned char *_base;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 unsigned char *_base;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nullable _read) (void *, char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nullable _read) (void *, char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nullable _read) (void *, char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nullable _read) (void *, char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nullable _read) (void *, char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nullable _read) (void *, char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 fpos_t (* _Nullable _seek) (void *, fpos_t, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 fpos_t (* _Nullable _seek) (void *, fpos_t, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 fpos_t (* _Nullable _seek) (void *, fpos_t, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nullable _write)(void *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nullable _write)(void *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nullable _write)(void *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nullable _write)(void *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nullable _write)(void *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nullable _write)(void *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 struct __sFILEX *_extra; /* additions to FILE to not break ABI */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 struct __sFILEX *_extra; /* additions to FILE to not break ABI */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 struct __sFILEX *_extra; /* additions to FILE to not break ABI */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 In file included from build/temp.macosx-10.14-x86_64-3.6/_cares.c:28:
2019-07-03T15:30:14 In file included from /Users/julienkieffer/.pyenv/versions/3.6.8/include/python3.6m/Python.h:25:
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 extern FILE *__stdinp;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 extern FILE *__stdinp;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 extern FILE *__stdinp;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:390:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nullable)(void *, const char *, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:390:41: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nullable)(void *, const char *, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:390:41: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nullable)(void *, const char *, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:390:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nullable)(void *, const char *, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:390:55: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nullable)(void *, const char *, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:390:55: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nullable)(void *, const char *, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:391:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 fpos_t (* _Nullable)(void *, fpos_t, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:391:44: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 fpos_t (* _Nullable)(void *, fpos_t, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:391:44: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 fpos_t (* _Nullable)(void *, fpos_t, int),
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:392:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nullable)(void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:392:41: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nullable)(void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:392:41: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nullable)(void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:388:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 FILE *funopen(const void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:388:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 FILE *funopen(const void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:388:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 FILE *funopen(const void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 In file included from build/temp.macosx-10.14-x86_64-3.6/_cares.c:28:
2019-07-03T15:30:14 In file included from /Users/julienkieffer/.pyenv/versions/3.6.8/include/python3.6m/Python.h:34:
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 double atof(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 double atof(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 double atof(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int atoi(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int atoi(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int atoi(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 long atol(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 long atol(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 long atol(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 atoll(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 atoll(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 atoll(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t __width, int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t __width, int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t __width, int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t __width, int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t __width, int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t __width, int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *bsearch(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *getenv(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *getenv(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *getenv(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *getenv(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *getenv(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *getenv(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int mblen(const char *__s, size_t __n);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int mblen(const char *__s, size_t __n);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int mblen(const char *__s, size_t __n);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void qsort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void qsort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void qsort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 double strtod(const char *, char **) __DARWIN_ALIAS(strtod);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 float strtof(const char *, char **) __DARWIN_ALIAS(strtof);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 long strtol(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtold(const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoll(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoul(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoull(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int system(const char *) __DARWIN_ALIAS_C(system);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int system(const char *) __DARWIN_ALIAS_C(system);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int system(const char *) __DARWIN_ALIAS_C(system);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int wctomb(char *, wchar_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int wctomb(char *, wchar_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int wctomb(char *, wchar_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 long a64l(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 long a64l(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 long a64l(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.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]
2019-07-03T15:30:14 double erand48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null
2019-07-03T15:30:14 double erand48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null
2019-07-03T15:30:14 double erand48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *gcvt(double, int, char *); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *gcvt(double, int, char *); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *gcvt(double, int, char *); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *gcvt(double, int, char *); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *gcvt(double, int, char *); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *gcvt(double, int, char *); /* LEGACY */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int getsubopt(char **, char * const *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.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]
2019-07-03T15:30:14 long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null
2019-07-03T15:30:14 long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null
2019-07-03T15:30:14 long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *l64a(long);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *l64a(long);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *l64a(long);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.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]
2019-07-03T15:30:14 void lcong48(unsigned short[7]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null
2019-07-03T15:30:14 void lcong48(unsigned short[7]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null
2019-07-03T15:30:14 void lcong48(unsigned short[7]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *mktemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *mktemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *mktemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *mktemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *mktemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *mktemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int mkstemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int mkstemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int mkstemp(char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.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]
2019-07-03T15:30:14 long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null
2019-07-03T15:30:14 long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null
2019-07-03T15:30:14 long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *ptsname(int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *ptsname(int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *ptsname(int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int putenv(char *) __DARWIN_ALIAS(putenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int putenv(char *) __DARWIN_ALIAS(putenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int putenv(char *) __DARWIN_ALIAS(putenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.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]
2019-07-03T15:30:14 *seed48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null
2019-07-03T15:30:14 *seed48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null
2019-07-03T15:30:14 *seed48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 *seed48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 *seed48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 *seed48(unsigned short[3]);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void setkey(const char *) __DARWIN_ALIAS(setkey);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void setkey(const char *) __DARWIN_ALIAS(setkey);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void setkey(const char *) __DARWIN_ALIAS(setkey);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *setstate(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *setstate(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *setstate(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *setstate(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *setstate(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *setstate(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:266:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:266:42: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:266:42: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:271:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:271:27: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:271:27: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:28: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:28: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:47: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:47: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:278:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:278:59: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:278:59: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:278:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:278:73: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:278:73: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:277:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *bsearch_b(const void *__key, const void *__base, size_t __nel,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:34: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:34: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:282:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *cgetcap(char *, const char *, int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:19: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:19: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:28: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:28: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:29: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:29: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:284:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetent(char **, char **, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:21: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:21: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:30: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:30: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:31: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:285:31: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetfirst(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:286:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetmatch(const char *, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:286:27: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetmatch(const char *, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:286:27: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetmatch(const char *, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:286:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetmatch(const char *, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:286:41: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetmatch(const char *, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:286:41: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetmatch(const char *, const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:21: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:21: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:29: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:29: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:30: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:287:30: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetnext(char **, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:19: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:19: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:33: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:33: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:41: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:288:41: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetnum(char *, const char *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:289:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetset(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:289:25: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetset(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:289:25: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetset(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:19: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:19: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:33: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:33: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:41: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:41: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetstr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:34: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:34: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:42: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:42: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:291:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int cgetustr(char *, const char *, char **);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *devname(dev_t, mode_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *devname(dev_t, mode_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *devname(dev_t, mode_t);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:295:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *devname_r(dev_t, mode_t, char *buf, int len);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:295:37: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *devname_r(dev_t, mode_t, char *buf, int len);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:295:37: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *devname_r(dev_t, mode_t, char *buf, int len);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *devname_r(dev_t, mode_t, char *buf, int len);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *devname_r(dev_t, mode_t, char *buf, int len);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *devname_r(dev_t, mode_t, char *buf, int len);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:28: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:28: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:296:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 char *getbsize(int *, long *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:297:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
2019-07-03T15:30:14 int getloadavg(double [], int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:297:24: note: insert '_Nullable' if the array parameter may be null
2019-07-03T15:30:14 int getloadavg(double [], int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:297:24: note: insert '_Nonnull' if the array parameter should never be null
2019-07-03T15:30:14 int getloadavg(double [], int);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:299:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 *getprogname(void);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:299:2: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 *getprogname(void);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:299:2: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 *getprogname(void);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:301:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int heapsort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:301:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int heapsort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:301:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int heapsort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:302:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:302:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:302:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:302:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:302:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:302:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:304:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int heapsort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:304:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int heapsort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:304:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int heapsort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:305:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:305:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:305:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:305:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:305:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:305:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:307:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int mergesort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:307:21: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int mergesort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:307:21: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int mergesort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:308:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:308:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:308:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:308:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:308:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:308:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:310:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int mergesort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:310:23: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int mergesort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:310:23: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int mergesort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:311:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:311:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:311:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:311:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:311:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:311:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:313:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void psort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:313:18: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void psort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:313:18: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void psort(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:314:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:314:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:314:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:314:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:314:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:314:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:316:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void psort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:316:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void psort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:316:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void psort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:319:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void psort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:319:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void psort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:319:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void psort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:319:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void psort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:319:64: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void psort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:319:64: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void psort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:37: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:37: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:51: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:51: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:65: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:320:65: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:322:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void qsort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:322:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void qsort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:322:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void qsort_b(void *__base, size_t __nel, size_t __width,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:323:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:323:43: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:323:43: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:323:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:323:57: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:323:57: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:325:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void qsort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:325:20: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void qsort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:325:20: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void qsort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:325:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void qsort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:325:64: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void qsort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:325:64: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void qsort_r(void *__base, size_t __nel, size_t __width, void *,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:37: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:37: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:51: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:51: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:65: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:326:65: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int (* _Nonnull __compar)(void *, const void *, const void *));
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:36: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:36: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:37: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:37: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:77: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:327:77: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:329:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void setprogname(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:329:30: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void setprogname(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:329:30: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void setprogname(const char *);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:37: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:37: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:38: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:38: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:78: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:330:78: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:334:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *reallocf(void *__ptr, size_t __size) __alloc_size(2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:334:21: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *reallocf(void *__ptr, size_t __size) __alloc_size(2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:334:21: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *reallocf(void *__ptr, size_t __size) __alloc_size(2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:334:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 void *reallocf(void *__ptr, size_t __size) __alloc_size(2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:334:6: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 void *reallocf(void *__ptr, size_t __size) __alloc_size(2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:334:6: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 void *reallocf(void *__ptr, size_t __size) __alloc_size(2);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:21: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:21: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:34: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:34: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:35: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:337:35: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtoq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:22: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:22: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:35: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:35: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:36: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:339:36: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 strtouq(const char *__str, char **__endptr, int __base);
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:341:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
2019-07-03T15:30:14 extern char *suboptarg; /* getsubopt(3) external variable */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:341:13: note: insert '_Nullable' if the pointer may be null
2019-07-03T15:30:14 extern char *suboptarg; /* getsubopt(3) external variable */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nullable
2019-07-03T15:30:14 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:341:13: note: insert '_Nonnull' if the pointer should never be null
2019-07-03T15:30:14 extern char *suboptarg; /* getsubopt(3) external variable */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 _Nonnull
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4172:12: error: use of undeclared identifier 'C_IN'
2019-07-03T15:30:14 int n = (C_IN) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4173:30: error: use of undeclared identifier 'C_IN'
2019-07-03T15:30:14 *o = (unsigned long long)((C_IN) | 0); /* check that C_IN is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4193:12: error: use of undeclared identifier 'T_A'
2019-07-03T15:30:14 int n = (T_A) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4194:30: error: use of undeclared identifier 'T_A'
2019-07-03T15:30:14 *o = (unsigned long long)((T_A) | 0); /* check that T_A is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4200:12: error: use of undeclared identifier 'T_AAAA'
2019-07-03T15:30:14 int n = (T_AAAA) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4201:30: error: use of undeclared identifier 'T_AAAA'
2019-07-03T15:30:14 *o = (unsigned long long)((T_AAAA) | 0); /* check that T_AAAA is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4207:12: error: use of undeclared identifier 'T_ANY'
2019-07-03T15:30:14 int n = (T_ANY) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4208:30: error: use of undeclared identifier 'T_ANY'
2019-07-03T15:30:14 *o = (unsigned long long)((T_ANY) | 0); /* check that T_ANY is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4214:12: error: use of undeclared identifier 'T_CNAME'
2019-07-03T15:30:14 int n = (T_CNAME) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4215:30: error: use of undeclared identifier 'T_CNAME'
2019-07-03T15:30:14 *o = (unsigned long long)((T_CNAME) | 0); /* check that T_CNAME is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4221:12: error: use of undeclared identifier 'T_MX'
2019-07-03T15:30:14 int n = (T_MX) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4222:30: error: use of undeclared identifier 'T_MX'
2019-07-03T15:30:14 *o = (unsigned long long)((T_MX) | 0); /* check that T_MX is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4228:12: error: use of undeclared identifier 'T_NAPTR'
2019-07-03T15:30:14 int n = (T_NAPTR) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4229:30: error: use of undeclared identifier 'T_NAPTR'
2019-07-03T15:30:14 *o = (unsigned long long)((T_NAPTR) | 0); /* check that T_NAPTR is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4235:12: error: use of undeclared identifier 'T_NS'
2019-07-03T15:30:14 int n = (T_NS) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4236:30: error: use of undeclared identifier 'T_NS'
2019-07-03T15:30:14 *o = (unsigned long long)((T_NS) | 0); /* check that T_NS is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4242:12: error: use of undeclared identifier 'T_PTR'
2019-07-03T15:30:14 int n = (T_PTR) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4243:30: error: use of undeclared identifier 'T_PTR'
2019-07-03T15:30:14 *o = (unsigned long long)((T_PTR) | 0); /* check that T_PTR is an integer */
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 build/temp.macosx-10.14-x86_64-3.6/_cares.c:4249:12: error: use of undeclared identifier 'T_SOA'
2019-07-03T15:30:14 int n = (T_SOA) <= 0;
2019-07-03T15:30:14 ^
2019-07-03T15:30:14 fatal error: too many errors emitted, stopping now [-ferror-limit=]
2019-07-03T15:30:14 189 warnings and 20 errors generated.
2019-07-03T15:30:14 error: command 'clang' failed with exit status 1
2019-07-03T15:30:14 Cleaning up...
2019-07-03T15:30:14 Removing source in /private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-install-kb6l3nke/pycares
2019-07-03T15:30:14 Removed build tracker '/private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-req-tracker-ryn0iifr'
2019-07-03T15:30:14 ERROR: Command "/Users/julienkieffer/venv/bin/python3.6 -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-install-kb6l3nke/pycares/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-record-yfydsfiz/install-record.txt --single-version-externally-managed --compile --install-headers /Users/julienkieffer/venv/include/site/python3.6/pycares" failed with error code 1 in /private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-install-kb6l3nke/pycares/
2019-07-03T15:30:14 Exception information:
2019-07-03T15:30:14 Traceback (most recent call last):
2019-07-03T15:30:14 File "/Users/julienkieffer/venv/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 178, in main
2019-07-03T15:30:14 status = self.run(options, args)
2019-07-03T15:30:14 File "/Users/julienkieffer/venv/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 414, in run
2019-07-03T15:30:14 use_user_site=options.use_user_site,
2019-07-03T15:30:14 File "/Users/julienkieffer/venv/lib/python3.6/site-packages/pip/_internal/req/__init__.py", line 58, in install_given_reqs
2019-07-03T15:30:14 **kwargs
2019-07-03T15:30:14 File "/Users/julienkieffer/venv/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 951, in install
2019-07-03T15:30:14 spinner=spinner,
2019-07-03T15:30:14 File "/Users/julienkieffer/venv/lib/python3.6/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess
2019-07-03T15:30:14 % (command_desc, proc.returncode, cwd))
2019-07-03T15:30:14 pip._internal.exceptions.InstallationError: Command "/Users/julienkieffer/venv/bin/python3.6 -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-install-kb6l3nke/pycares/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-record-yfydsfiz/install-record.txt --single-version-externally-managed --compile --install-headers /Users/julienkieffer/venv/include/site/python3.6/pycares" failed with error code 1 in /private/var/folders/mg/3tpxy67x2h11z7hq5dfmlx9r0000gn/T/pip-install-kb6l3nke/pycares/
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:12 (5 by maintainers)
Top Results From Across the Web
PyEnv BUILD FAILED installing Python on MacOS
Uninstall the old tools. $ sudo rm -rf /Library/Developer/CommandLineTools · Reinstall Xcode Command line tools. $ xcode-select --install.
Read more >Not Able to Build Some Versions of Python on M1 at 12.3.1
I trying to build older version of python such as 3.6, 3.7, 3.8 using pyenv and having build failures. I am on apple...
Read more >Unable to install any Python version on MacOS #1348 - GitHub
I'm unable to install any version of python on MacOS 10.14.4 running pyenv version 1.2.11. This is the output: python-build: use openssl ...
Read more >Managing macOS + python issues - Medium
Managing macOS + python issues. Pyenv specific. Dealing with issues while installing separate python versions. System configuration when facing these issues :
Read more >pyenv build failed (os x 12.6 using python-build 20180424)
Trying to install a new Python - version with pyenv on Ubuntu 20.04 WSL for Windows 10 fails with the following output: username@hd1pcms0347:~$...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey!
I uninstalled 3.6.8 and reinstalled it with pyenv. Works correctly now …
Let’s call it an eisenbug… 🥺 Thanks for your reply!
Julien
Le mer. 3 juil. 2019 à 16:27, Saúl Ibarra Corretgé notifications@github.com a écrit :
– Cordialement,
Julien Kieffer Ingénieur Arts et Métiers ParisTech
Yes, it’s documented as not working due to ABI differences.