· 7 years ago · Jan 15, 2019, 09:58 PM
1matt@Matts-MacBook-Pro:~/Downloads/2019-01-15/evacuate_2stp$ pipenv --python /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python install
2Virtualenv already exists!
3Removing existing virtualenv…
4Creating a virtualenv for this project…
5Pipfile: /Users/matt/Downloads/2019-01-15/evacuate_2stp/Pipfile
6Using /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python (3.7.2) to create virtualenv…
7â ¦ Creating virtual environment...Using base prefix '/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7'
8New python executable in /Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F/bin/python3.7
9Also creating executable in /Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F/bin/python
10Installing setuptools, pip, wheel...
11done.
12Running virtualenv with interpreter /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
13
14✔ Successfully created virtual environment!
15Virtualenv location: /Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F
16Installing dependencies from Pipfile.lock (486b87)…
17An error occurred while installing pycrypto==2.6.1 --hash=sha256:f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c! Will try again.
18 ðŸ ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 5/5 — 00:00:38
19Installing initially failed dependencies…
20[pipenv.exceptions.InstallError]: File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 1874, in do_install
21[pipenv.exceptions.InstallError]: keep_outdated=keep_outdated
22[pipenv.exceptions.InstallError]: File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 1253, in do_init
23[pipenv.exceptions.InstallError]: pypi_mirror=pypi_mirror,
24[pipenv.exceptions.InstallError]: File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 859, in do_install_dependencies
25[pipenv.exceptions.InstallError]: retry_list, procs, failed_deps_queue, requirements_dir, **install_kwargs
26[pipenv.exceptions.InstallError]: File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 763, in batch_install
27[pipenv.exceptions.InstallError]: _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry)
28[pipenv.exceptions.InstallError]: File "/usr/local/Cellar/pipenv/2018.11.26/libexec/lib/python3.7/site-packages/pipenv/core.py", line 681, in _cleanup_procs
29[pipenv.exceptions.InstallError]: raise exceptions.InstallError(c.dep.name, extra=err_lines)
30[pipenv.exceptions.InstallError]: ['Looking in indexes: https://pypi.python.org/simple', 'Collecting pycrypto==2.6.1 (from -r /var/folders/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pipenv-_6meui0r-requirements/pipenv-etja2pll-requirement.txt (line 1))', ' Using cached https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz', 'Building wheels for collected packages: pycrypto', ' Running setup.py bdist_wheel for pycrypto: started', " Running setup.py bdist_wheel for pycrypto: finished with status 'error'", ' Complete output from command /Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F/bin/python3.7 -u -c "import setuptools, tokenize;__file__=\'/private/var/folders/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pip-install-ng4r9k5u/pycrypto/setup.py\';f=getattr(tokenize, \'open\', open)(__file__);code=f.read().replace(\'\\r\\n\', \'\\n\');f.close();exec(compile(code, __file__, \'exec\'))" bdist_wheel -d /private/var/folders/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pip-wheel-_5tb7udb --python-tag cp37:', ' running bdist_wheel', ' running build', ' running build_py', ' creating build', ' creating build/lib.macosx-10.13-x86_64-3.7', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto', ' copying lib/Crypto/pct_warnings.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto', ' copying lib/Crypto/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA512.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA384.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/hashalgo.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA224.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/HMAC.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/RIPEMD.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/CAST.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/ARC4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/AES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/DES3.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/XOR.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/Blowfish.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/ARC2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/DES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/blockalgo.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/py3compat.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/number.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/winrandom.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/_number_new.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/RFC1751.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/randpool.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/Counter.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/asn1.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' copying lib/Crypto/Random/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' copying lib/Crypto/Random/random.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest', ' copying lib/Crypto/SelfTest/st_common.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest', ' copying lib/Crypto/SelfTest/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/KDF.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/Chaffing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/RSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/pubkey.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_DSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_RSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/DSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' copying lib/Crypto/Signature/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' Skipping optional fixer: buffer', ' Skipping optional fixer: idioms', ' Skipping optional fixer: set_literal', ' Skipping optional fixer: ws_comma', ' warning: PCTBuildPy: byte-compiling is disabled, skipping.', ' ', ' running build_ext', ' running build_configure', ' checking for gcc... gcc', ' checking whether the C compiler works... yes', ' checking for C compiler default output file name... a.out', ' checking for suffix of executables...', ' checking whether we are cross compiling... no', ' checking for suffix of object files... o', ' checking whether we are using the GNU C compiler... yes', ' checking whether gcc accepts -g... yes', ' checking for gcc option to accept ISO C89... none needed', ' checking for __gmpz_init in -lgmp... yes', ' checking for __gmpz_init in -lmpir... no', ' checking whether mpz_powm is declared... yes', ' checking whether mpz_powm_sec is declared... yes', ' checking how to run the C preprocessor... gcc -E', ' checking for grep that handles long lines and -e... /usr/bin/grep', ' checking for egrep... /usr/bin/grep -E', ' checking for ANSI C header files... yes', ' checking for sys/types.h... yes', ' checking for sys/stat.h... yes', ' checking for stdlib.h... yes', ' checking for string.h... yes', ' checking for memory.h... yes', ' checking for strings.h... yes', ' checking for inttypes.h... yes', ' checking for stdint.h... yes', ' checking for unistd.h... yes', ' checking for inttypes.h... (cached) yes', ' checking limits.h usability... yes', ' checking limits.h presence... yes', ' checking for limits.h... yes', ' checking stddef.h usability... yes', ' checking stddef.h presence... yes', ' checking for stddef.h... yes', ' checking for stdint.h... (cached) yes', ' checking for stdlib.h... (cached) yes', ' checking for string.h... (cached) yes', ' checking wchar.h usability... yes', ' checking wchar.h presence... yes', ' checking for wchar.h... yes', ' checking for inline... inline', ' checking for int16_t... yes', ' checking for int32_t... yes', ' checking for int64_t... yes', ' checking for int8_t... yes', ' checking for size_t... yes', ' checking for uint16_t... yes', ' checking for uint32_t... yes', ' checking for uint64_t... yes', ' checking for uint8_t... yes', ' checking for stdlib.h... (cached) yes', ' checking for GNU libc compatible malloc... yes', ' checking for memmove... yes', ' checking for memset... yes', ' configure: creating ./config.status', ' config.status: creating src/config.h', " building 'Crypto.PublicKey._fastmath' extension", ' creating build/temp.macosx-10.13-x86_64-3.7', ' creating build/temp.macosx-10.13-x86_64-3.7/src', ' clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -fwrapv -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/ -I/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/_fastmath.c -o build/temp.macosx-10.13-x86_64-3.7/src/_fastmath.o', ' In file included from src/_fastmath.c:29:', ' In file included from /usr/include/stdio.h:64:', ' /usr/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' unsigned char *_base;', ' ^', " /usr/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null", ' unsigned char *_base;', ' ^', ' _Nullable', " /usr/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null", ' unsigned char *_base;', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _read) (void *, char *, int);', ' ^', " /usr/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _read) (void *, char *, int);', ' ^', " /usr/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' fpos_t (* _Nullable _seek) (void *, fpos_t, int);', ' ^', " /usr/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null", ' fpos_t (* _Nullable _seek) (void *, fpos_t, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null", ' fpos_t (* _Nullable _seek) (void *, fpos_t, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _write)(void *, const char *, int);', ' ^', " /usr/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _write)(void *, const char *, int);', ' ^', " /usr/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' struct __sFILEX *_extra; /* additions to FILE to not break ABI */', ' ^', " /usr/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null", ' struct __sFILEX *_extra; /* additions to FILE to not break ABI */', ' ^', ' _Nullable', " /usr/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null", ' struct __sFILEX *_extra; /* additions to FILE to not break ABI */', ' ^', ' _Nonnull', ' In file included from src/_fastmath.c:29:', ' /usr/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' extern FILE *__stdinp;', ' ^', " /usr/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null", ' extern FILE *__stdinp;', ' ^', ' _Nullable', " /usr/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null", ' extern FILE *__stdinp;', ' ^', ' _Nonnull', ' /usr/include/stdio.h:390:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable)(void *, const char *, int),', ' ^', " /usr/include/stdio.h:390:41: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nullable', " /usr/include/stdio.h:390:41: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nonnull', ' /usr/include/stdio.h:390:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable)(void *, const char *, int),', ' ^', " /usr/include/stdio.h:390:55: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nullable', " /usr/include/stdio.h:390:55: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nonnull', ' /usr/include/stdio.h:391:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' fpos_t (* _Nullable)(void *, fpos_t, int),', ' ^', " /usr/include/stdio.h:391:44: note: insert '_Nullable' if the pointer may be null", ' fpos_t (* _Nullable)(void *, fpos_t, int),', ' ^', ' _Nullable', " /usr/include/stdio.h:391:44: note: insert '_Nonnull' if the pointer should never be null", ' fpos_t (* _Nullable)(void *, fpos_t, int),', ' ^', ' _Nonnull', ' /usr/include/stdio.h:392:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable)(void *));', ' ^', " /usr/include/stdio.h:392:41: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable)(void *));', ' ^', ' _Nullable', " /usr/include/stdio.h:392:41: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable)(void *));', ' ^', ' _Nonnull', ' /usr/include/stdio.h:388:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' FILE *funopen(const void *,', ' ^', " /usr/include/stdio.h:388:6: note: insert '_Nullable' if the pointer may be null", ' FILE *funopen(const void *,', ' ^', ' _Nullable', " /usr/include/stdio.h:388:6: note: insert '_Nonnull' if the pointer should never be null", ' FILE *funopen(const void *,', ' ^', ' _Nonnull', ' In file included from src/_fastmath.c:31:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/Python.h:34:', ' /usr/include/stdlib.h:139:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double atof(const char *);', ' ^', " /usr/include/stdlib.h:139:25: note: insert '_Nullable' if the pointer may be null", ' double atof(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:139:25: note: insert '_Nonnull' if the pointer should never be null", ' double atof(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:140:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int atoi(const char *);', ' ^', " /usr/include/stdlib.h:140:22: note: insert '_Nullable' if the pointer may be null", ' int atoi(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:140:22: note: insert '_Nonnull' if the pointer should never be null", ' int atoi(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:141:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long atol(const char *);', ' ^', " /usr/include/stdlib.h:141:23: note: insert '_Nullable' if the pointer may be null", ' long atol(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:141:23: note: insert '_Nonnull' if the pointer should never be null", ' long atol(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:144:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' atoll(const char *);', ' ^', " /usr/include/stdlib.h:144:20: note: insert '_Nullable' if the pointer may be null", ' atoll(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:144:20: note: insert '_Nonnull' if the pointer should never be null", ' atoll(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:146:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:146:26: note: insert '_Nullable' if the pointer may be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:146:26: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:146:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:146:45: note: insert '_Nullable' if the pointer may be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:146:45: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:147:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:147:59: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:147:59: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:147:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:147:73: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:147:73: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:146:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:146:6: note: insert '_Nullable' if the pointer may be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:146:6: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:148:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2);', ' ^', " /usr/include/stdlib.h:148:6: note: insert '_Nullable' if the pointer may be null", ' void *calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:148:6: note: insert '_Nonnull' if the pointer should never be null", ' void *calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:151:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void free(void *);', ' ^', " /usr/include/stdlib.h:151:17: note: insert '_Nullable' if the pointer may be null", ' void free(void *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:151:17: note: insert '_Nonnull' if the pointer should never be null", ' void free(void *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:152:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getenv(const char *);', ' ^', " /usr/include/stdlib.h:152:25: note: insert '_Nullable' if the pointer may be null", ' char *getenv(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:152:25: note: insert '_Nonnull' if the pointer should never be null", ' char *getenv(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:152:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getenv(const char *);', ' ^', " /usr/include/stdlib.h:152:6: note: insert '_Nullable' if the pointer may be null", ' char *getenv(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:152:6: note: insert '_Nonnull' if the pointer should never be null", ' char *getenv(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:160:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *malloc(size_t __size) __result_use_check __alloc_size(1);', ' ^', " /usr/include/stdlib.h:160:6: note: insert '_Nullable' if the pointer may be null", ' void *malloc(size_t __size) __result_use_check __alloc_size(1);', ' ^', ' _Nullable', " /usr/include/stdlib.h:160:6: note: insert '_Nonnull' if the pointer should never be null", ' void *malloc(size_t __size) __result_use_check __alloc_size(1);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:161:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mblen(const char *__s, size_t __n);', ' ^', " /usr/include/stdlib.h:161:23: note: insert '_Nullable' if the pointer may be null", ' int mblen(const char *__s, size_t __n);', ' ^', ' _Nullable', " /usr/include/stdlib.h:161:23: note: insert '_Nonnull' if the pointer should never be null", ' int mblen(const char *__s, size_t __n);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:162:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:162:26: note: insert '_Nullable' if the pointer may be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:162:26: note: insert '_Nonnull' if the pointer should never be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:162:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:162:52: note: insert '_Nullable' if the pointer may be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:162:52: note: insert '_Nonnull' if the pointer should never be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:163:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:163:21: note: insert '_Nullable' if the pointer may be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:163:21: note: insert '_Nonnull' if the pointer should never be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:163:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:163:46: note: insert '_Nullable' if the pointer may be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:163:46: note: insert '_Nonnull' if the pointer should never be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:164:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', " /usr/include/stdlib.h:164:27: note: insert '_Nullable' if the pointer may be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nullable', " /usr/include/stdlib.h:164:27: note: insert '_Nonnull' if the pointer should never be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:164:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', " /usr/include/stdlib.h:164:28: note: insert '_Nullable' if the pointer may be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nullable', " /usr/include/stdlib.h:164:28: note: insert '_Nonnull' if the pointer should never be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:165:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:165:18: note: insert '_Nullable' if the pointer may be null", ' void qsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:165:18: note: insert '_Nonnull' if the pointer should never be null", ' void qsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:166:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:166:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:166:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:166:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:166:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:166:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:168:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', " /usr/include/stdlib.h:168:20: note: insert '_Nullable' if the pointer may be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:168:20: note: insert '_Nonnull' if the pointer should never be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:168:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', " /usr/include/stdlib.h:168:6: note: insert '_Nullable' if the pointer may be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:168:6: note: insert '_Nonnull' if the pointer should never be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:170:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', " /usr/include/stdlib.h:170:27: note: insert '_Nullable' if the pointer may be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nullable', " /usr/include/stdlib.h:170:27: note: insert '_Nonnull' if the pointer should never be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:170:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', " /usr/include/stdlib.h:170:35: note: insert '_Nullable' if the pointer may be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nullable', " /usr/include/stdlib.h:170:35: note: insert '_Nonnull' if the pointer should never be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:170:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', " /usr/include/stdlib.h:170:36: note: insert '_Nullable' if the pointer may be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nullable', " /usr/include/stdlib.h:170:36: note: insert '_Nonnull' if the pointer should never be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:171:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', " /usr/include/stdlib.h:171:26: note: insert '_Nullable' if the pointer may be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nullable', " /usr/include/stdlib.h:171:26: note: insert '_Nonnull' if the pointer should never be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:171:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', " /usr/include/stdlib.h:171:34: note: insert '_Nullable' if the pointer may be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nullable', " /usr/include/stdlib.h:171:34: note: insert '_Nonnull' if the pointer should never be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:171:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', " /usr/include/stdlib.h:171:35: note: insert '_Nullable' if the pointer may be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nullable', " /usr/include/stdlib.h:171:35: note: insert '_Nonnull' if the pointer should never be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:172:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:172:25: note: insert '_Nullable' if the pointer may be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:172:25: note: insert '_Nonnull' if the pointer should never be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:172:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:172:38: note: insert '_Nullable' if the pointer may be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:172:38: note: insert '_Nonnull' if the pointer should never be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:172:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:172:39: note: insert '_Nullable' if the pointer may be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:172:39: note: insert '_Nonnull' if the pointer should never be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:174:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtold(const char *, char **);', ' ^', " /usr/include/stdlib.h:174:22: note: insert '_Nullable' if the pointer may be null", ' strtold(const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:174:22: note: insert '_Nonnull' if the pointer should never be null", ' strtold(const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:174:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtold(const char *, char **);', ' ^', " /usr/include/stdlib.h:174:30: note: insert '_Nullable' if the pointer may be null", ' strtold(const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:174:30: note: insert '_Nonnull' if the pointer should never be null", ' strtold(const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:174:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtold(const char *, char **);', ' ^', " /usr/include/stdlib.h:174:31: note: insert '_Nullable' if the pointer may be null", ' strtold(const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:174:31: note: insert '_Nonnull' if the pointer should never be null", ' strtold(const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:177:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:177:22: note: insert '_Nullable' if the pointer may be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:177:22: note: insert '_Nonnull' if the pointer should never be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:177:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:177:35: note: insert '_Nullable' if the pointer may be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:177:35: note: insert '_Nonnull' if the pointer should never be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:177:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:177:36: note: insert '_Nullable' if the pointer may be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:177:36: note: insert '_Nonnull' if the pointer should never be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:180:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:180:22: note: insert '_Nullable' if the pointer may be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:180:22: note: insert '_Nonnull' if the pointer should never be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:180:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:180:35: note: insert '_Nullable' if the pointer may be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:180:35: note: insert '_Nonnull' if the pointer should never be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:180:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:180:36: note: insert '_Nullable' if the pointer may be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:180:36: note: insert '_Nonnull' if the pointer should never be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:183:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:183:23: note: insert '_Nullable' if the pointer may be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:183:23: note: insert '_Nonnull' if the pointer should never be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:183:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:183:36: note: insert '_Nullable' if the pointer may be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:183:36: note: insert '_Nonnull' if the pointer should never be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:183:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:183:37: note: insert '_Nullable' if the pointer may be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:183:37: note: insert '_Nonnull' if the pointer should never be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:195:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int system(const char *) __DARWIN_ALIAS_C(system);', ' ^', " /usr/include/stdlib.h:195:24: note: insert '_Nullable' if the pointer may be null", ' int system(const char *) __DARWIN_ALIAS_C(system);', ' ^', ' _Nullable', " /usr/include/stdlib.h:195:24: note: insert '_Nonnull' if the pointer should never be null", ' int system(const char *) __DARWIN_ALIAS_C(system);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:199:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:199:51: note: insert '_Nullable' if the pointer may be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:199:51: note: insert '_Nonnull' if the pointer should never be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:200:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int wctomb(char *, wchar_t);', ' ^', " /usr/include/stdlib.h:200:18: note: insert '_Nullable' if the pointer may be null", ' int wctomb(char *, wchar_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:200:18: note: insert '_Nonnull' if the pointer should never be null", ' int wctomb(char *, wchar_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:204:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long a64l(const char *);', ' ^', " /usr/include/stdlib.h:204:23: note: insert '_Nullable' if the pointer may be null", ' long a64l(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:204:23: note: insert '_Nonnull' if the pointer should never be null", ' long a64l(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:206:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:206:29: note: insert '_Nullable' if the pointer may be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:206:29: note: insert '_Nonnull' if the pointer should never be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:206:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:206:46: note: insert '_Nullable' if the pointer may be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:206:46: note: insert '_Nonnull' if the pointer should never be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:206:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:206:6: note: insert '_Nullable' if the pointer may be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:206:6: note: insert '_Nonnull' if the pointer should never be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:207:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' double erand48(unsigned short[3]);', ' ^', " /usr/include/stdlib.h:207:31: note: insert '_Nullable' if the array parameter may be null", ' double erand48(unsigned short[3]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:207:31: note: insert '_Nonnull' if the array parameter should never be null", ' double erand48(unsigned short[3]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:208:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:208:29: note: insert '_Nullable' if the pointer may be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:208:29: note: insert '_Nonnull' if the pointer should never be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:208:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:208:46: note: insert '_Nullable' if the pointer may be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:208:46: note: insert '_Nonnull' if the pointer should never be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:209:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', " /usr/include/stdlib.h:209:30: note: insert '_Nullable' if the pointer may be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:209:30: note: insert '_Nonnull' if the pointer should never be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:209:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', " /usr/include/stdlib.h:209:6: note: insert '_Nullable' if the pointer may be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:209:6: note: insert '_Nonnull' if the pointer should never be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:21: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:21: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:22: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:22: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:30: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:30: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:38: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:38: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:46: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:46: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:47: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:47: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:213:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', " /usr/include/stdlib.h:213:32: note: insert '_Nullable' if the pointer may be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nullable', " /usr/include/stdlib.h:213:32: note: insert '_Nonnull' if the pointer should never be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', " /usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nullable', " /usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:217:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', " /usr/include/stdlib.h:217:29: note: insert '_Nullable' if the array parameter may be null", ' long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nullable', " /usr/include/stdlib.h:217:29: note: insert '_Nonnull' if the array parameter should never be null", ' long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:218:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *l64a(long);', ' ^', " /usr/include/stdlib.h:218:6: note: insert '_Nullable' if the pointer may be null", ' char *l64a(long);', ' ^', ' _Nullable', " /usr/include/stdlib.h:218:6: note: insert '_Nonnull' if the pointer should never be null", ' char *l64a(long);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' void lcong48(unsigned short[7]);', ' ^', " /usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null", ' void lcong48(unsigned short[7]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null", ' void lcong48(unsigned short[7]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:221:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *mktemp(char *);', ' ^', " /usr/include/stdlib.h:221:19: note: insert '_Nullable' if the pointer may be null", ' char *mktemp(char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:221:19: note: insert '_Nonnull' if the pointer should never be null", ' char *mktemp(char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *mktemp(char *);', ' ^', " /usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null", ' char *mktemp(char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null", ' char *mktemp(char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:222:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mkstemp(char *);', ' ^', " /usr/include/stdlib.h:222:19: note: insert '_Nullable' if the pointer may be null", ' int mkstemp(char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:222:19: note: insert '_Nonnull' if the pointer should never be null", ' int mkstemp(char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:224:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', " /usr/include/stdlib.h:224:29: note: insert '_Nullable' if the array parameter may be null", ' long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nullable', " /usr/include/stdlib.h:224:29: note: insert '_Nonnull' if the array parameter should never be null", ' long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:226:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ptsname(int);', ' ^', " /usr/include/stdlib.h:226:6: note: insert '_Nullable' if the pointer may be null", ' char *ptsname(int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:226:6: note: insert '_Nonnull' if the pointer should never be null", ' char *ptsname(int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:229:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' 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));', ' ^', " /usr/include/stdlib.h:229:32: note: insert '_Nullable' if the pointer may be null", ' 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));', ' ^', ' _Nullable', " /usr/include/stdlib.h:229:32: note: insert '_Nonnull' if the pointer should never be null", ' 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));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:232:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int putenv(char *) __DARWIN_ALIAS(putenv);', ' ^', " /usr/include/stdlib.h:232:18: note: insert '_Nullable' if the pointer may be null", ' int putenv(char *) __DARWIN_ALIAS(putenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:232:18: note: insert '_Nonnull' if the pointer should never be null", ' int putenv(char *) __DARWIN_ALIAS(putenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:234:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");', ' ^', " /usr/include/stdlib.h:234:22: note: insert '_Nullable' if the pointer may be null", ' int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nullable', " /usr/include/stdlib.h:234:22: note: insert '_Nonnull' if the pointer should never be null", ' int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:236:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', " /usr/include/stdlib.h:236:27: note: insert '_Nullable' if the pointer may be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nullable', " /usr/include/stdlib.h:236:27: note: insert '_Nonnull' if the pointer should never be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:236:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', " /usr/include/stdlib.h:236:46: note: insert '_Nullable' if the pointer may be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nullable', " /usr/include/stdlib.h:236:46: note: insert '_Nonnull' if the pointer should never be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:236:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', " /usr/include/stdlib.h:236:6: note: insert '_Nullable' if the pointer may be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nullable', " /usr/include/stdlib.h:236:6: note: insert '_Nonnull' if the pointer should never be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:241:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' *seed48(unsigned short[3]);', ' ^', " /usr/include/stdlib.h:241:24: note: insert '_Nullable' if the array parameter may be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:241:24: note: insert '_Nonnull' if the array parameter should never be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:241:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' *seed48(unsigned short[3]);', ' ^', " /usr/include/stdlib.h:241:2: note: insert '_Nullable' if the pointer may be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:241:2: note: insert '_Nonnull' if the pointer should never be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:242:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', " /usr/include/stdlib.h:242:24: note: insert '_Nullable' if the pointer may be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:242:24: note: insert '_Nonnull' if the pointer should never be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:242:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', " /usr/include/stdlib.h:242:45: note: insert '_Nullable' if the pointer may be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:242:45: note: insert '_Nonnull' if the pointer should never be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:244:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void setkey(const char *) __DARWIN_ALIAS(setkey);', ' ^', " /usr/include/stdlib.h:244:25: note: insert '_Nullable' if the pointer may be null", ' void setkey(const char *) __DARWIN_ALIAS(setkey);', ' ^', ' _Nullable', " /usr/include/stdlib.h:244:25: note: insert '_Nonnull' if the pointer should never be null", ' void setkey(const char *) __DARWIN_ALIAS(setkey);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:248:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *setstate(const char *);', ' ^', " /usr/include/stdlib.h:248:27: note: insert '_Nullable' if the pointer may be null", ' char *setstate(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:248:27: note: insert '_Nonnull' if the pointer should never be null", ' char *setstate(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:248:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *setstate(const char *);', ' ^', " /usr/include/stdlib.h:248:6: note: insert '_Nullable' if the pointer may be null", ' char *setstate(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:248:6: note: insert '_Nonnull' if the pointer should never be null", ' char *setstate(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:257:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);', ' ^', " /usr/include/stdlib.h:257:26: note: insert '_Nullable' if the pointer may be null", ' int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:257:26: note: insert '_Nonnull' if the pointer should never be null", ' int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:271:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)', ' ^', " /usr/include/stdlib.h:271:42: note: insert '_Nullable' if the pointer may be null", ' void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)', ' ^', ' _Nullable', " /usr/include/stdlib.h:271:42: note: insert '_Nonnull' if the pointer should never be null", ' void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:276:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);', ' ^', " /usr/include/stdlib.h:276:27: note: insert '_Nullable' if the pointer may be null", ' void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);', ' ^', ' _Nullable', " /usr/include/stdlib.h:276:27: note: insert '_Nonnull' if the pointer should never be null", ' void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:282:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:282:28: note: insert '_Nullable' if the pointer may be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:282:28: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:282:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:282:47: note: insert '_Nullable' if the pointer may be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:282:47: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:283:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:283:59: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:283:59: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:283:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:283:73: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:283:73: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:282:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:282:6: note: insert '_Nullable' if the pointer may be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:282:6: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:287:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *cgetcap(char *, const char *, int);', ' ^', " /usr/include/stdlib.h:287:20: note: insert '_Nullable' if the pointer may be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:287:20: note: insert '_Nonnull' if the pointer should never be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:287:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *cgetcap(char *, const char *, int);', ' ^', " /usr/include/stdlib.h:287:34: note: insert '_Nullable' if the pointer may be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:287:34: note: insert '_Nonnull' if the pointer should never be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:287:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *cgetcap(char *, const char *, int);', ' ^', " /usr/include/stdlib.h:287:6: note: insert '_Nullable' if the pointer may be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:287:6: note: insert '_Nonnull' if the pointer should never be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:20: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:20: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:28: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:28: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:29: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:29: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:43: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:43: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:21: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:21: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:22: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:22: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:30: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:30: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:31: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:31: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:291:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetmatch(const char *, const char *);', ' ^', " /usr/include/stdlib.h:291:27: note: insert '_Nullable' if the pointer may be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:291:27: note: insert '_Nonnull' if the pointer should never be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:291:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetmatch(const char *, const char *);', ' ^', " /usr/include/stdlib.h:291:41: note: insert '_Nullable' if the pointer may be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:291:41: note: insert '_Nonnull' if the pointer should never be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:20: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:20: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:21: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:21: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:29: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:29: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:30: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:30: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:293:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnum(char *, const char *, long *);', ' ^', " /usr/include/stdlib.h:293:19: note: insert '_Nullable' if the pointer may be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:293:19: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:293:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnum(char *, const char *, long *);', ' ^', " /usr/include/stdlib.h:293:33: note: insert '_Nullable' if the pointer may be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:293:33: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:293:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnum(char *, const char *, long *);', ' ^', " /usr/include/stdlib.h:293:41: note: insert '_Nullable' if the pointer may be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:293:41: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:294:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetset(const char *);', ' ^', " /usr/include/stdlib.h:294:25: note: insert '_Nullable' if the pointer may be null", ' int cgetset(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:294:25: note: insert '_Nonnull' if the pointer should never be null", ' int cgetset(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:19: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:19: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:33: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:33: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:41: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:41: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:42: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:42: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:20: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:20: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:34: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:34: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:42: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:42: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:43: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:43: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:299:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *devname(dev_t, mode_t);', ' ^', " /usr/include/stdlib.h:299:6: note: insert '_Nullable' if the pointer may be null", ' char *devname(dev_t, mode_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:299:6: note: insert '_Nonnull' if the pointer should never be null", ' char *devname(dev_t, mode_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:300:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', " /usr/include/stdlib.h:300:37: note: insert '_Nullable' if the pointer may be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nullable', " /usr/include/stdlib.h:300:37: note: insert '_Nonnull' if the pointer should never be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', " /usr/include/stdlib.h:300:6: note: insert '_Nullable' if the pointer may be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nullable', " /usr/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:301:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getbsize(int *, long *);', ' ^', " /usr/include/stdlib.h:301:20: note: insert '_Nullable' if the pointer may be null", ' char *getbsize(int *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:301:20: note: insert '_Nonnull' if the pointer should never be null", ' char *getbsize(int *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:301:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getbsize(int *, long *);', ' ^', " /usr/include/stdlib.h:301:28: note: insert '_Nullable' if the pointer may be null", ' char *getbsize(int *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:301:28: note: insert '_Nonnull' if the pointer should never be null", ' char *getbsize(int *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:301:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getbsize(int *, long *);', ' ^', " /usr/include/stdlib.h:301:6: note: insert '_Nullable' if the pointer may be null", ' char *getbsize(int *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:301:6: note: insert '_Nonnull' if the pointer should never be null", ' char *getbsize(int *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:302:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' int getloadavg(double [], int);', ' ^', " /usr/include/stdlib.h:302:24: note: insert '_Nullable' if the array parameter may be null", ' int getloadavg(double [], int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:302:24: note: insert '_Nonnull' if the array parameter should never be null", ' int getloadavg(double [], int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:304:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' *getprogname(void);', ' ^', " /usr/include/stdlib.h:304:2: note: insert '_Nullable' if the pointer may be null", ' *getprogname(void);', ' ^', ' _Nullable', " /usr/include/stdlib.h:304:2: note: insert '_Nonnull' if the pointer should never be null", ' *getprogname(void);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:306:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int heapsort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:306:20: note: insert '_Nullable' if the pointer may be null", ' int heapsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:306:20: note: insert '_Nonnull' if the pointer should never be null", ' int heapsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:307:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:307:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:307:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:307:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:307:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:307:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:309:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int heapsort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:309:22: note: insert '_Nullable' if the pointer may be null", ' int heapsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:309:22: note: insert '_Nonnull' if the pointer should never be null", ' int heapsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:312:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mergesort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:312:21: note: insert '_Nullable' if the pointer may be null", ' int mergesort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:312:21: note: insert '_Nonnull' if the pointer should never be null", ' int mergesort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:315:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mergesort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:315:23: note: insert '_Nullable' if the pointer may be null", ' int mergesort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:315:23: note: insert '_Nonnull' if the pointer should never be null", ' int mergesort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:316:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:316:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:316:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:316:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:316:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:316:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:318:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:318:18: note: insert '_Nullable' if the pointer may be null", ' void psort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:318:18: note: insert '_Nonnull' if the pointer should never be null", ' void psort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:319:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:319:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:319:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:319:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:319:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:319:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:321:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:321:20: note: insert '_Nullable' if the pointer may be null", ' void psort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:321:20: note: insert '_Nonnull' if the pointer should never be null", ' void psort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:322:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:322:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:322:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:322:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:322:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:322:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:324:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:324:20: note: insert '_Nullable' if the pointer may be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:324:20: note: insert '_Nonnull' if the pointer should never be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:324:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:324:64: note: insert '_Nullable' if the pointer may be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:324:64: note: insert '_Nonnull' if the pointer should never be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:325:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:325:37: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:325:37: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:325:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:325:51: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:325:51: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:325:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:325:65: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:325:65: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null", ' void qsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null", ' void qsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:330:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:330:20: note: insert '_Nullable' if the pointer may be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:330:20: note: insert '_Nonnull' if the pointer should never be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:330:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:330:64: note: insert '_Nullable' if the pointer may be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:330:64: note: insert '_Nonnull' if the pointer should never be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:331:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', " /usr/include/stdlib.h:331:37: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:331:37: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:331:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', " /usr/include/stdlib.h:331:51: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:331:51: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:331:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', " /usr/include/stdlib.h:331:65: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:331:65: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:332:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:332:36: note: insert '_Nullable' if the pointer may be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:332:36: note: insert '_Nonnull' if the pointer should never be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:332:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:332:77: note: insert '_Nullable' if the pointer may be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:332:77: note: insert '_Nonnull' if the pointer should never be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:334:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void setprogname(const char *);', ' ^', " /usr/include/stdlib.h:334:30: note: insert '_Nullable' if the pointer may be null", ' void setprogname(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:334:30: note: insert '_Nonnull' if the pointer should never be null", ' void setprogname(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:335:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:335:37: note: insert '_Nullable' if the pointer may be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:335:37: note: insert '_Nonnull' if the pointer should never be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:335:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:335:38: note: insert '_Nullable' if the pointer may be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:335:38: note: insert '_Nonnull' if the pointer should never be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:335:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:335:78: note: insert '_Nullable' if the pointer may be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:335:78: note: insert '_Nonnull' if the pointer should never be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:339:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', " /usr/include/stdlib.h:339:21: note: insert '_Nullable' if the pointer may be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:339:21: note: insert '_Nonnull' if the pointer should never be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:339:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', " /usr/include/stdlib.h:339:6: note: insert '_Nullable' if the pointer may be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:339:6: note: insert '_Nonnull' if the pointer should never be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:342:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:342:21: note: insert '_Nullable' if the pointer may be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:342:21: note: insert '_Nonnull' if the pointer should never be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:342:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:342:34: note: insert '_Nullable' if the pointer may be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:342:34: note: insert '_Nonnull' if the pointer should never be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:342:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:342:35: note: insert '_Nullable' if the pointer may be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:342:35: note: insert '_Nonnull' if the pointer should never be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:344:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:344:22: note: insert '_Nullable' if the pointer may be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:344:22: note: insert '_Nonnull' if the pointer should never be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:344:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:344:35: note: insert '_Nullable' if the pointer may be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:344:35: note: insert '_Nonnull' if the pointer should never be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:344:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:344:36: note: insert '_Nullable' if the pointer may be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:344:36: note: insert '_Nonnull' if the pointer should never be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:346:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' extern char *suboptarg; /* getsubopt(3) external variable */', ' ^', " /usr/include/stdlib.h:346:13: note: insert '_Nullable' if the pointer may be null", ' extern char *suboptarg; /* getsubopt(3) external variable */', ' ^', ' _Nullable', " /usr/include/stdlib.h:346:13: note: insert '_Nonnull' if the pointer should never be null", ' extern char *suboptarg; /* getsubopt(3) external variable */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:347:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *valloc(size_t) __alloc_size(1);', ' ^', " /usr/include/stdlib.h:347:6: note: insert '_Nullable' if the pointer may be null", ' void *valloc(size_t) __alloc_size(1);', ' ^', ' _Nullable', " /usr/include/stdlib.h:347:6: note: insert '_Nonnull' if the pointer should never be null", ' void *valloc(size_t) __alloc_size(1);', ' ^', ' _Nonnull', ' In file included from src/_fastmath.c:31:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/Python.h:109:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/traceback.h:8:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:11:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pythread.h:114:', " /usr/include/pthread.h:325:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", ' #if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT', ' ^', " /usr/include/pthread.h:194:2: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " /usr/include/pthread.h:325:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", " /usr/include/pthread.h:194:34: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " /usr/include/pthread.h:527:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", ' #if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT', ' ^', " /usr/include/pthread.h:194:2: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " /usr/include/pthread.h:527:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", " /usr/include/pthread.h:194:34: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " src/_fastmath.c:36:11: fatal error: 'gmp.h' file not found", ' # include <gmp.h>', ' ^~~~~~~', ' 201 warnings and 1 error generated.', " error: command 'clang' failed with exit status 1", ' ', ' ----------------------------------------', ' Running setup.py clean for pycrypto', 'Failed to build pycrypto', 'Installing collected packages: pycrypto', ' Running setup.py install for pycrypto: started', " Running setup.py install for pycrypto: finished with status 'error'", ' Complete output from command /Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F/bin/python3.7 -u -c "import setuptools, tokenize;__file__=\'/private/var/folders/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pip-install-ng4r9k5u/pycrypto/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/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pip-record-g09tm5h9/install-record.txt --single-version-externally-managed --compile --install-headers /Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F/bin/../include/site/python3.7/pycrypto:', ' running install', ' running build', ' running build_py', ' creating build', ' creating build/lib.macosx-10.13-x86_64-3.7', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto', ' copying lib/Crypto/pct_warnings.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto', ' copying lib/Crypto/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA512.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA384.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/hashalgo.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/SHA224.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/HMAC.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/MD5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' copying lib/Crypto/Hash/RIPEMD.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Hash', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/CAST.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/ARC4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/AES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/DES3.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/XOR.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/Blowfish.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/ARC2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/DES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' copying lib/Crypto/Cipher/blockalgo.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Cipher', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/py3compat.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/number.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/winrandom.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/_number_new.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/RFC1751.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/randpool.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/Counter.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' copying lib/Crypto/Util/asn1.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Util', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' copying lib/Crypto/Random/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' copying lib/Crypto/Random/random.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/Fortuna', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Random/OSRNG', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest', ' copying lib/Crypto/SelfTest/st_common.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest', ' copying lib/Crypto/SelfTest/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Cipher', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Hash', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Protocol', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/PublicKey', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' copying lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/Fortuna', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Random/OSRNG', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Util', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/SelfTest/Signature', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/KDF.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' copying lib/Crypto/Protocol/Chaffing.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Protocol', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/RSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/pubkey.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_DSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/_RSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/DSA.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/PublicKey', ' creating build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' copying lib/Crypto/Signature/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/Crypto/Signature', ' Skipping optional fixer: buffer', ' Skipping optional fixer: idioms', ' Skipping optional fixer: set_literal', ' Skipping optional fixer: ws_comma', ' warning: PCTBuildPy: byte-compiling is disabled, skipping.', ' ', ' running build_ext', ' running build_configure', " building 'Crypto.PublicKey._fastmath' extension", ' creating build/temp.macosx-10.13-x86_64-3.7', ' creating build/temp.macosx-10.13-x86_64-3.7/src', ' clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -fwrapv -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/ -I/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/_fastmath.c -o build/temp.macosx-10.13-x86_64-3.7/src/_fastmath.o', ' In file included from src/_fastmath.c:29:', ' In file included from /usr/include/stdio.h:64:', ' /usr/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' unsigned char *_base;', ' ^', " /usr/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null", ' unsigned char *_base;', ' ^', ' _Nullable', " /usr/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null", ' unsigned char *_base;', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _read) (void *, char *, int);', ' ^', " /usr/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _read) (void *, char *, int);', ' ^', " /usr/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _read) (void *, char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' fpos_t (* _Nullable _seek) (void *, fpos_t, int);', ' ^', " /usr/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null", ' fpos_t (* _Nullable _seek) (void *, fpos_t, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null", ' fpos_t (* _Nullable _seek) (void *, fpos_t, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _write)(void *, const char *, int);', ' ^', " /usr/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable _write)(void *, const char *, int);', ' ^', " /usr/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nullable', " /usr/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable _write)(void *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' struct __sFILEX *_extra; /* additions to FILE to not break ABI */', ' ^', " /usr/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null", ' struct __sFILEX *_extra; /* additions to FILE to not break ABI */', ' ^', ' _Nullable', " /usr/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null", ' struct __sFILEX *_extra; /* additions to FILE to not break ABI */', ' ^', ' _Nonnull', ' In file included from src/_fastmath.c:29:', ' /usr/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' extern FILE *__stdinp;', ' ^', " /usr/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null", ' extern FILE *__stdinp;', ' ^', ' _Nullable', " /usr/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null", ' extern FILE *__stdinp;', ' ^', ' _Nonnull', ' /usr/include/stdio.h:390:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable)(void *, const char *, int),', ' ^', " /usr/include/stdio.h:390:41: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nullable', " /usr/include/stdio.h:390:41: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nonnull', ' /usr/include/stdio.h:390:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable)(void *, const char *, int),', ' ^', " /usr/include/stdio.h:390:55: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nullable', " /usr/include/stdio.h:390:55: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable)(void *, const char *, int),', ' ^', ' _Nonnull', ' /usr/include/stdio.h:391:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' fpos_t (* _Nullable)(void *, fpos_t, int),', ' ^', " /usr/include/stdio.h:391:44: note: insert '_Nullable' if the pointer may be null", ' fpos_t (* _Nullable)(void *, fpos_t, int),', ' ^', ' _Nullable', " /usr/include/stdio.h:391:44: note: insert '_Nonnull' if the pointer should never be null", ' fpos_t (* _Nullable)(void *, fpos_t, int),', ' ^', ' _Nonnull', ' /usr/include/stdio.h:392:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nullable)(void *));', ' ^', " /usr/include/stdio.h:392:41: note: insert '_Nullable' if the pointer may be null", ' int (* _Nullable)(void *));', ' ^', ' _Nullable', " /usr/include/stdio.h:392:41: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nullable)(void *));', ' ^', ' _Nonnull', ' /usr/include/stdio.h:388:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' FILE *funopen(const void *,', ' ^', " /usr/include/stdio.h:388:6: note: insert '_Nullable' if the pointer may be null", ' FILE *funopen(const void *,', ' ^', ' _Nullable', " /usr/include/stdio.h:388:6: note: insert '_Nonnull' if the pointer should never be null", ' FILE *funopen(const void *,', ' ^', ' _Nonnull', ' In file included from src/_fastmath.c:31:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/Python.h:34:', ' /usr/include/stdlib.h:139:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double atof(const char *);', ' ^', " /usr/include/stdlib.h:139:25: note: insert '_Nullable' if the pointer may be null", ' double atof(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:139:25: note: insert '_Nonnull' if the pointer should never be null", ' double atof(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:140:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int atoi(const char *);', ' ^', " /usr/include/stdlib.h:140:22: note: insert '_Nullable' if the pointer may be null", ' int atoi(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:140:22: note: insert '_Nonnull' if the pointer should never be null", ' int atoi(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:141:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long atol(const char *);', ' ^', " /usr/include/stdlib.h:141:23: note: insert '_Nullable' if the pointer may be null", ' long atol(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:141:23: note: insert '_Nonnull' if the pointer should never be null", ' long atol(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:144:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' atoll(const char *);', ' ^', " /usr/include/stdlib.h:144:20: note: insert '_Nullable' if the pointer may be null", ' atoll(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:144:20: note: insert '_Nonnull' if the pointer should never be null", ' atoll(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:146:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:146:26: note: insert '_Nullable' if the pointer may be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:146:26: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:146:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:146:45: note: insert '_Nullable' if the pointer may be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:146:45: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:147:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:147:59: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:147:59: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:147:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:147:73: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:147:73: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:146:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:146:6: note: insert '_Nullable' if the pointer may be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:146:6: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:148:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2);', ' ^', " /usr/include/stdlib.h:148:6: note: insert '_Nullable' if the pointer may be null", ' void *calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:148:6: note: insert '_Nonnull' if the pointer should never be null", ' void *calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:151:17: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void free(void *);', ' ^', " /usr/include/stdlib.h:151:17: note: insert '_Nullable' if the pointer may be null", ' void free(void *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:151:17: note: insert '_Nonnull' if the pointer should never be null", ' void free(void *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:152:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getenv(const char *);', ' ^', " /usr/include/stdlib.h:152:25: note: insert '_Nullable' if the pointer may be null", ' char *getenv(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:152:25: note: insert '_Nonnull' if the pointer should never be null", ' char *getenv(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:152:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getenv(const char *);', ' ^', " /usr/include/stdlib.h:152:6: note: insert '_Nullable' if the pointer may be null", ' char *getenv(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:152:6: note: insert '_Nonnull' if the pointer should never be null", ' char *getenv(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:160:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *malloc(size_t __size) __result_use_check __alloc_size(1);', ' ^', " /usr/include/stdlib.h:160:6: note: insert '_Nullable' if the pointer may be null", ' void *malloc(size_t __size) __result_use_check __alloc_size(1);', ' ^', ' _Nullable', " /usr/include/stdlib.h:160:6: note: insert '_Nonnull' if the pointer should never be null", ' void *malloc(size_t __size) __result_use_check __alloc_size(1);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:161:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mblen(const char *__s, size_t __n);', ' ^', " /usr/include/stdlib.h:161:23: note: insert '_Nullable' if the pointer may be null", ' int mblen(const char *__s, size_t __n);', ' ^', ' _Nullable', " /usr/include/stdlib.h:161:23: note: insert '_Nonnull' if the pointer should never be null", ' int mblen(const char *__s, size_t __n);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:162:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:162:26: note: insert '_Nullable' if the pointer may be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:162:26: note: insert '_Nonnull' if the pointer should never be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:162:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:162:52: note: insert '_Nullable' if the pointer may be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:162:52: note: insert '_Nonnull' if the pointer should never be null", ' size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:163:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:163:21: note: insert '_Nullable' if the pointer may be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:163:21: note: insert '_Nonnull' if the pointer should never be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:163:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:163:46: note: insert '_Nullable' if the pointer may be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:163:46: note: insert '_Nonnull' if the pointer should never be null", ' int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:164:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', " /usr/include/stdlib.h:164:27: note: insert '_Nullable' if the pointer may be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nullable', " /usr/include/stdlib.h:164:27: note: insert '_Nonnull' if the pointer should never be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:164:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', " /usr/include/stdlib.h:164:28: note: insert '_Nullable' if the pointer may be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nullable', " /usr/include/stdlib.h:164:28: note: insert '_Nonnull' if the pointer should never be null", ' int posix_memalign(void **__memptr, size_t __alignment, size_t __size) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:165:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:165:18: note: insert '_Nullable' if the pointer may be null", ' void qsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:165:18: note: insert '_Nonnull' if the pointer should never be null", ' void qsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:166:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:166:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:166:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:166:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:166:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:166:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:168:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', " /usr/include/stdlib.h:168:20: note: insert '_Nullable' if the pointer may be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:168:20: note: insert '_Nonnull' if the pointer should never be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:168:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', " /usr/include/stdlib.h:168:6: note: insert '_Nullable' if the pointer may be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:168:6: note: insert '_Nonnull' if the pointer should never be null", ' void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:170:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', " /usr/include/stdlib.h:170:27: note: insert '_Nullable' if the pointer may be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nullable', " /usr/include/stdlib.h:170:27: note: insert '_Nonnull' if the pointer should never be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:170:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', " /usr/include/stdlib.h:170:35: note: insert '_Nullable' if the pointer may be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nullable', " /usr/include/stdlib.h:170:35: note: insert '_Nonnull' if the pointer should never be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:170:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', " /usr/include/stdlib.h:170:36: note: insert '_Nullable' if the pointer may be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nullable', " /usr/include/stdlib.h:170:36: note: insert '_Nonnull' if the pointer should never be null", ' double strtod(const char *, char **) __DARWIN_ALIAS(strtod);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:171:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', " /usr/include/stdlib.h:171:26: note: insert '_Nullable' if the pointer may be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nullable', " /usr/include/stdlib.h:171:26: note: insert '_Nonnull' if the pointer should never be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:171:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', " /usr/include/stdlib.h:171:34: note: insert '_Nullable' if the pointer may be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nullable', " /usr/include/stdlib.h:171:34: note: insert '_Nonnull' if the pointer should never be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:171:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', " /usr/include/stdlib.h:171:35: note: insert '_Nullable' if the pointer may be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nullable', " /usr/include/stdlib.h:171:35: note: insert '_Nonnull' if the pointer should never be null", ' float strtof(const char *, char **) __DARWIN_ALIAS(strtof);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:172:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:172:25: note: insert '_Nullable' if the pointer may be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:172:25: note: insert '_Nonnull' if the pointer should never be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:172:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:172:38: note: insert '_Nullable' if the pointer may be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:172:38: note: insert '_Nonnull' if the pointer should never be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:172:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:172:39: note: insert '_Nullable' if the pointer may be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:172:39: note: insert '_Nonnull' if the pointer should never be null", ' long strtol(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:174:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtold(const char *, char **);', ' ^', " /usr/include/stdlib.h:174:22: note: insert '_Nullable' if the pointer may be null", ' strtold(const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:174:22: note: insert '_Nonnull' if the pointer should never be null", ' strtold(const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:174:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtold(const char *, char **);', ' ^', " /usr/include/stdlib.h:174:30: note: insert '_Nullable' if the pointer may be null", ' strtold(const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:174:30: note: insert '_Nonnull' if the pointer should never be null", ' strtold(const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:174:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtold(const char *, char **);', ' ^', " /usr/include/stdlib.h:174:31: note: insert '_Nullable' if the pointer may be null", ' strtold(const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:174:31: note: insert '_Nonnull' if the pointer should never be null", ' strtold(const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:177:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:177:22: note: insert '_Nullable' if the pointer may be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:177:22: note: insert '_Nonnull' if the pointer should never be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:177:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:177:35: note: insert '_Nullable' if the pointer may be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:177:35: note: insert '_Nonnull' if the pointer should never be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:177:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:177:36: note: insert '_Nullable' if the pointer may be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:177:36: note: insert '_Nonnull' if the pointer should never be null", ' strtoll(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:180:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:180:22: note: insert '_Nullable' if the pointer may be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:180:22: note: insert '_Nonnull' if the pointer should never be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:180:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:180:35: note: insert '_Nullable' if the pointer may be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:180:35: note: insert '_Nonnull' if the pointer should never be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:180:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:180:36: note: insert '_Nullable' if the pointer may be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:180:36: note: insert '_Nonnull' if the pointer should never be null", ' strtoul(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:183:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:183:23: note: insert '_Nullable' if the pointer may be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:183:23: note: insert '_Nonnull' if the pointer should never be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:183:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:183:36: note: insert '_Nullable' if the pointer may be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:183:36: note: insert '_Nonnull' if the pointer should never be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:183:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:183:37: note: insert '_Nullable' if the pointer may be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:183:37: note: insert '_Nonnull' if the pointer should never be null", ' strtoull(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:195:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int system(const char *) __DARWIN_ALIAS_C(system);', ' ^', " /usr/include/stdlib.h:195:24: note: insert '_Nullable' if the pointer may be null", ' int system(const char *) __DARWIN_ALIAS_C(system);', ' ^', ' _Nullable', " /usr/include/stdlib.h:195:24: note: insert '_Nonnull' if the pointer should never be null", ' int system(const char *) __DARWIN_ALIAS_C(system);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:199:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', " /usr/include/stdlib.h:199:51: note: insert '_Nullable' if the pointer may be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:199:51: note: insert '_Nonnull' if the pointer should never be null", ' size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:200:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int wctomb(char *, wchar_t);', ' ^', " /usr/include/stdlib.h:200:18: note: insert '_Nullable' if the pointer may be null", ' int wctomb(char *, wchar_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:200:18: note: insert '_Nonnull' if the pointer should never be null", ' int wctomb(char *, wchar_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:204:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' long a64l(const char *);', ' ^', " /usr/include/stdlib.h:204:23: note: insert '_Nullable' if the pointer may be null", ' long a64l(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:204:23: note: insert '_Nonnull' if the pointer should never be null", ' long a64l(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:206:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:206:29: note: insert '_Nullable' if the pointer may be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:206:29: note: insert '_Nonnull' if the pointer should never be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:206:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:206:46: note: insert '_Nullable' if the pointer may be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:206:46: note: insert '_Nonnull' if the pointer should never be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:206:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:206:6: note: insert '_Nullable' if the pointer may be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:206:6: note: insert '_Nonnull' if the pointer should never be null", ' char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:207:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' double erand48(unsigned short[3]);', ' ^', " /usr/include/stdlib.h:207:31: note: insert '_Nullable' if the array parameter may be null", ' double erand48(unsigned short[3]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:207:31: note: insert '_Nonnull' if the array parameter should never be null", ' double erand48(unsigned short[3]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:208:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:208:29: note: insert '_Nullable' if the pointer may be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:208:29: note: insert '_Nonnull' if the pointer should never be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:208:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:208:46: note: insert '_Nullable' if the pointer may be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:208:46: note: insert '_Nonnull' if the pointer should never be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', " /usr/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null", ' char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:209:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', " /usr/include/stdlib.h:209:30: note: insert '_Nullable' if the pointer may be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:209:30: note: insert '_Nonnull' if the pointer should never be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:209:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', " /usr/include/stdlib.h:209:6: note: insert '_Nullable' if the pointer may be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nullable', " /usr/include/stdlib.h:209:6: note: insert '_Nonnull' if the pointer should never be null", ' char *gcvt(double, int, char *); /* LEGACY */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:21: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:21: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:22: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:22: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:30: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:30: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:38: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:38: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:46: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:46: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:210:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int getsubopt(char **, char * const *, char **);', ' ^', " /usr/include/stdlib.h:210:47: note: insert '_Nullable' if the pointer may be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:210:47: note: insert '_Nonnull' if the pointer should never be null", ' int getsubopt(char **, char * const *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:213:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', " /usr/include/stdlib.h:213:32: note: insert '_Nullable' if the pointer may be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nullable', " /usr/include/stdlib.h:213:32: note: insert '_Nonnull' if the pointer should never be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', " /usr/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nullable', " /usr/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null", ' char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:217:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', " /usr/include/stdlib.h:217:29: note: insert '_Nullable' if the array parameter may be null", ' long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nullable', " /usr/include/stdlib.h:217:29: note: insert '_Nonnull' if the array parameter should never be null", ' long jrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:218:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *l64a(long);', ' ^', " /usr/include/stdlib.h:218:6: note: insert '_Nullable' if the pointer may be null", ' char *l64a(long);', ' ^', ' _Nullable', " /usr/include/stdlib.h:218:6: note: insert '_Nonnull' if the pointer should never be null", ' char *l64a(long);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' void lcong48(unsigned short[7]);', ' ^', " /usr/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null", ' void lcong48(unsigned short[7]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null", ' void lcong48(unsigned short[7]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:221:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *mktemp(char *);', ' ^', " /usr/include/stdlib.h:221:19: note: insert '_Nullable' if the pointer may be null", ' char *mktemp(char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:221:19: note: insert '_Nonnull' if the pointer should never be null", ' char *mktemp(char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *mktemp(char *);', ' ^', " /usr/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null", ' char *mktemp(char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null", ' char *mktemp(char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:222:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mkstemp(char *);', ' ^', " /usr/include/stdlib.h:222:19: note: insert '_Nullable' if the pointer may be null", ' int mkstemp(char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:222:19: note: insert '_Nonnull' if the pointer should never be null", ' int mkstemp(char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:224:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', " /usr/include/stdlib.h:224:29: note: insert '_Nullable' if the array parameter may be null", ' long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nullable', " /usr/include/stdlib.h:224:29: note: insert '_Nonnull' if the array parameter should never be null", ' long nrand48(unsigned short[3]) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:226:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *ptsname(int);', ' ^', " /usr/include/stdlib.h:226:6: note: insert '_Nullable' if the pointer may be null", ' char *ptsname(int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:226:6: note: insert '_Nonnull' if the pointer should never be null", ' char *ptsname(int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:229:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' 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));', ' ^', " /usr/include/stdlib.h:229:32: note: insert '_Nullable' if the pointer may be null", ' 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));', ' ^', ' _Nullable', " /usr/include/stdlib.h:229:32: note: insert '_Nonnull' if the pointer should never be null", ' 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));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:232:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int putenv(char *) __DARWIN_ALIAS(putenv);', ' ^', " /usr/include/stdlib.h:232:18: note: insert '_Nullable' if the pointer may be null", ' int putenv(char *) __DARWIN_ALIAS(putenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:232:18: note: insert '_Nonnull' if the pointer should never be null", ' int putenv(char *) __DARWIN_ALIAS(putenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:234:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");', ' ^', " /usr/include/stdlib.h:234:22: note: insert '_Nullable' if the pointer may be null", ' int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nullable', " /usr/include/stdlib.h:234:22: note: insert '_Nonnull' if the pointer should never be null", ' int rand_r(unsigned *) __swift_unavailable("Use arc4random instead.");', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:236:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', " /usr/include/stdlib.h:236:27: note: insert '_Nullable' if the pointer may be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nullable', " /usr/include/stdlib.h:236:27: note: insert '_Nonnull' if the pointer should never be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:236:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', " /usr/include/stdlib.h:236:46: note: insert '_Nullable' if the pointer may be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nullable', " /usr/include/stdlib.h:236:46: note: insert '_Nonnull' if the pointer should never be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:236:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', " /usr/include/stdlib.h:236:6: note: insert '_Nullable' if the pointer may be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nullable', " /usr/include/stdlib.h:236:6: note: insert '_Nonnull' if the pointer should never be null", ' char *realpath(const char * __restrict, char * __restrict) __DARWIN_EXTSN(realpath);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:241:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' *seed48(unsigned short[3]);', ' ^', " /usr/include/stdlib.h:241:24: note: insert '_Nullable' if the array parameter may be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:241:24: note: insert '_Nonnull' if the array parameter should never be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:241:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' *seed48(unsigned short[3]);', ' ^', " /usr/include/stdlib.h:241:2: note: insert '_Nullable' if the pointer may be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nullable', " /usr/include/stdlib.h:241:2: note: insert '_Nonnull' if the pointer should never be null", ' *seed48(unsigned short[3]);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:242:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', " /usr/include/stdlib.h:242:24: note: insert '_Nullable' if the pointer may be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:242:24: note: insert '_Nonnull' if the pointer should never be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:242:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', " /usr/include/stdlib.h:242:45: note: insert '_Nullable' if the pointer may be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:242:45: note: insert '_Nonnull' if the pointer should never be null", ' int setenv(const char * __name, const char * __value, int __overwrite) __DARWIN_ALIAS(setenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:244:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void setkey(const char *) __DARWIN_ALIAS(setkey);', ' ^', " /usr/include/stdlib.h:244:25: note: insert '_Nullable' if the pointer may be null", ' void setkey(const char *) __DARWIN_ALIAS(setkey);', ' ^', ' _Nullable', " /usr/include/stdlib.h:244:25: note: insert '_Nonnull' if the pointer should never be null", ' void setkey(const char *) __DARWIN_ALIAS(setkey);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:248:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *setstate(const char *);', ' ^', " /usr/include/stdlib.h:248:27: note: insert '_Nullable' if the pointer may be null", ' char *setstate(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:248:27: note: insert '_Nonnull' if the pointer should never be null", ' char *setstate(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:248:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *setstate(const char *);', ' ^', " /usr/include/stdlib.h:248:6: note: insert '_Nullable' if the pointer may be null", ' char *setstate(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:248:6: note: insert '_Nonnull' if the pointer should never be null", ' char *setstate(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:257:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);', ' ^', " /usr/include/stdlib.h:257:26: note: insert '_Nullable' if the pointer may be null", ' int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);', ' ^', ' _Nullable', " /usr/include/stdlib.h:257:26: note: insert '_Nonnull' if the pointer should never be null", ' int unsetenv(const char *) __DARWIN_ALIAS(unsetenv);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:271:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)', ' ^', " /usr/include/stdlib.h:271:42: note: insert '_Nullable' if the pointer may be null", ' void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)', ' ^', ' _Nullable', " /usr/include/stdlib.h:271:42: note: insert '_Nonnull' if the pointer should never be null", ' void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/)', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:276:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);', ' ^', " /usr/include/stdlib.h:276:27: note: insert '_Nullable' if the pointer may be null", ' void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);', ' ^', ' _Nullable', " /usr/include/stdlib.h:276:27: note: insert '_Nonnull' if the pointer should never be null", ' void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:282:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:282:28: note: insert '_Nullable' if the pointer may be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:282:28: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:282:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:282:47: note: insert '_Nullable' if the pointer may be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:282:47: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:283:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:283:59: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:283:59: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:283:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:283:73: note: insert '_Nullable' if the pointer may be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:283:73: note: insert '_Nonnull' if the pointer should never be null", ' size_t __width, int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:282:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', " /usr/include/stdlib.h:282:6: note: insert '_Nullable' if the pointer may be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nullable', " /usr/include/stdlib.h:282:6: note: insert '_Nonnull' if the pointer should never be null", ' void *bsearch_b(const void *__key, const void *__base, size_t __nel,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:287:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *cgetcap(char *, const char *, int);', ' ^', " /usr/include/stdlib.h:287:20: note: insert '_Nullable' if the pointer may be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:287:20: note: insert '_Nonnull' if the pointer should never be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:287:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *cgetcap(char *, const char *, int);', ' ^', " /usr/include/stdlib.h:287:34: note: insert '_Nullable' if the pointer may be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:287:34: note: insert '_Nonnull' if the pointer should never be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:287:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *cgetcap(char *, const char *, int);', ' ^', " /usr/include/stdlib.h:287:6: note: insert '_Nullable' if the pointer may be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:287:6: note: insert '_Nonnull' if the pointer should never be null", ' char *cgetcap(char *, const char *, int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:20: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:20: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:28: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:28: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:29: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:29: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:289:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetent(char **, char **, const char *);', ' ^', " /usr/include/stdlib.h:289:43: note: insert '_Nullable' if the pointer may be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:289:43: note: insert '_Nonnull' if the pointer should never be null", ' int cgetent(char **, char **, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:21: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:21: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:22: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:22: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:30: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:30: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:290:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetfirst(char **, char **);', ' ^', " /usr/include/stdlib.h:290:31: note: insert '_Nullable' if the pointer may be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:290:31: note: insert '_Nonnull' if the pointer should never be null", ' int cgetfirst(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:291:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetmatch(const char *, const char *);', ' ^', " /usr/include/stdlib.h:291:27: note: insert '_Nullable' if the pointer may be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:291:27: note: insert '_Nonnull' if the pointer should never be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:291:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetmatch(const char *, const char *);', ' ^', " /usr/include/stdlib.h:291:41: note: insert '_Nullable' if the pointer may be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:291:41: note: insert '_Nonnull' if the pointer should never be null", ' int cgetmatch(const char *, const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:20: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:20: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:21: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:21: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:29: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:29: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:292:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnext(char **, char **);', ' ^', " /usr/include/stdlib.h:292:30: note: insert '_Nullable' if the pointer may be null", ' int cgetnext(char **, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:292:30: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnext(char **, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:293:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnum(char *, const char *, long *);', ' ^', " /usr/include/stdlib.h:293:19: note: insert '_Nullable' if the pointer may be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:293:19: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:293:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnum(char *, const char *, long *);', ' ^', " /usr/include/stdlib.h:293:33: note: insert '_Nullable' if the pointer may be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:293:33: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:293:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetnum(char *, const char *, long *);', ' ^', " /usr/include/stdlib.h:293:41: note: insert '_Nullable' if the pointer may be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:293:41: note: insert '_Nonnull' if the pointer should never be null", ' int cgetnum(char *, const char *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:294:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetset(const char *);', ' ^', " /usr/include/stdlib.h:294:25: note: insert '_Nullable' if the pointer may be null", ' int cgetset(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:294:25: note: insert '_Nonnull' if the pointer should never be null", ' int cgetset(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:19: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:19: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:33: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:33: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:41: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:41: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:295:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetstr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:295:42: note: insert '_Nullable' if the pointer may be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:295:42: note: insert '_Nonnull' if the pointer should never be null", ' int cgetstr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:20: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:20: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:34: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:34: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:42: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:42: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:296:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int cgetustr(char *, const char *, char **);', ' ^', " /usr/include/stdlib.h:296:43: note: insert '_Nullable' if the pointer may be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nullable', " /usr/include/stdlib.h:296:43: note: insert '_Nonnull' if the pointer should never be null", ' int cgetustr(char *, const char *, char **);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:299:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *devname(dev_t, mode_t);', ' ^', " /usr/include/stdlib.h:299:6: note: insert '_Nullable' if the pointer may be null", ' char *devname(dev_t, mode_t);', ' ^', ' _Nullable', " /usr/include/stdlib.h:299:6: note: insert '_Nonnull' if the pointer should never be null", ' char *devname(dev_t, mode_t);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:300:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', " /usr/include/stdlib.h:300:37: note: insert '_Nullable' if the pointer may be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nullable', " /usr/include/stdlib.h:300:37: note: insert '_Nonnull' if the pointer should never be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:300:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', " /usr/include/stdlib.h:300:6: note: insert '_Nullable' if the pointer may be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nullable', " /usr/include/stdlib.h:300:6: note: insert '_Nonnull' if the pointer should never be null", ' char *devname_r(dev_t, mode_t, char *buf, int len);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:301:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getbsize(int *, long *);', ' ^', " /usr/include/stdlib.h:301:20: note: insert '_Nullable' if the pointer may be null", ' char *getbsize(int *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:301:20: note: insert '_Nonnull' if the pointer should never be null", ' char *getbsize(int *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:301:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getbsize(int *, long *);', ' ^', " /usr/include/stdlib.h:301:28: note: insert '_Nullable' if the pointer may be null", ' char *getbsize(int *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:301:28: note: insert '_Nonnull' if the pointer should never be null", ' char *getbsize(int *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:301:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' char *getbsize(int *, long *);', ' ^', " /usr/include/stdlib.h:301:6: note: insert '_Nullable' if the pointer may be null", ' char *getbsize(int *, long *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:301:6: note: insert '_Nonnull' if the pointer should never be null", ' char *getbsize(int *, long *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:302:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]', ' int getloadavg(double [], int);', ' ^', " /usr/include/stdlib.h:302:24: note: insert '_Nullable' if the array parameter may be null", ' int getloadavg(double [], int);', ' ^', ' _Nullable', " /usr/include/stdlib.h:302:24: note: insert '_Nonnull' if the array parameter should never be null", ' int getloadavg(double [], int);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:304:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' *getprogname(void);', ' ^', " /usr/include/stdlib.h:304:2: note: insert '_Nullable' if the pointer may be null", ' *getprogname(void);', ' ^', ' _Nullable', " /usr/include/stdlib.h:304:2: note: insert '_Nonnull' if the pointer should never be null", ' *getprogname(void);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:306:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int heapsort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:306:20: note: insert '_Nullable' if the pointer may be null", ' int heapsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:306:20: note: insert '_Nonnull' if the pointer should never be null", ' int heapsort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:307:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:307:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:307:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:307:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:307:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:307:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:309:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int heapsort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:309:22: note: insert '_Nullable' if the pointer may be null", ' int heapsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:309:22: note: insert '_Nonnull' if the pointer should never be null", ' int heapsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:312:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mergesort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:312:21: note: insert '_Nullable' if the pointer may be null", ' int mergesort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:312:21: note: insert '_Nonnull' if the pointer should never be null", ' int mergesort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', " /usr/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:315:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int mergesort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:315:23: note: insert '_Nullable' if the pointer may be null", ' int mergesort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:315:23: note: insert '_Nonnull' if the pointer should never be null", ' int mergesort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:316:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:316:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:316:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:316:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:316:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:316:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:318:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:318:18: note: insert '_Nullable' if the pointer may be null", ' void psort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:318:18: note: insert '_Nonnull' if the pointer should never be null", ' void psort(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:319:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:319:43: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:319:43: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:319:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:319:57: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:319:57: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:321:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:321:20: note: insert '_Nullable' if the pointer may be null", ' void psort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:321:20: note: insert '_Nonnull' if the pointer should never be null", ' void psort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:322:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:322:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:322:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:322:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:322:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:322:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:324:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:324:20: note: insert '_Nullable' if the pointer may be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:324:20: note: insert '_Nonnull' if the pointer should never be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:324:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:324:64: note: insert '_Nullable' if the pointer may be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:324:64: note: insert '_Nonnull' if the pointer should never be null", ' void psort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:325:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:325:37: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:325:37: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:325:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:325:51: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:325:51: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:325:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:325:65: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:325:65: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort_b(void *__base, size_t __nel, size_t __width,', ' ^', " /usr/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null", ' void qsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nullable', " /usr/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null", ' void qsort_b(void *__base, size_t __nel, size_t __width,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', " /usr/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null", ' int (^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:330:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:330:20: note: insert '_Nullable' if the pointer may be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:330:20: note: insert '_Nonnull' if the pointer should never be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:330:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', " /usr/include/stdlib.h:330:64: note: insert '_Nullable' if the pointer may be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nullable', " /usr/include/stdlib.h:330:64: note: insert '_Nonnull' if the pointer should never be null", ' void qsort_r(void *__base, size_t __nel, size_t __width, void *,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:331:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', " /usr/include/stdlib.h:331:37: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:331:37: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:331:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', " /usr/include/stdlib.h:331:51: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:331:51: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:331:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', " /usr/include/stdlib.h:331:65: note: insert '_Nullable' if the pointer may be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nullable', " /usr/include/stdlib.h:331:65: note: insert '_Nonnull' if the pointer should never be null", ' int (* _Nonnull __compar)(void *, const void *, const void *));', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:332:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:332:36: note: insert '_Nullable' if the pointer may be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:332:36: note: insert '_Nonnull' if the pointer should never be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:332:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:332:77: note: insert '_Nullable' if the pointer may be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:332:77: note: insert '_Nonnull' if the pointer should never be null", ' int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:334:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void setprogname(const char *);', ' ^', " /usr/include/stdlib.h:334:30: note: insert '_Nullable' if the pointer may be null", ' void setprogname(const char *);', ' ^', ' _Nullable', " /usr/include/stdlib.h:334:30: note: insert '_Nonnull' if the pointer should never be null", ' void setprogname(const char *);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:335:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:335:37: note: insert '_Nullable' if the pointer may be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:335:37: note: insert '_Nonnull' if the pointer should never be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:335:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:335:38: note: insert '_Nullable' if the pointer may be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:335:38: note: insert '_Nonnull' if the pointer should never be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:335:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', " /usr/include/stdlib.h:335:78: note: insert '_Nullable' if the pointer may be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nullable', " /usr/include/stdlib.h:335:78: note: insert '_Nonnull' if the pointer should never be null", ' int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table,', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:339:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', " /usr/include/stdlib.h:339:21: note: insert '_Nullable' if the pointer may be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:339:21: note: insert '_Nonnull' if the pointer should never be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:339:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', " /usr/include/stdlib.h:339:6: note: insert '_Nullable' if the pointer may be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nullable', " /usr/include/stdlib.h:339:6: note: insert '_Nonnull' if the pointer should never be null", ' void *reallocf(void *__ptr, size_t __size) __alloc_size(2);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:342:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:342:21: note: insert '_Nullable' if the pointer may be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:342:21: note: insert '_Nonnull' if the pointer should never be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:342:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:342:34: note: insert '_Nullable' if the pointer may be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:342:34: note: insert '_Nonnull' if the pointer should never be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:342:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:342:35: note: insert '_Nullable' if the pointer may be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:342:35: note: insert '_Nonnull' if the pointer should never be null", ' strtoq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:344:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:344:22: note: insert '_Nullable' if the pointer may be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:344:22: note: insert '_Nonnull' if the pointer should never be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:344:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:344:35: note: insert '_Nullable' if the pointer may be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:344:35: note: insert '_Nonnull' if the pointer should never be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:344:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', " /usr/include/stdlib.h:344:36: note: insert '_Nullable' if the pointer may be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nullable', " /usr/include/stdlib.h:344:36: note: insert '_Nonnull' if the pointer should never be null", ' strtouq(const char *__str, char **__endptr, int __base);', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:346:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' extern char *suboptarg; /* getsubopt(3) external variable */', ' ^', " /usr/include/stdlib.h:346:13: note: insert '_Nullable' if the pointer may be null", ' extern char *suboptarg; /* getsubopt(3) external variable */', ' ^', ' _Nullable', " /usr/include/stdlib.h:346:13: note: insert '_Nonnull' if the pointer should never be null", ' extern char *suboptarg; /* getsubopt(3) external variable */', ' ^', ' _Nonnull', ' /usr/include/stdlib.h:347:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]', ' void *valloc(size_t) __alloc_size(1);', ' ^', " /usr/include/stdlib.h:347:6: note: insert '_Nullable' if the pointer may be null", ' void *valloc(size_t) __alloc_size(1);', ' ^', ' _Nullable', " /usr/include/stdlib.h:347:6: note: insert '_Nonnull' if the pointer should never be null", ' void *valloc(size_t) __alloc_size(1);', ' ^', ' _Nonnull', ' In file included from src/_fastmath.c:31:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/Python.h:109:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/traceback.h:8:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:11:', ' In file included from /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pythread.h:114:', " /usr/include/pthread.h:325:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", ' #if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT', ' ^', " /usr/include/pthread.h:194:2: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " /usr/include/pthread.h:325:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", " /usr/include/pthread.h:194:34: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " /usr/include/pthread.h:527:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", ' #if !_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT', ' ^', " /usr/include/pthread.h:194:2: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " /usr/include/pthread.h:527:6: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]", " /usr/include/pthread.h:194:34: note: expanded from macro '_PTHREAD_SWIFT_IMPORTER_NULLABILITY_COMPAT'", ' defined(SWIFT_CLASS_EXTRA) && (!defined(SWIFT_SDK_OVERLAY_PTHREAD_EPOCH) || (SWIFT_SDK_OVERLAY_PTHREAD_EPOCH < 1))', ' ^', " src/_fastmath.c:36:11: fatal error: 'gmp.h' file not found", ' # include <gmp.h>', ' ^~~~~~~', ' 201 warnings and 1 error generated.', " error: command 'clang' failed with exit status 1", ' ', ' ----------------------------------------']
31[pipenv.exceptions.InstallError]: ['Failed building wheel for pycrypto', 'Command "/Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F/bin/python3.7 -u -c "import setuptools, tokenize;__file__=\'/private/var/folders/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pip-install-ng4r9k5u/pycrypto/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/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pip-record-g09tm5h9/install-record.txt --single-version-externally-managed --compile --install-headers /Users/matt/.local/share/virtualenvs/evacuate_2stp-brEEh20F/bin/../include/site/python3.7/pycrypto" failed with error code 1 in /private/var/folders/sy/jcz9n9dn2t98677rzpmyvkr00000gn/T/pip-install-ng4r9k5u/pycrypto/']
32ERROR: ERROR: Package installation failed...
33 ☤ ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:35