ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/50] ACTION //llvm/test:lit_site_cfg(//llvm/utils/gn/build/toolchain:unix) FAILED: gen/llvm/test/lit.site.cfg.py python3 ../../llvm/utils/gn/build/write_cmake_config.py -o gen/llvm/test/lit.site.cfg.py ../../llvm/test/lit.site.cfg.py.in LIT_SITE_CFG_IN_HEADER=\#\#\ Autogenerated\ from\ //llvm/test/lit.site.cfg.py.in,\ do\ not\ edit\\n\\n\#\ Takes\ a\ path\ that\'s\ relative\ to\ __file__\ and\ makes\ it\ absolute.\\ndef\ path\(p\):\\n\ \ \ \ return\ os.path.abspath\(os.path.join\(__file__,\ \'..\',\ p\)\)\ if\ p\ else\ \'\' LLVM_BINARY_DIR=../../../obj/llvm LLVM_SOURCE_DIR=../../../../../llvm LLVM_TOOLS_DIR=../../../bin SHLIBDIR=../../../lib BUILD_SHARED_LIBS=0 HOST_CC=cc HOST_CXX=c++ HOST_LDFLAGS= ENABLE_BACKTRACES=1 LLVM_APPEND_VC_REV=0 LLVM_ENABLE_FFI=0 LLVM_ENABLE_HTTPLIB=0 LLVM_FORCE_VC_REVISION= LLVM_HAS_LOGF128=0 LLVM_HAVE_OPT_VIEWER_MODULES=0 LLVM_HOST_TRIPLE=x86_64-unknown-linux-gnu LLVM_INCLUDE_DXIL_TESTS=0 LLVM_INCLUDE_SPIRV_TOOLS_TESTS=0 LLVM_LIBS_DIR=../../../lib LLVM_LINK_LLVM_DYLIB=0 LLVM_LIT_TOOLS_DIR= LLVM_NATIVE_ARCH=X86 LLVM_TOOL_LLVM_DRIVER_BUILD=0 LLVM_USE_INTEL_JITEVENTS=0 LLVM_USE_SANITIZER= LLVM_VERSION_MAJOR=21 LLVM_VERSION_MINOR=0 LLVM_VERSION_SUFFIX=git Python3_EXECUTABLE=python3 TARGETS_TO_BUILD=AArch64\ AMDGPU\ ARM\ AVR\ BPF\ Hexagon\ Lanai\ LoongArch\ Mips\ NVPTX\ PowerPC\ RISCV\ Sparc\ SystemZ\ WebAssembly\ X86 LLVM_TARGET_TRIPLE=x86_64-unknown-linux-gnu LLVM_LIBCXX_USED=0 LLVM_BINDINGS= LLVM_BYE_LINK_INTO_TOOLS=0 LLVM_EXAMPLEIRTRANSFORMS_LINK_INTO_TOOLS=0 HAVE_OCAMLOPT=0 OCAMLFIND=OCAMLFIND-NOTFOUND OCAMLFLAGS= LLVM_BUILD_EXAMPLES=0 LLVM_HAVE_TF_AOT=0 LLVM_HAVE_TFLITE=0 LLVM_INLINER_MODEL_AUTOGENERATED=0 LLVM_RAEVICT_MODEL_AUTOGENERATED=0 PTXAS_EXECUTABLE= HOST_ARCH=x86_64 EXEEXT= LLVM_ENABLE_PLUGINS=1 LLVM_LIT_ERRC_MESSAGES= LLVM_PLUGIN_EXT=.so SHLIBEXT=.so HOST_OS=Linux GOLD_EXECUTABLE=ld CMAKE_OSX_SYSROOT= LD64_EXECUTABLE= ENABLE_ASSERTIONS=1 LLVM_ENABLE_DIA_SDK=0 LLVM_ENABLE_LIBXML2=1 LLVM_ENABLE_EXPENSIVE_CHECKS=0 LLVM_ENABLE_THREADS=1 LLVM_ENABLE_ZLIB=1 LLVM_ENABLE_ZSTD=0 LLVM_ENABLE_CURL=0 LLVM_ENABLE_REVERSE_ITERATION=0 Traceback (most recent call last): File "/usr/local/google/home/thakis/src/llvm-project/out/gn/../../llvm/utils/gn/build/write_cmake_config.py", line 122, in sys.exit(main()) ^^^^^^ File "/usr/local/google/home/thakis/src/llvm-project/out/gn/../../llvm/utils/gn/build/write_cmake_config.py", line 72, in main in_line = var_re.sub(repl, in_line) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/google/home/thakis/src/llvm-project/out/gn/../../llvm/utils/gn/build/write_cmake_config.py", line 70, in repl return values[key] ~~~~~~^^^^^ KeyError: 'LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS' [2/50] SOLINK lib/clang/21/lib/linux/libclang_rt.ubsan_standalone-x86_64.so [3/50] SOLINK lib/clang/21/lib/linux/libclang_rt.hwasan_aliases-x86_64.so [4/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.bind.o [5/50] CXX stage2_unix/obj/libcxx/src/cxx_static.bind.o [6/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.functional.o [7/50] CXX stage2_unix/obj/libcxx/src/cxx_static.functional.o [8/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.vector.o In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [9/50] CXX stage2_unix/obj/libcxx/src/cxx_static.vector.o In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/vector.cpp:9: In file included from include/c++/v1/vector:326: In file included from include/c++/v1/__vector/vector_bool_formatter.h:15: In file included from include/c++/v1/__format/formatter_bool.h:19: In file included from include/c++/v1/__format/formatter_integral.h:21: In file included from include/c++/v1/__format/formatter_output.h:24: In file included from include/c++/v1/__format/parser_std_format_spec.h:39: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [10/50] CXX stage2_unix/obj/libcxx/src/cxx_static.random.o In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [11/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.random.o In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random.cpp:18: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [12/50] CXX stage2_unix/obj/libcxx/src/cxx_static.atomic.o In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [13/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.random_shuffle.o In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [14/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.thread.o In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [15/50] CXX stage2_unix/obj/libcxx/src/cxx_static.thread.o In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/thread.cpp:12: In file included from include/c++/v1/future:392: In file included from include/c++/v1/__system_error/error_category.h:15: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [16/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.atomic.o In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/atomic.cpp:13: In file included from include/c++/v1/thread:97: In file included from include/c++/v1/__thread/thread.h:33: In file included from include/c++/v1/locale:210: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [17/50] CXX stage2_unix/obj/libcxx/src/cxx_static.random_shuffle.o In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/random_shuffle.cpp:10: In file included from include/c++/v1/random:1708: In file included from include/c++/v1/__random/random_device.h:13: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [18/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.regex.o In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [19/50] CXX stage2_unix/obj/libcxx/src/cxx_static.regex.o In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/regex.cpp:11: In file included from include/c++/v1/regex:805: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [20/50] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.chrono_exception.o In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/chrono_exception.cpp:9: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [21/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.chrono.o In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [22/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.path.o In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [23/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.filesystem_clock.o In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [24/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.filesystem_clock.o In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_clock.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [25/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.path.o In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/path.cpp:10: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [26/50] CXX stage2_unix/obj/libcxx/src/cxx_static.chrono.o In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/chrono.cpp:17: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [27/50] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.tzdb_list.o In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb_list.cpp:11: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [28/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.directory_entry.o In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [29/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.directory_entry.o In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_entry.cpp:11: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [30/50] CXX stage2_unix/obj/llvm/lib/Support/Support.Signals.o [31/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.directory_iterator.o In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [32/50] CXX stage2_unix/obj/llvm/lib/Support/Support.Mustache.o [33/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.directory_iterator.o In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/directory_iterator.cpp:12: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [34/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.operations.o In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [35/50] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.operations.o In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/operations.cpp:15: In file included from include/c++/v1/filesystem:543: In file included from include/c++/v1/__filesystem/directory_entry.h:19: In file included from include/c++/v1/__filesystem/filesystem_error.h:14: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [36/50] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.tzdb.o In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/tzdb.cpp:14: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [37/50] CXX stage2_unix/obj/libcxx/src/experimental/cxx_experimental.time_zone.o In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/experimental/time_zone.cpp:34: In file included from include/c++/v1/chrono:1053: In file included from include/c++/v1/__chrono/exception.h:20: In file included from include/c++/v1/__chrono/local_info.h:19: In file included from include/c++/v1/__chrono/sys_info.h:23: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [38/50] CXX stage2_unix/obj/libcxx/src/cxx_shared.locale.o In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [39/50] CXX stage2_unix/obj/libcxx/src/cxx_static.locale.o In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:1060:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1060:80: note: insert '_Nullable' if the pointer may be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1060:80: note: insert '_Nonnull' if the pointer should never be null 1060 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1066:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1066:28: note: insert '_Nullable' if the pointer may be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1066:28: note: insert '_Nonnull' if the pointer should never be null 1066 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1389:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1389:70: note: insert '_Nullable' if the pointer may be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1389:70: note: insert '_Nonnull' if the pointer should never be null 1389 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1516:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1516:70: note: insert '_Nullable' if the pointer may be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1516:70: note: insert '_Nonnull' if the pointer should never be null 1516 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1517:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1517:70: note: insert '_Nullable' if the pointer may be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1517:70: note: insert '_Nonnull' if the pointer should never be null 1517 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1588:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1588:87: note: insert '_Nullable' if the pointer may be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1588:87: note: insert '_Nonnull' if the pointer should never be null 1588 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1668:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1668:60: note: insert '_Nullable' if the pointer may be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1668:60: note: insert '_Nonnull' if the pointer should never be null 1668 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1669:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1669:104: note: insert '_Nullable' if the pointer may be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1669:104: note: insert '_Nonnull' if the pointer should never be null 1669 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1686:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1686:69: note: insert '_Nullable' if the pointer may be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1686:69: note: insert '_Nonnull' if the pointer should never be null 1686 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1691:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1691:69: note: insert '_Nullable' if the pointer may be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1691:69: note: insert '_Nonnull' if the pointer should never be null 1691 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1723:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1723:58: note: insert '_Nullable' if the pointer may be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1723:58: note: insert '_Nonnull' if the pointer should never be null 1723 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1750:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1750:71: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1750:71: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1751:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1751:71: note: insert '_Nullable' if the pointer may be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1751:71: note: insert '_Nonnull' if the pointer should never be null 1751 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1755:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1755:65: note: insert '_Nullable' if the pointer may be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1755:65: note: insert '_Nonnull' if the pointer should never be null 1755 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1778:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1778:64: note: insert '_Nullable' if the pointer may be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1778:64: note: insert '_Nonnull' if the pointer should never be null 1778 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1809:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1809:65: note: insert '_Nullable' if the pointer may be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1809:65: note: insert '_Nonnull' if the pointer should never be null 1809 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1842:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1842:33: note: insert '_Nullable' if the pointer may be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1842:33: note: insert '_Nonnull' if the pointer should never be null 1842 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1876:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1876:32: note: insert '_Nullable' if the pointer may be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1876:32: note: insert '_Nonnull' if the pointer should never be null 1876 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1910:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1910:37: note: insert '_Nullable' if the pointer may be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1910:37: note: insert '_Nonnull' if the pointer should never be null 1910 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1944:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1944:36: note: insert '_Nullable' if the pointer may be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1944:36: note: insert '_Nonnull' if the pointer should never be null 1944 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:2021:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:2021:61: note: insert '_Nullable' if the pointer may be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:2021:61: note: insert '_Nonnull' if the pointer should never be null 2021 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2104:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2104:78: note: insert '_Nullable' if the pointer may be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2104:78: note: insert '_Nonnull' if the pointer should never be null 2104 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2103:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2103:72: note: insert '_Nullable' if the pointer may be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2103:72: note: insert '_Nonnull' if the pointer should never be null 2103 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2223:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:45: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:45: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2223:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2223:68: note: insert '_Nullable' if the pointer may be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2223:68: note: insert '_Nonnull' if the pointer should never be null 2223 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2300:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2300:68: note: insert '_Nullable' if the pointer may be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2300:68: note: insert '_Nonnull' if the pointer should never be null 2300 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2311:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2311:97: note: insert '_Nullable' if the pointer may be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2311:97: note: insert '_Nonnull' if the pointer should never be null 2311 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2351:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2351 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2351:23: note: insert '_Nullable' if the pointer may be null 2351 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2351:23: note: insert '_Nonnull' if the pointer should never be null 2351 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2357:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2357:98: note: insert '_Nullable' if the pointer may be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2357:98: note: insert '_Nonnull' if the pointer should never be null 2357 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2429:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2429:98: note: insert '_Nullable' if the pointer may be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2429:98: note: insert '_Nonnull' if the pointer should never be null 2429 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2430:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2430:98: note: insert '_Nullable' if the pointer may be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2430:98: note: insert '_Nonnull' if the pointer should never be null 2430 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2433:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2433:85: note: insert '_Nullable' if the pointer may be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2433:85: note: insert '_Nonnull' if the pointer should never be null 2433 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2453:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2453:33: note: insert '_Nullable' if the pointer may be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2453:33: note: insert '_Nonnull' if the pointer should never be null 2453 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2482:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2482:80: note: insert '_Nullable' if the pointer may be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2482:80: note: insert '_Nonnull' if the pointer should never be null 2482 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2487:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2487:31: note: insert '_Nullable' if the pointer may be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2487:31: note: insert '_Nonnull' if the pointer should never be null 2487 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2500 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, char) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:32:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 32 | Func(void basic_string::__init(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:40:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 40 | Func(basic_string& basic_string::append(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:41:75: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 41 | Func(basic_string& basic_string::append(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:44:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 44 | Func(basic_string& basic_string::insert(size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:46:86: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 46 | Func(basic_string& basic_string::insert(size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:49:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 49 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:51:98: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 51 | Func(basic_string& basic_string::replace(size_type, size_type, const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:53:140: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 53 | Func(void basic_string::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:56:77: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 56 | Func(basic_string::size_type basic_string::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:58:83: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 58 | Func(basic_string::size_type basic_string::find(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:60:84: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 60 | Func(basic_string::size_type basic_string::rfind(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:61:92: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 61 | Func(basic_string::size_type basic_string::find_first_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:62:91: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 62 | Func(basic_string::size_type basic_string::find_last_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:63:96: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 63 | Func(basic_string::size_type basic_string::find_first_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:64:95: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 64 | Func(basic_string::size_type basic_string::find_last_not_of(const value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:67:59: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 67 | Func(int basic_string::compare(const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:68:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 68 | Func(int basic_string::compare(size_type, size_type, const value_type*) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:74:3: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 74 | _LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST(Func, CharT) \ | ^ include/c++/v1/__string/extern_template_lists.h:69:81: note: expanded from macro '_LIBCPP_STRING_COMMON_EXTERN_TEMPLATE_LIST' 69 | Func(int basic_string::compare(size_type, size_type, const value_type*, size_type) const) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:77:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 77 | Func(basic_string& basic_string::assign(const value_type*)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:78:73: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 78 | Func(basic_string& basic_string::assign(const value_type*, size_type)) \ | ^ In file included from ../../libcxx/src/locale.cpp:12: In file included from include/c++/v1/codecvt:64: In file included from include/c++/v1/__locale:28: include/c++/v1/string:2542:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2542:67: note: insert '_Nullable' if the pointer may be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2542:67: note: insert '_Nonnull' if the pointer should never be null 2542 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2566:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2566:86: note: insert '_Nullable' if the pointer may be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2566:86: note: insert '_Nonnull' if the pointer should never be null 2566 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2696:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2696 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2696:21: note: insert '_Nullable' if the pointer may be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2696:21: note: insert '_Nonnull' if the pointer should never be null 2696 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2783:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2783:78: note: insert '_Nullable' if the pointer may be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2783:78: note: insert '_Nonnull' if the pointer should never be null 2783 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2809:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2809:78: note: insert '_Nullable' if the pointer may be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2809:78: note: insert '_Nonnull' if the pointer should never be null 2809 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2826:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2826:67: note: insert '_Nullable' if the pointer may be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2826:67: note: insert '_Nonnull' if the pointer should never be null 2826 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2997:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2997:78: note: insert '_Nullable' if the pointer may be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2997:78: note: insert '_Nonnull' if the pointer should never be null 2997 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3003:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3003:67: note: insert '_Nullable' if the pointer may be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3003:67: note: insert '_Nonnull' if the pointer should never be null 3003 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3013:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3013:67: note: insert '_Nullable' if the pointer may be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3013:67: note: insert '_Nonnull' if the pointer should never be null 3013 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3105:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3105:67: note: insert '_Nullable' if the pointer may be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3105:67: note: insert '_Nonnull' if the pointer should never be null 3105 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3114:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3114:84: note: insert '_Nullable' if the pointer may be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3114:84: note: insert '_Nonnull' if the pointer should never be null 3114 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3196:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3196:84: note: insert '_Nullable' if the pointer may be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3196:84: note: insert '_Nonnull' if the pointer should never be null 3196 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3229:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3229:54: note: insert '_Nullable' if the pointer may be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3229:54: note: insert '_Nonnull' if the pointer should never be null 3229 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3309:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3309:101: note: insert '_Nullable' if the pointer may be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3309:101: note: insert '_Nonnull' if the pointer should never be null 3309 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3494:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3494:59: note: insert '_Nullable' if the pointer may be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3494:59: note: insert '_Nonnull' if the pointer should never be null 3494 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3531:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3531:55: note: insert '_Nullable' if the pointer may be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3531:55: note: insert '_Nonnull' if the pointer should never be null 3531 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3574:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3574:80: note: insert '_Nullable' if the pointer may be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3574:80: note: insert '_Nonnull' if the pointer should never be null 3574 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3607:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3607:81: note: insert '_Nullable' if the pointer may be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3607:81: note: insert '_Nonnull' if the pointer should never be null 3607 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3739:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3739:23: note: insert '_Nullable' if the pointer may be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3739:23: note: insert '_Nonnull' if the pointer should never be null 3739 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3744:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3744 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3744:59: note: insert '_Nullable' if the pointer may be null 3744 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3744:59: note: insert '_Nonnull' if the pointer should never be null 3744 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3755:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3755:79: note: insert '_Nullable' if the pointer may be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3755:79: note: insert '_Nonnull' if the pointer should never be null 3755 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3805:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3805:23: note: insert '_Nullable' if the pointer may be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3805:23: note: insert '_Nonnull' if the pointer should never be null 3805 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3818:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3818:74: note: insert '_Nullable' if the pointer may be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3818:74: note: insert '_Nonnull' if the pointer should never be null 3818 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3858:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3858:63: note: insert '_Nullable' if the pointer may be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3858:63: note: insert '_Nonnull' if the pointer should never be null 3858 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3859:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3859:64: note: insert '_Nullable' if the pointer may be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3859:64: note: insert '_Nonnull' if the pointer should never be null 3859 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3860:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:74: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:74: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:70: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:70: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:80: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:80: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3864:65: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3864:65: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3865:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3865:66: note: insert '_Nullable' if the pointer may be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3865:66: note: insert '_Nonnull' if the pointer should never be null 3865 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3866:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:72: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:72: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3879:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3879:64: note: insert '_Nullable' if the pointer may be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3879:64: note: insert '_Nonnull' if the pointer should never be null 3879 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3880:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3880:65: note: insert '_Nullable' if the pointer may be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3880:65: note: insert '_Nonnull' if the pointer should never be null 3880 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3881:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:75: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:75: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:71: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:71: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:81: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:81: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3885:66: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3885:66: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3886:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3886:67: note: insert '_Nullable' if the pointer may be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3886:67: note: insert '_Nonnull' if the pointer should never be null 3886 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3887:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:73: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:73: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3978:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3978 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3978:23: note: insert '_Nullable' if the pointer may be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3978:23: note: insert '_Nonnull' if the pointer should never be null 3978 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3984:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3984:26: note: insert '_Nullable' if the pointer may be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3984:26: note: insert '_Nonnull' if the pointer should never be null 3984 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3990:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3990:87: note: insert '_Nullable' if the pointer may be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3990:87: note: insert '_Nonnull' if the pointer should never be null 3990 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3996:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3996:27: note: insert '_Nullable' if the pointer may be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3996:27: note: insert '_Nonnull' if the pointer should never be null 3996 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4001:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4001:27: note: insert '_Nullable' if the pointer may be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4001:27: note: insert '_Nonnull' if the pointer should never be null 4001 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.